body {
    background: #FCFCFB;
    font-family: 'Open Sans', sans-serif;
}

.hero {
    background-image: url(../img/back.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

img.et {
    margin-top: 50px;
    margin-bottom: -100px;
    display: block;
    width: 96px;
}

.s1 {
    max-width: 1250px;
}

.s2 {
    max-width: 1220px;
}

.s3 {
    max-width: 1220px;
}

.st4 {
    margin-top: 51px;
}

.st6 {
    margin-top: 49px;
}

.line {
    background-color: #DAAD85;
    width: 100%;
    height: 2px;
    margin-top: 80px;
    margin-bottom: 90px;
}

footer {
    background: #E9E9E9;
    padding: 30px 10px;
}

.mb-70 {
    margin-bottom: 70px;
}

p, a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
}

a:hover {
    color: rgb(207, 106, 156);
}

@media (max-width: 1399.98px) {


    .st4 {
        margin-top: 43px;
    }

}

@media (max-width: 1199.98px) {
    img.et {
        margin-top: 50px;
        margin-bottom: -50px;
    }

    .st4 {
        margin-top: 36px;
    }


    .st6 {
        margin-top: 35px;
    }
}

@media (max-width: 991.98px) {
    img.et {
        margin-top: 50px;
        margin-bottom: -43px;
        width: 68px;
    }

    .st4 {
        margin-top: 26px;
    }


    .st6 {
        margin-top: 26px;
    }

    .line {
        margin-top: 62px;
        margin-bottom: 67px;
    }
}

@media (max-width: 767.98px) {
    img.et {
        margin-top: 24px;
        margin-bottom: -43px;
        width: 56px;
    }

    .b-center {
        text-align: center;
    }

    .st4 {
        margin-top: -14px;
    }

    .st6 {
        margin-top: -12px;
    }
}

@media (max-width: 575.98px) {
    img.et {
        margin-top: 16px;
        margin-bottom: -10px;
        width: 54px;
    }

    .st4 {
        margin-top: -14px;
    }

    .st6 {
        margin-top: -12px;
    }

    .line {
        margin-top: 47px;
        margin-bottom: 47px;
    }

}

img {
    pointer-events: none;
}