#customsoftware .custom{
    background: url(../img/custom/cos.png);
    height: 600px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#customsoftware .section-3 .titles {
    width: 80%;
    margin-top: 0px;
}
#customsoftware .titles h3 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 1.1;
}
#customsoftware .titles h2:after {
    content: "";
    position: absolute;
    background: #5e676c;
    width: 100%;
    height: 2px;
    bottom: 10px;
    left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
#customsoftware .custom {

    height: 360px;

}

}

@media (max-width: 767px) {
#customsoftware .custom {
    height: 360px;
}

    
}