section.section-space{
    padding-top: 9.25rem;
}
.consult{
    position: relative;
    margin-top: 11.25rem;
}
.content{
    position: absolute;
    top: -7rem;
    right: 3rem;
    width: 590px;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(24, 57, 63, .4);
    padding: 10.5rem 1.65rem;
    box-shadow: 0px 0px 40px #00000024;
    border-radius: 50px;
}
.consult:nth-child(even) .content{
    left: 3rem;
    right: auto;
}
.industry{
    background: url(../imgaes/industry.png) no-repeat center / cover;
    width: 100%;
    padding: 7rem;
}
.members .member button{
    padding: .75rem 1rem;
    color: #fff;
}
.card-button{
    width: calc(100% + 40px);
    margin: 0px -20px;
    font-size: 18px;
    box-shadow: 0px -5px 0 rgb(255 255 255);
}
.members .member:hover button{
    box-shadow: 0 -3px 12px -5px rgba(0,0,0,0.5);
    background-color: red;
}
.avatar img{
    padding: 20px;
}
.member-info{
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.section.text-white::before{
    background-color: #fff;
}
@media (min-width: 768px){
    .section-heading{
        width: 350px;
    }
    .members .member{
        padding-bottom: 0;
    }
}
@media (max-width: 767px){
    .section-heading{
        width: 170px;
        margin-bottom: 2.5rem;
    }
    .industry{
        padding: 2rem 1rem;
    }
    section.section-space{
        padding-top: 0;
    }
    .consult:nth-child(2){margin-top: 0;}
    .consult:not(:nth-child(2)){
        margin-top: 2.5rem;
    }
    .content{
        position: relative;
        background: transparent;
        box-shadow: 0 0;
        top: 0;
        width: auto;
        height: auto;
        padding: 0;
        right: 0;
        margin-top: .5rem;
    }
    .content .heading{
        line-height: 1.5;
    }
    .content p.text-white{
        color: #18393F !important;
        text-align: left;
    }
    .consult:nth-child(odd) .content{
        left: 0;
    }
}
.consultant-content{
   margin-bottom: 50px;
}
.consultant-content p{
    text-align: center;
    color: #18393F;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.p-50{
    padding: 30px!important;
}
.modal-img img{
    position: relative;
}
.modal-img h5{
   text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    bottom: 10px;
}