* {
    font-family: Nunito, sans-serif;
}

.text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.text-blk.heading {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-align: center;
}
.firstRow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
}      
.text-blk.name {
    font-size: 15px;
    line-height: 30px;
    font-weight: 900;
    color: rgb(51, 51, 51);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.text-blk.position {
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.text-blk.cardDescription {
    font-size: 12px;
    line-height: 30px;
    color: rgb(37, 37, 37);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* width: 800px; */
    max-width: 800px;
    background-color: white;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 20px;
}

.container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
}

.swiper.mySwiper {
    width: 100%;
    position: relative;
}

.container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
}

.btns {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 30%;
    z-index: 100;
}

.prevBtn {
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.swiper-button-prevs {
    width: auto;
    cursor: pointer;
}

.nextBtn {
    width: 70px;
    height: 70px;
    cursor: pointer;
}



.swiper-button-nexts {
    cursor: pointer;
}

.stars {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

@media (max-width: 1024px) {
    .firstRow {
        flex-direction: column-reverse;
    }

    .responsive-container-block.Container {
        align-items: center;
        justify-content: center;
    }

    .btns {
        top: 90%;
    }

    .swiper-pagination {
        z-index: 101;
    }

    .swiper-pagination.container-block {
        width: 82px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        float: none;
        right: 170px;
        left: auto;
    }

    .btns {
        width: 223px;
        left: auto;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        right: 100px;
    }

    .text-blk.heading {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .btns {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .swiper-pagination.container-block {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .responsive-container-block.cardContainer {
        padding-top: 60px;
        padding-right: 10px;
        padding-bottom: 60px;
        padding-left: 10px;
    }

    .card {
        justify-content: center;
        align-items: center;
    }

    .text-blk.name {
        text-align: center;
    }

    .text-blk.position {
        text-align: center;
    }

    .text-blk.cardDescription {
        text-align: center;
    }

    .cardContainer {
        width: 100%;
    }

    .card {
        /* width: 100%; */
    }

    .responsive-container-block.cardContainer {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 90px;
        margin-left: 0px;
        padding-top: 25px;
        padding-right: 10px;
        padding-bottom: 25px;
        padding-left: 10px;
    }

    .card {
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .responsive-container-block.bigContainer {
        background-repeat-x: no-repeat;
        background-repeat-y: no-repeat;
        background-size: cover;
    }

    .firstRow {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 50px;
        margin-left: 0px;
    }

    .bigContainer {
        height: 100%;
    }

    .responsive-container-block.Container {
        overflow-y: visible;
    }

    .btns {
        bottom: 0px;
    }

    .text-blk.heading {
        font-size: 32px;
    }
}

@media (max-width: 500px) {
    .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .card {
        padding-top: 30px;
        padding-right: 10px;
        padding-bottom: 30px;
        padding-left: 10px;
    }

    .responsive-container-block.bigContainer {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .pinkBG {
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
    }

    .responsive-container-block.Container {
        margin-top: 30px;
        margin-right: 0px;
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .text-blk.heading {
        font-size: 26px;
        line-height: 32px;
    }

    .text-blk.cardDescription {
        font-size: 14px;
        line-height: 26px;
    }

    .text-blk.name {
        font-size: 20px;
        line-height: 30px;
    }

    .text-blk.position {
        font-size: 18px;
        line-height: 23px;
    }
}
