.last_section_hr_section {
    background-image: url(../../images/webp/last-section.webp)!important;
    background-size: cover;
    background-position: bottom right;
    padding: 80px 0px;
}

.last_section_hr_holder {
    display: flex;
    align-items: center;
}

.last_section_hr_left {
    width: 65%;
    box-sizing: border-box;
    padding-right: 50px;
}

.last_section_hr_right {
    width: 35%;
    box-sizing: border-box;
    line-height: 0;
}

.last_section_hr_right img {
    width: 100%;
}

.last_section_hr_left h2,
.last_section_hr_left p {
    color: #fff!important;
}

.last_section_hr_left h2 {
    margin-bottom: 30px;
}

.last_section_hr_left p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.last_section_hr_left a {
    font-weight: 600;
}

@media (max-width: 1040px) {
    .last_section_hr_section {
        padding: 60px 0px;
    }
}

@media (max-width: 800px) {
    .last_section_hr_right {
        display: none;
    }
    .last_section_hr_left {
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 480px) {
    .last_section_hr_section {
        padding: 50px 0px;
    }
}