// Section title 
.section-title {
    margin-bottom: 60px;

    &.home-six {
        .description {
            font-size: 16px;
            font-weight: 400;
            color: #57575A;
        }
    }

    .subtitle {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;

        p {
            font-size: 20px;
            line-height: 26px;
            font-family: var(--body-font);
            font-weight: 700;
            color: var(--heading-color);
            margin: 0;
            margin-right: 10px;
        }

        .icon {
            margin-right: 10px;
            margin-top: 5px;

            span {
                font-size: 12px;
                color: var(--main-color-one);
                margin-right: 5px;

                &:last-child {
                    margin-right: 0;
                }
            }
        }
    }

    .title {
        font-size: 40px;
        line-height: 55px;
        font-family: var(--heading-font);
        font-weight: 700;
        margin-bottom: 25px;
        text-align: center;

        &.style-01 {
            text-align: left;
            color: #fff;
            margin-bottom: 13px;
        }

        &.style-02 {
            text-align: left;
        }
    }

    .description {
        font-size: 18px;
        line-height: 28px;
        font-family: var(--body-font);
        font-weight: 500;
        color: #4F4F6B;
        text-align: center;

        &.style-01 {
            font-size: 16px;
            line-height: 21px;
            color: #fff;
            font-weight: 400;
            text-align: left;
        }

        &.style-02 {
            text-align: left;
        }
    }
}


.sub-title-02 {
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    padding: 3px;
    padding-left: 10px;

    i {
        margin-right: 10px;
        color: var(--main-color-one);
    }

    &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(90deg, #DD131A 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
        opacity: 0.16;
    }
}

.top-rated-title {
    .title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        font-family: var(--heading-font);
        margin-bottom: 45px;
    }
}