.blue-bg-sec-operation.green-bg {
    padding: 90px 0 70px 0;
}

.blue-bg-sec-operation {
    padding: 100px 0;
}

.agency-we-serve .header-mb-43 {
    margin-bottom: 43px;
}

.agency-we-serve .service-card-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-left: -15px;
    margin-right: -15px;
}


/* Three card layout start */

.agency-we-serve .service-card-details.three-service-layout {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: -15px;
}

.agency-we-serve .service-card-details.three-service-layout .col-card {
    width: 33.33%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.agency-we-serve .service-card-details.three-service-layout .service-card-column {
    border-radius: 10px;
    padding: 25px 20px 20px 20px;
}


/* Three card layout end */

.agency-we-serve .service-card-details .col-card {
    width: 25%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.agency-we-serve .service-card-column {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.agency-we-serve.light-bg .service-card-column {
    background-color: var(--white);
}

.agency-we-serve .image-service-card {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sky-blue);
    border: 0;
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
    padding: 14px;
}

.agency-we-serve .card-title {
    margin-bottom: 10px;
}

.agency-we-serve .details-service h4 {
    color: var(--black);
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.agency-we-serve .details-service p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--black);
}

.agency-we-serve .readmore-btn {
    padding-top: 10px;
}

.agency-we-serve .readmore-btn a {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
    color: var(--black);
    display: flex;
    align-items: center;
}

.agency-we-serve a.btn-service-card i {
    color: var(--blue);
    padding-left: 8px;
}

.agency-we-serve a.btn-service-card .fa-arrow-right:before {
    content: "\f061";
    font-size: 18px;
}

.details-service ul,
.details-service ol {
    margin-left: 18px;
    margin-bottom: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

.details-service ul li,
.details-service ol li {
    color: var(--black);
}

.details-service ul li::marker {
    color: var(--blue);
}

.header-mb-74 {
    margin-bottom: 74px;
}

.btn-service-card a {
    text-decoration: none;
}

.btn-service-card {
    margin-top: 10px;
}

.btn-service-card a {
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
}

.btn-service-card a i {
    color: var(--blue);
    margin-left: 8px;
    font-size: 16px;
}

body.home .agency-we-serve .image-service-card {
    background: unset;
    width: 35px;
    height: 35px;
    margin: 10px 0 26px;
    padding: 0;
}

@media (min-width: 768px) {
    .service-card-details .details-service p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    body.home .agency-we-serve .details-service h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 57px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header-mb-74 {
        margin-bottom: 50px;
    }
}

@media (max-width: 1024px) {
    .agency-we-serve .service-card-details .col-card {
        width: 33.33%;
    }
}

@media (max-width: 991px) {
    .blue-bg-sec-operation {
        padding: 60px 0;
    }
    .agency-we-serve .service-card-details.three-service-layout .col-card {
        width: 50%;
    }
    .agency-we-serve .service-card-details .col-card {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .blue-bg-sec-operation {
        padding: 50px 0;
    }
    .header-mb-74 {
        margin-bottom: 30px;
    }
    .agency-we-serve .service-card-details .col-card {
        width: 100%;
    }
    .agency-we-serve .blue-bg-sec-operation {
        padding: 50px 0 30px 0;
    }
    .agency-we-serve .service-card-details .col-card {
        padding: 0 15px;
    }
    .agency-we-serve .service-card-column {
        padding: 18px;
    }
    .agency-we-serve .service-card-column,
    .agency-we-serve .image-service-card {
        border-radius: 10px !important;
    }
    .agency-we-serve .service-card-details.three-service-layout .col-card {
        width: 100%;
    }
    .details-service ul li:not(:last-child),
    .details-service ol li:not(:last-child) {
        margin-bottom: 10px;
    }
    .agency-we-serve .image-service-card {
        width: 50px;
        height: 50px;
        border-radius: 8px;
        padding: 8px;
    }
    body.home .agency-we-serve .image-service-card {
        margin: 5px 0 15px;
    }
}