.brick-partners-single-1:last-child {
    padding-bottom: 5rem;
}

/*** Highlight ***/
.partners-single-highlight .container {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(13, 1fr);
}

.partners-single-highlight .card {
    grid-area: 2 / 1 / 5 / 5;
    background-color: white;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 23px 40px 35px 31px;
    display: flex;
    flex-direction: column;
}

.partners-single-highlight .image {
    grid-area: 1 / 3 / 6 / 14;
    position: relative;
    z-index: 1;
    max-height: 510px;
}

.partners-single-highlight .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.partners-single-highlight .card .province {
    font-size: 22px;
}

.partners-single-highlight .button-appointment a {
    width: 100%;
}

@media (max-width: 992px) {
    .partners-single-highlight .card {
        grid-area: 4 / 4 / 6 / 11;
    }

    .partners-single-highlight .image {
        grid-area: 1 / 1 / 5 / 14;
    }
}

@media (max-width: 768px) {
    .partners-single-highlight .container {
        grid-template-rows: repeat(4, 1fr);
    }

    .partners-single-highlight .card {
        grid-area: 3 / 3 / 5 / 12;
    }

    .partners-single-highlight .image {
        grid-area: 1 / 1 / 4 / 14;
    }
}
/*** END Highlight ***/

/*** Body ***/
.about-row {
    display: flex;
}

.brick-partners-single-1 .col-content {
    margin-right: 90px;
    max-width: 659px;
}

.usp:not(:last-child) {
    margin-bottom: 10px;
}

.usp {
    display: flex;
}

.usp-text {
    font-size: 22px;
}

.icon-check {
    margin-right: 8px;
}

.row-projects-customers {
    display: flex;
}

.col-projects {
    padding-right: 27px;
    min-width: 483px;
}

.project:not(:last-child) {
    margin-bottom: 27px;
}

.project {
    width: 100%;
    max-height: 343px;
}

.project-image {
    width: 100%;
    height: 343px;
}

.project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.heading-text {
    font-size: 40px;
    line-height: 40px;
}

@media (max-width: 768px) {
    .about-row {
        flex-direction: column-reverse;
    }

    .about-row .col-content {
        max-width: 100%;
        margin-right: 0;
    }

    .about-row .col-list {
        margin-bottom: 2rem;
    }

    .about-row .col-list .list-items {
        width: 100%;
    }

    .row-projects-customers {
        flex-direction: column;
        gap: 3rem;
    }

    .col-projects {
        padding-right: 0;
        min-width: 0;
    }

    .customers-reviews .card.review {
        margin: 0;
    }
    .customers-reviews .card.review:not(:last-child) {
        margin-bottom: 27px;
    }
}

/*** END Body ***/