.overview-section {
    padding: 100px 340px;
}

.overview-section h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #F1543E;
    margin-bottom: 14px;
}

.overview-section h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 34px;
    color: #F1543E;
}

.overview-section p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #282828;
    margin-bottom: 0;
}

.service-section {
    background-image: url(../assets-dev/overview-service-solutions/service-section-background.jpg);
    background-position: top center;
    background-size: cover;
    padding: 50px 240px 60px 240px;
}

.service-section h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FAFAFAFA;
    margin-bottom: 14px;
}

.service-section h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #FAFAFA;
    margin-bottom: 34px;
}

.service-section .service-card {
    background-color: #FAFAFA;
    border-radius: 5px;
    padding: 14px 24px 24px 24px;
    box-shadow: 0px 10px 50px 0px #00000014;
    text-align: center;
    height: 100%;
}

.service-section .service-card .service-card-content img {
    height: fit-content;
    margin-bottom: 14px;
}

.service-section .service-card .service-card-content .service-information {
    margin-bottom: 34px;
}

.service-section .row > div {
    margin-bottom: 14px;
}

.service-section .service-card .service-card-content .service-information h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #282828;
    margin-bottom: 14px;
}

.service-section .service-card .service-card-content .service-information p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #282828;
    overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.service-section .service-card a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #F1543E;
}

.service-section .service-card a svg {
    margin-left: 8px;
}

.solution-section {
    background-image: url(../assets-dev/overview-service-solutions/solution-section-background.jpg);
    background-position: top center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 60px;
}

.solution-section h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    max-width: 723px;
    color: #FAFAFAFA;
    margin: 0 240px 14px 240px;
}

.solution-section > p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FAFAFA;
    margin: 0 240px 24px 240px;
}

.solution-section > #solution-tab {
    margin: 0 240px 34px 240px;
    background-color: #282828;
    border-radius: 5px;
}

.solution-section #solution-tab .nav-item .nav-link {
    color: #F8F8FF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 45px;
    white-space: nowrap;
    width: 100%;
    border-radius: 5px;
}

.solution-section #solution-tab .nav-item .nav-link.active {
    background-color: #8CC74C;
}

.solution-section .tab-content {
    margin: 0 240px;
}

.solution-section .tab-content .tab-pane .solution-card {
    height: 325px;
    box-shadow: 0px 10px 50px 0px #00000014;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;
}

.solution-section .tab-content .tab-pane .solution-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: .3s ease-out;
}

.solution-section .tab-content .tab-pane .solution-card .overlay {
    width: 100%;
    height: 100%;
    background-color: #15222E;
    opacity: .5;
    position: absolute;
    top: 0;
    z-index: 3;
}

.solution-section .tab-content .tab-pane .solution-card .content {
    padding: 25px;
    position: absolute;
    z-index: 4;
    bottom: 0;
    width: 100%;
}

.solution-section .tab-content .tab-pane .solution-card .content h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
    color: #FAFAFA;
}

.solution-section .tab-content .tab-pane .solution-card .content p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 14px;
    color: #FAFAFA;
    display: none;
}

.solution-section .tab-content .tab-pane .solution-card:hover > .content {
    bottom: 50%;
    transform: translateY(50%);
}

.solution-section .tab-content .tab-pane .solution-card:hover > img {
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}

.solution-section .tab-content .tab-pane .solution-card:hover > .content p {
    display: block;
}

.benefit-section {
    padding: 100px 240px 150px 240px;
}

.benefit-section h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #F1543E;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 54px;
}

.benefit-section .benefit-card {
    padding: 14px 90px 24px 34px;
    border-radius: 5px;
    box-shadow: 0px 10px 50px 0px #00000014;
    display: flex;
}

.benefit-section .benefit-card .benefit-img {
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    min-width: 300px;
    max-width: 300px;
    height: 150px;
    margin-right: 34px;
}

.benefit-section .benefit-card .benefit-img-1 {
    background-image: url(../assets-dev/overview-service-solutions/benefit-1.jpg);
}

.benefit-section .benefit-card .benefit-img-2 {
    background-image: url(../assets-dev/overview-service-solutions/benefit-2.jpg);
}

.benefit-section .benefit-card .benefit-img-3 {
    background-image: url(../assets-dev/overview-service-solutions/benefit-3.jpg);
}

.benefit-section .benefit-card .benefit-content h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #282828;
}

.benefit-section .benefit-card .benefit-content span {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #282828;
}

.benefit-section .benefit-card .benefit-content span ul li {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #282828;
}

.benefit-section .benefit-card .benefit-content span ul {
    list-style: none;
    padding-left: 1.5rem;
}

.benefit-section .benefit-card .benefit-content span ul li::before {
    content: "\2022";
    color: #282828;
    font-weight: 400;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

@media screen and (max-width: 1200px) {
    .overview-section {
        padding: 100px 250px;
    }

    .service-section {
        padding: 50px 90px 60px 90px;
    }

    .benefit-section {
        padding: 100px 150px 150px 150px;
    }

    .solution-section h2, .solution-section > p, .solution-section > #solution-tab, .solution-section .tab-content {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media screen and (max-width: 992px) {
    .overview-section {
        padding: 100px 150px;
    }

    .benefit-section {
        padding: 100px 50px 150px 50px;
    }
}

@media screen and (max-width: 768px) {
    .overview-section {
        padding: 100px 100px;
    }

    .service-section {
        padding: 36px 20px 45px 20px;
    }

    .benefit-section .benefit-card .benefit-img {
        min-width: 200px;
        max-width: 200px;
    }

    .solution-section h2, .solution-section > p, .solution-section > #solution-tab, .solution-section .tab-content {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 576px) {
    .overview-section {
        padding: 80px 20px;
    }

    .overview-section h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .overview-section h2 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .overview-section p {
        font-size: 14px;
    }

    .service-section .service-card {
        padding: 14px 18px 20px 18px;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .service-section .service-card .service-card-content {
        display: flex;
    }

    .service-section .service-card .service-card-content img {
        margin-bottom: 0;
        margin-right: 18px;
    }

    .service-section .service-card .service-card-content .service-information {
        margin-bottom: 0;
        margin-right: 18px;
    }

    .service-section .service-card .service-card-content .service-information h3 {
        margin-bottom: 5px;
    }

    .service-section .service-card .service-card-content .service-information p {
        margin-bottom: 0;
    }

    .service-section .service-card a span {
        display: none;
    }

    .solution-section h2 {
        font-size: 32px;
    }

    .solution-section > p {
        font-size: 14px;
    }

    .solution-section > #solution-tab {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: nowrap;
        overflow-x: auto;
        border-radius: 0;
    }

    .solution-section #solution-tab .nav-item .nav-link.active {
        background-color: #F1543E;
    }

    .solution-section .tab-content .tab-pane .solution-card {
        height: 172px;
    }

    .solution-section #solution-tab .nav-item .nav-link {
        font-size: 14px;
        padding: 20px 18px;
    }

    .solution-section .tab-content .tab-pane .solution-card .content {
        padding: 14px 8px;
    }

    .solution-section .tab-content .tab-pane .solution-card .content h3 {
        font-size: 16px;
    }

    .solution-section .tab-content .tab-pane .solution-card .content p {
        font-size: 12px;
    }

    .benefit-section {
        padding: 100px 20px 150px 20px;
    }

    .benefit-section .benefit-card {
        padding: 14px 22px 19px 14px;
    }

    .benefit-section .benefit-card .benefit-img {
        min-width: 97px;
        max-width: 97px;
        height: 141px;
        margin-right: 14px;
    }
}
