.banner-holder{
    position: absolute;
    top: 160px;
    left:100px;
}
.banner-title{
    color: #fff;
    font-size: 30px;
}
.banner-detail{
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
}
.banner-more{
    color: #da006c;
    background-color: #eee;
    padding: 10px;
}
.sol-title{
    margin-top: 100px;
    text-align: center;
}
h3{
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
.sol-left{
    display: inline-block;
    width: 10%;
    padding-left: 10px;
    padding-bottom: 30px;
}
.sol-right{
    display: inline-block;
    width: 84%;
}
