.vibi-brand-text-achievment {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 14px;
}

.vibi-brand-description-achievment {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.card-achievment {
    box-shadow: 0px 10px 50px 0px #00000014;
    height: 345px;
}

.card-achievment .card-header > .image > img {
    height: 215px;
    object-fit: cover;
}

.card-achievment .card-body {
    background: #15222e;
    /* padding: 34px, 27px, 14px, 27px; */
    border-radius: 5px;
    height: 130px;
}

.card-achievment .card-body .logo {
    background: #fafafa;
    padding: 8px 20px;
    border-radius: 5px;
    width: 50%;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 9px 44px 0px #00000014;
}

.card-achievment .card-body .logo img {
    max-height: 40px;
    object-fit: contain;
}

.card-achievment .card-body p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #fafafa;
    margin-top: 24px;
}
.swiper-pagination-bullets{
    /* bottom: -15px !important; */
}

.swiper-pagination-bullet {
    width: 44px;
    height: 10px;
    border-radius: 10px;
    background: #99AAB9;
    margin-top: 12px;
}

.swiper-pagination-bullet-active {
    background: #253D51;
}

@media screen and (max-width: 768px) {
    .card-achievment .card-body .logo img {
        min-height: 20px;
        object-fit: contain;
    }
}

@media screen and (max-width: 576px) {
    .card-achievment .card-body .logo img {
        height: 30px;
    }
    .card-achievment .card-body p {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: center;
        color: #fafafa;
        margin-top: 24px;
    }

    .card-achievment .card-body .logo {
        padding: 2px 20px;
    }
}
