.content {
    width: 80%;
    padding: 0 10% 5%;
    background-color: #fff;
}
.content .title {
    margin: 50px 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DADADA;
    position: relative;
}
.content .title h2 {
    text-align: center;
    padding: 20px 0;
}
.content .title h3::after {
    content: '';
    position: absolute;
    width: 15%;
    height: 3px;
    bottom: -2px;
    left: 0;
    background-color: #00F0FF;
    transition: 1s;
}
.content .content-box {
    width: calc(100% - 80px);
    color: #676767;
    background-color: #f5f5f5ff;
    padding: 40px;
}
.content .content-box > div {
    min-height: 300px;
}


@media (min-width: 1600px){
    
    
}