.section--studying {
    & .service-slider-container {
        max-width: 500px;
    }
    & .service-text-wrap {
        font-size: 18px;

        & b {
            font-size: 20px;
        }
    }
}

.study-types-content {
    gap: 10px;
    margin-bottom: 15px;
}
.study-type {
    position: relative;

    width: 50%;


    border-radius: 10px;
    color: var(--white);
    background-color: var(--dark-gray);
    border: solid 1px #fff;

    overflow: clip;
        height: auto;
    display: flex;
    flex-direction: column;

        justify-content: flex-start;

    &.active {
        color: var(--white);
        background-color: var(--red);
    }

    & .study-type_ghost {
    
    }
}
.study-type_ghost {
           padding: 40px;
    
    transition: opacity .4s;
    
    font-size: 16px;
    line-height: 1.5em;

}
.container > .study-type_ghost {

}

@media(min-width: 992px) {
    .section--studying-advantages {
        & .franchise-advantage {
            padding: 20px 126px 20px 27px;
                
        }

    }
 

}
.study-type-title{
    background: #981515;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 40px;
        width: 100%;

}
.study-price-line {
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 40px;
    align-items: center;
    justify-content: space-between;
    gap: 10%;
    width: 100%;
}
.study-price {
    white-space: nowrap;
}
.study-promo{
margin-bottom: 80px;
}


@media(max-width: 991px) {
.study-types-content{
    flex-wrap: wrap;
}
.study-type {
    width: 100%;
}
.study-price {
    white-space: nowrap;
    margin-bottom: 16px;
}
.study-types-content {
    gap: 40px;
}
.study-price-line {
    flex-direction: column;
    align-items: flex-start;
}
}