html{
    height: 100vh;
}
body{
    margin: 0;
    font-family: Montserrat,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 100vh;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.header-image::before {
    padding-top: 35.33%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.header-image{
    background-image: url(bg.jpg);
    background-size: cover;
    background-position: 50%;
}
.h-100 {
    height: 100% !important;
}
.d-flex {
    display: flex;
}
.text-center {
    text-align: center;
}
h1{
    max-width: 900px;margin: 0 auto;font-weight: 700;
    /*font-family: Poppins;*/
    font-size: 67px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.96;
    letter-spacing: normal;
    text-align: center;
    color: #747061;
    margin-bottom: 40px;
}
.btn {
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    /*font-family: Montserrat;*/
    font-size: 12px;
    font-weight: 600;
    color: #747061;
    display: inline-flex;
    align-items: center;
}
.btn img{
    margin-right: 10px;
}
.m-auto{
    margin: auto;
}
h1 strong{
    font-weight: 600;
}
@media(max-width:991.98px) {
    h1 {
        font-size:40px;
    }
}
@media(max-width:767.98px) {
    h1 {
        font-size:20px;
        margin-bottom: 20px;
    }
    .header-image::before {
        padding-top: 60%;
    }
}