/*Content Boxes*/

.content-box-sec .service-banner {
    margin-bottom: 100px;
}

.content-box {
    padding: 40px;
    border: 1px solid var(--gray);
}

.content-box h3 {
    margin-bottom: 20px;
}

.content-box-sec .row {
    grid-row-gap: 30px;
}



/*Service Content Sec*/

.service-banner {
    height: 458px;
    overflow: hidden;
    margin: 80px 0;
    background-size: cover;
    background-position: center;
}


/*Cities Section*/

.cities-section {
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center center;
}

.cities-section h3 {
    margin-bottom: 40px;
}

.cities-section h2 {
    margin-bottom: 55px;
}



/*Single Review Section*/

.single-review {
    padding: 132px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.single-review h3,
.single-review h2 {
    margin-bottom: 40px;
}

.single-review hr {
    border-color: var(--color1);
    opacity: 1;
    margin-bottom: 40px;
}

.single-review:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #24242499;
    width: 100%;
    height: 100%;
}


.single-review .btn {
    margin-top: 40px;
}
