.members {
    background-color: #fff;
}

.members>h2 {
    color: #000;
}

.members-text {
    color: #000;
}

.members-text-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.members-text-position {
    font-size: 18px;
    line-height: 30px;
}

.members .column-center-image .members-text-description {
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
}

.members .column-center-image .col-img-2 {
    box-shadow: none;
    margin-left: 12px;
    width: 127px;
    height: 127px;
}

.members .column-center-image {
    background-color: #fff;
    width: 502px;
    height: 272px;
    margin-left: 50px;
}

@media screen and (max-width:768px) {
    .members .column-center-image {
        width: 299px;
        height: 404px;
        margin-left: none;
    }

    .members .members-info {
        top: 1px; 
        margin-left: 2px;
    }

    .members .column-center-image .col-img-2 {
        margin-left: auto;
        margin-bottom: 30px;
        width: 150px;
        height: 150px;
    }

    .members .swiper-pagination {
        display: inline;
    }

    .members .members-slider {
        padding-bottom: 80px;
    }

    .members {
        margin-bottom: -10px;
    }
}

.members-info {
    top: -135px; 
    margin-left: 150px;
}

.members-info > p {
    text-align: left;
    margin-bottom: 10px;
    line-height: 22px;
}