.vxr_about2_main_box {
    background: #F3F3F3;
    color: #4f5860;
    position: relative;
}

.vxr_about2_duga, .vxr_about3_duga {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    transform: rotate(180deg);
    background: url(https://cdn.vexar.io/uploads/templates/sections/a31aea00-20ff-42bf-943f-dc71b14ca96f/img/header_bottom.svg) center / cover no-repeat;
    z-index: 10;
}

.vxr_about3_duga {
    bottom: -215px;
    opacity: .7;
}

.vxr_about2_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 7rem 20px;
    display: flex;
    gap: 3rem;
}

.vxr_about2_content {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
}

.vxr_about2_content p {
    margin-bottom: 1.5rem;
}

.vxr_about2_title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.vxr_about2_link_more {
    color: #2c8bc5;
    text-transform: uppercase;
    margin: 2rem auto;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.vxr_about2_employee {
    max-width: 100%;
}

@media screen and (max-width: 1100px) {
    .vxr_about2_container{
        display: grid;
        grid-template-columns: 2fr 1fr;
        align-items: center;
    }
}

@media screen and (max-width: 870px) {
    .vxr_about2_container{
        grid-template-columns: 1fr;
    }
    .vxr_about2_title{
        text-align-last: center;
    }
    .vxr_about2_content{
        text-align: justify;
    }
    .vxr_about2_employee{
        display: none;
    }
    .vxr_about2_link_more{
        display: grid;
        justify-content: center;
    }
    .vxr_about2_link_more lord-icon{
        margin: 0 auto;
    }
    .vxr_about2_duga{
        bottom: -140px;
        height: 200px;
        background-size: contain;
    }
    .vxr_about3_duga{
        bottom: -147px;
        height: 200px;
        background-size: contain;
    }
}

@media screen and (max-width: 758px) {
    .vxr_about2_container{
        padding: 9rem 20px 3rem;
    }
    .vxr_about2_duga{
        bottom: -126px;
    }
    .vxr_about3_duga{
        display: none;
    }
}

@media screen and (max-width: 455px) {
    .vxr_about2_duga{
        bottom: -120px;
    }
}