.banner-container {
    position: relative;
}

.banner {
    width: 100%;
    height: 250px;
}

.banner-title{
    width: 1140px;
    left: 50%;
    bottom: 20px;
    margin-left: -570px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}


.solution-content{
    margin-top: 40px;
}

.category-description{
    line-height: 1.5;
}

.solution-more-title{
    margin-top: 10px;
    color: dimgrey;
    font-size: 20px;
    text-transform: uppercase;
}


.show-header{
    padding: 20px;
    color: #fff;
    font-size: 30px;
    background-color: #2d78b4;

}
.show-banner{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.show-banner img{
    width: 100%;
    margin-top: 20px;
    height: 285px;
}

.show-content{
    margin-top: 20px;
    line-height: 1.5;
}
