.rejoindre-cours {
    display: flex;
    flex-direction: column;
}

.rejoindre-grid {
    display: flex;
    flex-direction: row;
    gap: 48px;
    background: #fff;
    max-width: 1248px;
    margin: 0 auto;
}

.rejoindre-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rejoindre-icon {
    border-radius: 999px;
    background: #FFF;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    width: 70px;
    height: 70px;
    padding: 19px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.rejoindre-title {
    color: var(--Common-Primary-brand-Hight, #BB2332);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.rejoindre-subtitle {
    color: var(--Common-Neutral-Highter, #374151);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.rejoindre-text {
    color: var(--Common-Secondary-brand-Medium, #71717A);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}

.rejoindre-separator {
    width: 40px;
    height: 1px;
    border-radius: 9999px;
    background: var(--Common-Neutral-Low, #D1D5DB);
    margin: 8px auto;
}

.rejoindre-professeur {
    color: var(--Common-Neutral-Highter, #374151);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
}

@media (max-width: 768px) {
    .rejoindre-grid {
        flex-direction: column;
    }
}
