/* START FOR THANK YOU PAGE */
.bg_ty {
    background: url("../images/bg_leave.png") no-repeat right center;
    background-size: 133%;
}

.ty_block {
    padding: 220px 0 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100vh;
}

.ty_block .inner_ty {

    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ty_block .inner_ty .title_block .title {
    font-family: 'SitkaSubheading';
    color: #AF7F32;
    font-size: 42px;
    margin: 0 0 5px;
    letter-spacing: 0.42px;
    font-weight: 700;
}

.ty_block .inner_ty .title_block .desc {
    color: #171313;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

/*MEDIA QUERIES*/
@media (min-width:768px) and (max-width:1199px) {
    .bg_ty {
        background-size: 160%;
    }
}

/*991*/
@media (max-width:991px) {
    .bg_ty {
        background-position: center;
    }

    .ty_block {
        padding: 150px 0 50px;
    }

    .ty_block .inner_ty {
        justify-content: center;
    }

    .ty_block .inner_ty .title_block {
        position: relative;
        top: -300px;
        text-align: center;
    }

    .ty_block .inner_ty .title_block .title {
        font-size: 30px;
    }
}

/*767*/
@media (max-width:767px) {
    .bg_ty {
        background-size: 300%;
    }


    .ty_block .inner_ty .title_block {
        position: relative;
        top: -100px;
    }
}

/*320 to 500*/
@media (min-width:320px) and (max-width:500px) {}

/* END FOR ABOUT US PAGE */