body {
    padding-top: 200px;
}

.consultants {
    margin: 16px 0;
}

.consultant {
    width: 24vw;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.consultants img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 240px;
}

.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 {
    font-size: 20px;
    color: var(--light); 
}

.margin {
    margin-bottom: 40px;
}

.blog__title {
    border-bottom: 1px solid var(--light);
    padding: 10px 0;
}