section[class*='about-row'] .box-heading.text-center span {
    font-size: 25px;
}
section[class*='about-row'] .box-heading.text-center span::before {
    content: "";
    width: 25px;
    height: 2px;
    display: inline-block;
    background: #965B1B;
    position: relative;
    top: -5px;
    left: -17px;
}
section[class*='about-row'] .box-heading.text-center span::after {
    content: "";
    width: 25px;
    height: 2px;
    display: inline-block;
    background: #EFCE72;
    position: relative;
    top: -5px;
    left: 17px;
}
/* row 1 */
section.about-row-1 {
    margin: 70px 0 60px;
}
/* row 2 */
section.about-row-2 {
    background: #1F1F1F;
    padding: 30px 0;
}
section.about-row-2 .item-info {
    padding: 10%;
}
section.about-row-2 .item-info .icon {
    display: inline-flex;
    width: 115px;
    height: 115px;
    background: #141414;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
section.about-row-2 .item-info .icon img {
    max-height: 50px;
}
section.about-row-2 .item-info h3 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 600;
}
section.about-row-2 .item-info p {
    font-size: 14px;
    line-height: 1.9;
}
/* row 5 */
section.about-row-5 {
    margin-top: 50px;
    padding: 40px 0 60px;
}
section.about-row-5 .container {
    padding: 0 65px;
}
section.about-row-5 .box-heading h2 {
    margin-bottom: 35px;
}
/*section.about-row-5 .item-number {
    padding: 10px;
    margin-top: 20px;
}
section.about-row-5 .item-number .number {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 500;
}
section.about-row-5 .item-number .title {
    color: #141414;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    white-space: pre-wrap;
    margin-top: 8px;
}*/

@media (max-width: 991px) {
    section.about-row-3 {
        padding-top: 60px;
    }
}
@media (max-width: 768px) {
    section[class*='about-row'] .box-heading.text-center span {
        font-size: 20px;
    }
    section.about-row-5 .container {
        padding: 0 30px;
    }
}