.first-section {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding-block: 4rem;
    font-family: "Montserrat", sans-serif;
    gap: 30px;
}

.first-section h2 {
    font-size: 2.75rem;
    font-weight: bold;
}

.first-section .topics {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 1100px) {
    .first-section {
        padding-inline: 2rem;
        margin-top: 18vh;
    }
}