br {
    display: block;
}

section.single-leader h1 {
    margin-bottom: 15px;
}

section.single-leader .single-content p {
    color: var(--black);
}

section.single-leader .single-content p:first-of-type {
        margin-top: 20px;
}

section.single-leader .single-content h2, section.single-leader .single-content h3 {
    font-size: 20px;
    font-family: var(--roboto-regular);
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
}

section.single-leader .card-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    height: 100%;
    margin-left: 36px;

    @media (max-width: 991px) {
        gap: 30px;
        margin-left: 0;
    }
}

section.single-leader .single-socials h2 {
    color: var(--black);
    font-family: var(--roboto-regular);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: normal;
}

section.single-leader .single-img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.single-leader .social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}