.volunteers {
    background-color: #d5eaec;
    background-image: none;
}

.volunteers .more-button {
    justify-content: center;
    display: flex;
    align-self: center;
}

.volunteers .more-button a {
    background-color: var(--color);
    color: #000;
    padding: 15px 60px;
}

.volunteers .more-button a:hover {
    background-color: #2d98a261;
}

.volunteers .volonter-photo {
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
}

.volunteers .volunteer__name {
    margin-top: 22px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: Eurostile Bol, sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.volunteers .div-block-3 {
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 479px) {
    .volunteers > .container-4 .heading-28 {
        margin-top: 0;
    }
}
