/* Use Section */
.use-section{
    padding: 36px 0 39px 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg,rgba(221, 212, 207, 0.7) 0%, rgba(212, 202, 196, 0.73) 37%, rgba(188, 172, 165, 0.83) 75%, rgba(145, 120, 111, 1) 100%);
}
.us-bg{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 261px;
    height: 593px;
    object-fit: cover;
    object-position: right;
    z-index: -1;
}
.use-text-wrap{
    display: flex;
    align-items: center;
    min-height: 100%;
}
.use-text h2{
    margin: 0 0 40px 0;
}
.use-text-block{
    border-bottom: .25px solid #014D55;
    padding: 0 0 27px 0;
    margin-bottom: 27px;
}
.use-text-block:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.use-text-block h3{
    margin: 0 0 10px 0;
    font-size: 35px;
    line-height: 25px;
    font-style: italic;
}
.use-text-block p{
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.use-block-image img{
    width: 100%;
    height: 677px;
    max-width: 705px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 0 0 auto;
}



/* Responsive */
@media screen and (max-width: 1550px) {

    .use-block-image{
        padding: 0 0 0 30px;
    }
}
@media screen and (max-width: 1299px) {

    .use-text h2{
        margin-bottom: 20px;
    }
    .use-text-block{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1199px) {

    .use-block-image img{
        height: 550px;
    }
}


@media screen and (max-width: 991px) {

    .use-block-image{
        padding: 0 0 0 10px;
    }
}

@media screen and (max-width: 767px) {

    .use-block-image{
        padding: 20px 0 0 0;
    }
    .use-block-image img{
        height: 400px;
    }

}
@media (min-width:576px) and (max-width:767px) {}