.section-icon-square {
    background: #e53935 !important;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(229,57,53,0.10);
    margin-right: 6px;
}
.section-icon-square i {
    color: #fff !important;
    font-size: 1.2rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    background: #222;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('../../IMG/gallery/proj6.png') no-repeat center center;
    background-size: cover;
    filter: brightness(50%)  blur(8px);
    z-index: -1;
    pointer-events: none;
}
.main {
    margin-top: 0;
    background-image: url(../../images/front/info-page-thumbnail.png);
    padding-top: 200px;
    padding-bottom: 40px; 
}

.main-alt {
    max-width: 900px;
    margin: 40px auto 40px auto;
    padding: 20px;

    flex: 1;
}
.why-join {
    color: #ff5252;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}
.section-alt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    gap: 32px;
    flex-direction: row;
}
.section-alt.row-reverse {
    flex-direction: row; 
}
.section-img-alt {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start; 
    align-items: center;
}
.section-img-alt {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start; 
    align-items: center;
}
.section-img-alt:hover {
    transform: scale(1.05);
    transition: 500ms;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.527);
}
.section-img-alt img {
    width: 400px;
    height: 225px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    background: #333;
}
.info-content {
    margin-top: 0px;
    margin-left: 10%;
    margin-right: 10%;
    color: white;
    font-size: 20px;
}

.info-header-01 {
    font-family: Roboto, sans-serif;
    font-size: 30px;
}

.info-header-02 {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    padding-top: 80px;
}

.info-header-03 {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    padding-top: 80px;
}

.section-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
}
.section-icon-square {
    background: #e53935;
    border-radius: 8px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(229,57,53,0.10);
    margin-right: 6px;
}
.section-icon-square i {
    color: #fff !important;
    font-size: 1.2rem;
}

.section-icon i {
    color: #fff !important;
    background: #e53935;
    border-radius: 8px;
    padding: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(229,57,53,0.10);

}

@media (max-width: 1024px) {
    .main-alt {
        max-width: 90%;
        margin: 30px auto;
        padding: 0 15px;
    }

    .section-alt {
        flex-direction: column; 
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;
        width: 100%;
    }

    .section-text-alt {
        padding: 0;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    .section-img-alt {
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .section-img-alt img {
        width: 100%;
        max-width: 400px; 
        height: auto;
        border-radius: 18px;
    }
}

@media (max-width: 768px) {
    .main-alt {
        max-width: 95%;
        padding: 0 10px;
    }

    .section-img-alt img {
        max-width: 350px;
    }

    .section-text-alt {
        font-size: 0.95rem;
    }

    .why-join {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .main-alt {
        max-width: 100%;
        padding: 0 10px;
    }

    .section-img-alt img {
        max-width: 300px;
    }

    .section-text-alt {
        font-size: 0.9rem;
    }

    .why-join {
        font-size: 1.5rem;
    }

    .section-icon-square {
        width: 24px;
        height: 24px;
    }

    .section-icon-square i, .section-icon i {
        font-size: 1rem;
    }
}