/****** title section ****/
.title-section {
    margin: 40px 0 80px;
    font-size: 3rem;
    letter-spacing: -1px;
    color: #292929;
    font-weight: 300;
    position: relative;
    line-height: 1.1;
    text-align: center;
}

.title-section:after {
     content: '';
     width: 50px;
     height: 3px;
     background: rgba(255, 60, 15, 1);
     position: absolute;
     bottom: -25px;
     display: inline-block;
     margin: auto;
     left: 50%;
     transform: translate(-50%);
 }

.title-section strong {
    font-weight: 300;
}
