/* ===================================
   online-selection Section
   =================================== */
.your-path {
    background: linear-gradient(90deg, #967252 0%, #CEB48C 50%, #967252 100%);
    color: #fff;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 1520px;
}

.your-path .bg1 {
    background-image:url('/ND0/images/body/price/clinic_bg_image.png');
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
}

.your-path .bg2 {
    background-image:url('/ND0/images/body/price/woman-beauty.png');
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
    height: 410px;    
}

.your-path .selection-title {
    font-size: 36px;
    font-weight: 500;
    margin: 70px  auto 15px auto;
    width: 50%;    
}

.your-path .selection-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.your-path .selection-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 30px  auto 30px auto;
    width: 50%;        
}

.your-path .selection-btn {
    margin-left: auto;
    background: linear-gradient(90deg, #BE9158 0%, #F7E0AA 50%, #BE9158 100%);
    color: #6D3F00;
    transform: translateY(-2px);
    border-radius: 25px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.your-path .selection-btn:hover {
    text-decoration: none;
    border-color: #6D3F00;
}

.your-path .selection-img {
    max-width: 100%;
    border-radius: 10px;
}


@media (max-width: 991px) {
    .your-path .bg2 {
    background-image: none;
    }
    .your-path .selection-title {
    font-size: 26px;
    font-weight: 500;
    margin: 40px auto 10px auto;
    width: 70%;
    }   
    .your-path .selection-text {
    font-size: 14px;
    line-height: 1.5;
    margin: 30px auto 30px auto;
    width: 80%;
    }
}