.box-title{
    position: relative;
    padding-bottom: 15px;
    /* margin-bottom: 15px; */
}

.box-title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 4px;
    background: #fab416;
    transition: all 0.3s ease-in-out;
}

.box-title.style2::after{
    right: unset;
    margin: 0px;
}

@media (max-width: 1601px) {
 
}
@media (max-width: 767px) {
 
}


