﻿body {
    background-color: #eaeaea;
}

.about-wrapper {
    padding: 40px 0;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #3E0976;
    margin-bottom: 40px;
    position: relative;
}

    .section-title::after {
        content: "";
        width: 80px;
        height: 4px;
        background-color: #800000;
        display: block;
        margin: 10px auto 0;
        border-radius: 2px;
    }

.about-img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.about-text {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.about-footer {
    margin-top: 20px;
    padding-left: 10px;
    font-weight: 500;
}
.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #3E0976;
    margin-bottom: 40px;
    position: relative;
}

    .section-title::after {
        content: "";
        width: 80px;
        height: 4px;
        background-color: #800000;
        display: block;
        margin: 10px auto 0;
        border-radius: 2px;
    }

.subscription-container {
    background: white;
    padding: 40px 20px;
}

.form-label {
    font-weight: 600;
    color: #333;
}

.btn-primary {
    background-color: #3E0976;
    border: none;
}

    .btn-primary:hover {
        background-color: #2b0654;
    }

.qr-img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.form-note {
    font-size: 14px;
    color: #555;
    text-align: center;
    margin-top: 15px;
}
.profile-img {
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
}

.team-section {
    /*padding: 40px 20px*/;
}

.member-row {
    margin-bottom: 40px;
}

h2.section-title {
    text-align: center;
    margin: 50px 0 30px;
    font-weight: 600;
}
