.font_22 {
    font-size: 22px;
}

.c-style {
    color: #CE9572;
}

.text_color {
    color: #5C5C5C;
}

.w_70 {
    width: 70%;
}

.banner_wrap {
    background-image: url(../img/banner.jpg);
}

.banner_wrap {
    background-size: cover;
    background-repeat: no-repeat;
    height: 386px;
    display: flex;
    align-items: center;
}

.banner_wrap h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

.highlight {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    border-radius: 100px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 103, 142, 0.4);
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 0px;
}

header {
    background: #003E51;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn {
    border: 2px solid #fff;
    display: inline-flex;
    padding: 20px 61px 20px 28px;
    align-items: center;
    background-color: #fff;
    color: #003e51;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    position: relative;
    border-radius: 100px;
    justify-content: center;
}

.btn_login {
    border: 2px solid #fff;
    background: #fff;
    padding: 12px 40px;
    border-radius: 100px;
    display: block;
    font-weight: bold;
    color: #CE9572;
    font-size: 20px;
    margin: auto;
}

.block_wrap {
    background: #EFFAFF;
    padding: 10px;
    margin-bottom: 20px;
    height: 175px;
    display: flex;
    align-items: center;
    font-size: 17px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    padding: 0 100px;
}

span.vertical_icon {
    width: 3px;
    height: 50px;
    display: inline-block;
    background: #BE8A5F;
    position: absolute;
}

.cta {
    background: url(../img/cta.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}

.copyright {
    background: #003E51;
    color: white;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    text-align: center;
}

@media only screen and (min-width:1600px) {
    .banner_wrap {
         min-height: 500px;
         background-position: 40%;
    }
}

@media only screen and (max-width:560px) {
    .block_wrap {
         padding: 0 20px;
    }

    .banner_wrap {
         background-position: 16%;
    }

    .w_sm_100 {
         width: 100%;
    }

    .banner_wrap h1 {
         font-size: 34px;
    }

    header img {
         width: 200px;
    }
}