
/* common-section-title start */
h2.common-section-title-text {
    align-items: center;
    color: #db996b;
    display: flex;
    font-size: 48px;
    gap: 10px;
    justify-content: center;
    letter-spacing: 2px;
    margin-bottom: 80px;
    margin-top: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

h2.common-section-title-text:before {
    background: linear-gradient(180deg, #ffbc8b 59%, #c5774a);
    content: "";
    height: 40px;
    width: 5px;
}

@media (max-width: 768px) {

    h2.common-section-title-text {
        font-size: 24px;
        gap: 10px;
        margin-bottom: 20px;
        margin-top: 0px;
        /* text-align: left; */
        /* justify-content: flex-start; */
        margin-left: 0px;
    }

    h2.common-section-title-text:before {
        width: 3px;
        height: 20px;
    }
}
/* common-section-title  end */