.page-banner {
    background-color: #333;
    background-image: url(https://templatemo.com/templates/templatemo_572_designer/assets/images/page-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0px 90px 0px;
    text-align: center;
}

.page-banner h2 {
    color: var(--white-color);
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 25px;
}

.page-banner h2 em {
    font-style: normal;
    color: var(--highlight-color);
}

.page-banner p {
    color: var(--white-color);
}

.services {
    margin-top: -85px;
}

.services .service-item {
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 7.5px;
    margin-bottom: 15px;
}

.services .service-item svg{
fill: var(--highlight-color);
}

.services .service-item h4 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);

}

/*  */
.more-info {
    margin-top: 140px;
}

.about-info .more-info-content {
    background-color: transparent;
}

.about-info .right-content {
    padding: 0px!important;
    margin-right: 30px;
}

.more-info .right-content span {
    text-transform: uppercase;
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.more-info .right-content h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
}

.more-info .right-content em {
    font-style: normal;
    color: var(--highlight-color);
}

.more-info .right-content p {
    margin-bottom: 30px;
}

a.filled-button {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
}

.more-info .left-image img {
    width: 100%;
    overflow: hidden;
}

section.our-services {
    padding-top: 80px;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.section-heading span {
    font-size: 17px;
    display: block;
    margin: 0px;
    color: var(--primary-color);
}

.section-heading h2 {
    margin-bottom: 0px;
    margin-top: 14px;
    font-size: 23px;
    font-weight: 600;
    color: var(--text-color);
    letter-spacing: 0.5px;
}

section.our-services .service-item {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 50px 30px;
}

section.our-services .service-item .icon img {
    max-width: 100%;
    width: auto;
}

section.our-services .service-item h4 {
    font-size: 19px;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}



@media (min-width: 768px){
    .page-banner {
        padding: 180px 0px;
    }

    .page-banner h2 {
        font-size: 50px;
    }
}

@media (min-width: 992px){
    .services .service-item {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px){
    .about-info .right-content {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px){
    section.our-services .service-item {
        margin-bottom: 30px;
    }
}