.treatment-warrenty {
    padding: 60px 0;
    position: relative;
    width: 100%;
}

.treatment-warrenty .top-section {
    margin-bottom: 80px;
}

.treatment-warrenty .top-section .left-side {
    max-width: calc(60% - 30px);
    width: 100%;
}

.treatment-warrenty .top-section .right-side {
    max-width: calc(40% - 30px);
    width: 100%;
}

.treatment-warrenty .top-section .row {
    gap: 50px;
    width: 100%;
    justify-content: space-between;
}

.treatment-warrenty .top-section .left-side h2 {
    font-family: "Funnel Display", sans-serif;
    color: #191818;
    font-weight: 500;
    font-size: 66px;
    text-transform: uppercase;
}

.treatment-warrenty .top-section .right-side p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 29px;
    color: #000;
}

.treatment-warrenty .item-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    justify-content: center;
}

.treatment-warrenty .item-wrapper .item {
    max-width: calc(25% - 30px);
    width: 100%;
}

.treatment-warrenty .item-wrapper .item .img-wrap {
    margin-bottom: 20px;
}

.treatment-warrenty .item-wrapper .item .text-wrap p {
    color: #000;
    font-size: 18px;
}

@media (max-width: 768px) {
    .treatment-warrenty {
    padding: 30px 0;
}

.treatment-warrenty .top-section .row {
    gap: 20px;
}

.treatment-warrenty .top-section .left-side, .treatment-warrenty .top-section .right-side {
    max-width: 100%;
}

.treatment-warrenty .top-section .left-side h2 {
    font-size: 29px;
}

.treatment-warrenty .top-section .right-side p {
    font-size: 16px;
}

.treatment-warrenty .top-section {
    margin-bottom: 40px;
}

.treatment-warrenty .item-wrapper .item {
    max-width: calc(50% - 10px);
}

.treatment-warrenty .item-wrapper {
    gap: 40px 10px;
}

.treatment-warrenty .item-wrapper .item .text-wrap p {
    font-size: 14px;
}

body.warrenties-page .testimonial-content-wrap {
    margin-bottom: 40px;
}
}