.header-section{
    background: none;
}
.hero-section{
    height: 600px;
    padding-top: 100px;
}
@media only screen and (max-width: 767px) {
    .hero-section {
        height: auto;
        padding-bottom: 100px;
        padding-top: 100px;
    }
}
.process-step:after{
    display: none;
}
.flex-center{
    justify-content: center;
}
.process-section .section-title{
    margin-bottom: 30px;
}
.process{
    display: flex;
}
.process-step{
    margin-bottom: 60px;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .process-step{
        margin-bottom: 30px;
    }
}

.process-icon i{
    font-size: 50px;
    color: #20509e;
}

.team-members{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.member {
    width: calc(35% - 25px);
    padding: 35px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .member {
        width: calc(35% - 25px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .member {
        width: calc(33.333333% - 25px);
    }
}

@media only screen and (max-width: 767px) {
    .member {
        width: 100%;
    }
}

.member:hover .member-text{
    opacity: 1;
}

.member-text{

}

.member-text p{
    padding-top:35px;
    text-align: justify;
}

.footer-bottom img{
    max-height:36px;
}