/* Wealth Managements Page Stylesheet */

.service-area {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
}

.service-area .section-header {
    margin-bottom: 0 !important;
}

.service2-area {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
    background: #ffffff;
}

.service2-area .section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.service2-area .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #122620;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.service2-area .subtitle img {
    width: 10px;
    height: 10px;
}

.service2-items {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.service2-box {
    flex: 1;
    min-width: 250px;
}

.service2-box .title {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    font-weight: 400;
    color: #122620;
    margin-bottom: 22px;
    display: flex;
    align-items: baseline;
    gap: 14px;
    letter-spacing: 0.2px;
}

.service2-box .title span {
    font-family: 'Marcellus', serif;
    font-size: 19px;
    color: #bfa175;
    font-weight: 400;
}

.service2-box .title a {
    font-family: 'Marcellus', serif;
    font-size: 17px;
    font-weight: 400;
    color: #122620;
    text-decoration: none;
    transition: color 0.3s;
}

.service2-box .title a:hover {
    color: #bfa175;
}

.service2-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 2;
    font-weight: 500;
    color: #555555;
    margin: 0;
}

h1.title {
    pointer-events: none;
}

/* Mobile Responsiveness for Wealth Managements - Only <= 767px */
@media (max-width: 767px) {
    .service-area {
        padding-top: 100px !important;
        padding-bottom: 30px !important;
    }
    .service-area .section-header .subtitle {
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        font-size: 10px !important;
        letter-spacing: 2.5px !important;
        margin-bottom: 12px !important;
        flex-wrap: nowrap !important;
    }
    .service-area .section-header .subtitle img {
        width: 10px !important;
        height: 10px !important;
        flex-shrink: 0 !important;
        margin: 0 6px !important;
    }
    .service2-area {
        padding-top: 35px !important;
        padding-bottom: 45px !important;
    }
    .service2-area .section-heading {
        margin-bottom: 30px !important;
    }
    .service2-area .subtitle {
        font-size: 13px !important;
        letter-spacing: 4px !important;
        line-height: 1.8 !important;
        max-width: 260px !important;
        margin: 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        text-align: center !important;
        white-space: normal !important;
    }
    .service2-area .subtitle img {
        width: 10px !important;
        height: 10px !important;
        flex-shrink: 0 !important;
        margin: 0 !important;
    }
    .service2-items {
        flex-direction: column !important;
        gap: 25px !important;
    }
    .service2-box {
        width: 100% !important;
    }
}
