.section-1-member {
    padding: 80px 0;
}

.section-1-member .row {
    display: flex;
    align-items: center;
}

.featured-image-member {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section-1-member h1 {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.section-1-member h4 {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 40px;
}

.section-1-member ul {
    list-style: disc;
    padding: 0 0 0 20px;
}

.section-1-member li,
.section-1-member p {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

@media screen and (max-width:991px) {
    .section-1-member {
        padding: 40px 0;
    }
    .wrapper-slides-members {
        margin: 15px 0;
    }
    .order-xs-1 {
        order: 1;
    }
    .order-xs-2 {
        order: 2;
    }
    .section-1-member .row {
        flex-direction: column;
    }
    .featured-image-member {
        margin: 0 0 30px;
        justify-content: center;
    }
}

.wrapper-member-projects {
    margin: 80px 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.wrapper-member-projects h4 {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.wrapper-member-projects h5 {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
}

.wrapper-member-projects table {
    border-collapse: collapse;
    width: 100%;
}

.wrapper-member-projects td p,
.wrapper-member-projects td {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.wrapper-member-projects td:first-child {
    width: 30%;
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding: 20px 0;
}

.wrapper-member-projects tr {
    border-bottom: 1px solid #999488;
}

.wrapper-member-projects td span {
    color: #999488;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
}

.section-3-member .projects_list {
    display: inline-block;
    width: 100%;
}

.featured_list {
    display: flex;
}

.featured_list p {
    font-size: 21px;
}

.featured_list div {
    width: 31%;
    margin: 0 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #F7F6F2;
    border-radius: 24px;
    color: #484F5B;
    text-align: center;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: .25s all;
}
.featured_list div:hover{
    color: #F7F6F2;
    background: #484F5B;
    transition: .25s all;
}
.featured_list div:hover p{
    color: #F7F6F2;
    transition: .25s all;
}

.featured_list p {
    margin: 0;
}

.section-3-member {
    padding: 80px 0 0;
}

.section-3-member h2 {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.wrapper-slides-members .text-member-bottom p {
    margin: 5px 0;
    line-height: 1;
}

.wrapper-slides-members .text-member-bottom {
    z-index: 1;
}

.wrapper-slides-members a:hover {
    text-decoration: none;
}

.wrapper-slides-members a img.image-post {
    position: absolute;
    top: -15%;
    left: 0;
    min-width: 100%;
}

.go-to {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 1;
}

.wrapper-slides-members a {
    display: flex;
    align-items: flex-end;
    padding: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    color: #F7F6F2;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    transition: .5s all;
    position: relative;
    overflow: hidden;
    min-height: 350px;
    max-height: 350px;
}

@media screen and (min-width:1600px) {
    .wrapper-slides-members a {
        min-height: 450px;
        max-height: 450px;
    }
}

.wrapper-slides-members a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 30px 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.80) 100%);
    z-index: 1;
}

.text-member-bottom {
    display: flex;
    flex-direction: column;
}

.text-member-bottom p:first-child {
    text-transform: uppercase;
}

.text-member-bottom p {
    margin: 0;
}

.list-item-track {
    margin: 40px 0 0;
}

.list-item-track .heading-h2 {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.list-item-track .projects_list .wrapper-member-projects:first-child {
    margin-top: 40px;
}

@media screen and (min-width:992px) {
    .wrapper-member-projects .col-md-6:first-child {
        padding-right: 60px
    }
    .image-project {
        display: flex;
        justify-content: flex-end
    }
}

@media screen and (max-width:1600px) {
    .list-item-track .heading-h2,
    .section-3-member h2,
    .section-1-member h1 {
        font-size: 36px;
    }
}

@media screen and (max-width:991px) {
    .wrapper-member-projects h4 {
        font-size: 24px;
    }
    .wrapper-member-projects h5 {
        font-size: 20px;
    }
    .wrapper-member-projects td {
        font-size: 18px;
        padding: 8px 0;
        width: 100%;
    }
    .list-item-track .heading-h2,
    .section-3-member h2,
    .section-1-member h1 {
        font-size: 28px;
    }
    .section-3-member {
        padding: 30px 0 0;
    }
    .section-3-member h2 {
        margin: 0;
        padding: 0 15px;
    }
    .featured_list {
        padding: 0 15px;
    }
    .featured_list,
    .section-3-member .row,
    .section-3-member {
        flex-direction: column;
    }
    .featured_list div {
        width: 100%;
        margin: 10px 0;
    }
    .wrapper-member-projects {
        margin: 40px 0;
        flex-direction: column;
        padding: 0 15px;
    }
    .image-project {
        margin: 0 0 30px;
    }
    .other-members {
        overflow: hidden;
    }
    .go-to {
        right: 0;
    }
    .close-btn-custom img {
        max-height: 55px;
    }
    .wrapper-member-projects table tr {
        display: flex;
        flex-direction: column;
    }
    .wrapper-member-projects td:first-child {
        padding: 10px 0 0;
    }
    .projects_list .col-xs-12 {
        padding: 0;
    }
}
