#about-us {
    height: auto;
    align-items: flex-end;
    min-height: auto;
}
#about-us .font_second {
    font-size: 4rem;
}
#about-us .background_box {
    min-height: auto;
    background-size: cover;
}
#about-us .recommended_header {
    padding-bottom: 80px;
    height: 100%;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
#about-text p {
    margin-bottom: 30px;
}
.profile__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 53px;
}
.profile__image {
    display: block;
    margin-bottom: 20px;
    margin-right: 30px;
    max-width: 40%;
}
.profile__image img {
    max-width: 100%;
    height: auto;
    display: block;
}
.profile__name {
    font-weight: 700;
    font-size: 18px;
    max-width: calc(60% - 30px);
    text-align: left;
}
.profile {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
#about-container {
    max-width: 800px;
}
#about-description {
    text-align: center;
    max-width: 665px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 27px;
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("{% static 'images/world_map.png' %}");
    opacity: 0.6;

}
#about-text .text {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 100px;
}
@media(min-width: 400px) {
    .profile__name {
        font-size: 24px;
    }
}
@media(min-width: 576px) {
    .profile {
        display: block;
        max-width: calc((100% / 3) - (68px / 3));
    }
    .profile__image {
        max-width: none;
        margin-right: 0;
    }
    .profile__name {
        font-size: 13px;
        max-width: none;
        text-align: center;
    }
}
