.solution-section {
    padding: 100px 0;
}

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

.solution-section > p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #282828;
    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: #F1543E;
}

.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;
}

@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: 768px) {
    .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) {

    .solution-section {
        padding: 80px 0;
    }

    .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;
    }
}
