#who-we-are .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    max-width: 1140px;
}
#who-we-are .wrap #top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#who-we-are .wrap #top-section h5 {
    font-weight: 400;
    color: #282828;
    text-decoration: none;
    font-style: normal;
    font-size: 13px;
    color: #b8046f;
    text-transform: uppercase;
    font-family: 'Futura-Light';
}
#who-we-are .wrap #top-section h2 {
    width: auto;
    height: auto;
    margin: 12px auto 8px;
    padding: 2px 0;
    font-size: 25px;
    font-weight: 200;
    line-height: 1.3;
    font-family: 'Futura-Light';
}
#who-we-are .wrap #top-section h5 a {
    text-decoration: none;
    color: #b8046f;
    text-transform: capitalize;
}
#who-we-are .wrap #top-section div {
    width: auto;
    height: auto;
    margin: 0 auto 8px;
    padding: 2px 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    color: #a2a2a2;
}

#who-we-are .wrap #bottom-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 0;
    margin-bottom: 30px;
}

#who-we-are .wrap #bottom-section .block_wrap {
    width: 100%;
    height: 150px;
    display: none;
}

#who-we-are .wrap #bottom-section #block_title {
    font-size: 18px;
    text-transform: capitalize;
    color: #b8046f;
    text-align: center;
    margin: 0 20px;
}
#who-we-are .wrap #bottom-section #block_content {
    font-size: 17px;
    text-transform: inherit;
    color: black;
    margin: 0 0 0 20px;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (min-width: 1023px) {
    #who-we-are .wrap #bottom-section .block_wrap {
        /* width: 33.33%; */
        height: 100px;
    }
    #who-we-are .wrap {
        margin-top: 40px;
    }
    #who-we-are .wrap #bottom-section {
        width: 70%;
    }
}

@media screen and (min-width: 1170px) {
    #who-we-are .wrap #top-section h5 {
        font-size: 15px;
    }
    #who-we-are .wrap #top-section h2 {
        font-size: 30px;
        width: 80%;
    }
    #who-we-are .wrap #top-section div {
        font-size: 18px;
    }
    #who-we-are .wrap #bottom-section #block_title {
        font-size: 18px;
        
    }
    #who-we-are .wrap #bottom-section #block_content {
        font-size: 18px;
        margin: 20px;
    }
}

.display_block_on {
    display: block !important;
    width: 100%;
}
.display_block_off {
    display: none !important;
    width: 100%;
}