.about {
    margin: 300px auto;
}

.consultant {
    width: 20vw;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.consultants img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 350px;
}

.consultants h4 {
    font-size: 20px;
    color: var(--light);
    font-weight: 300;
    font-family: Syne, sans-serif;
    text-transform: uppercase;
}

.consultants p {
    font-family: Futurapt, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: var(--light);
}

h2 {
    margin-bottom: 16px;
    font-size: 18px;
}

.margin {
    margin-bottom: 40px;
}