.section-title-section h3 {
    font-weight: 600 !important;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.section-title-section h3:after {
    width: 106px;
    height: 6px;
    background: #0093ce;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}
.section-title-section .container{
    max-width: 520px !important;
}