.socials {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25vh;
    gap: 4rem;
}

.socials-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 0 5%;
}

.socials-intro-title {
    font-size: 60px;
    text-align: center;
}

.socials-intro-description {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.socials-btns {
    margin: 4rem 0 20vh 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}