/* ===================================
   online-selection Section
   =================================== */
.online-selection {
    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;
}

.online-selection .selection-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 30px;
}

.online-selection .selection-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.online-selection .selection-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.online-selection .selection-btn {
    background-color: #8a4b20;
    border: 1px solid #7a3e1a;
    border-radius: 30px;
    padding: 12px 30px;
    color: #fff;
    text-decoration: none;
    margin-bottom:30px;
}

.online-selection .selection-btn:hover {
    background-color: #7a3e1a;
    color: #fff;
}

.online-selection .selection-img {
    max-width: 100%;
    border-radius: 10px;
}