/* Stobbs Section Styles */
.feature-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background-color: #a81c63; /* warna plum */
    color: #fff;
    flex-wrap: wrap;
}
.feature-box .col-a {
    max-width: 50%;
}
.feature-box .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.feature-box .button {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #a81c63;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 20px;
}
.feature-box .col-b {
    max-width: 40%;
    text-align: center;
}
