.bus__container {
    margin-top: 40px;
}

.bus__card {
    border-radius: 40px;
}

.bus__card:nth-child(1) {
    background-image: url("../public/bus/first.png");

}
.bus__card:nth-child(2) {
    background-image: url("../public/bus/two.png");

}
.bus__card:nth-child(3) {
    background-image: url("../public/bus/three.png");
}

.bus__card-texts {
    align-items: center;
    margin-bottom: 0px;
    margin-left: 0px;
}

.bus__card-hidden {
    align-items: center;
    justify-content: center;
}

.bus__btn {
    margin-top: 0px;
}

.bus__card-texts p:nth-child(1) {
    color: #FFF;
    /* 24px/bold */
    font-family: Inter Tight;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.bus__card-texts p:nth-child(2) {
    color: #FFF;
    /* 16px/medium */
    font-family: Inter Tight;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.bus__card-texts p:nth-child(3) {
    color: #FFF;
    /* 16px/medium */
    font-family: Inter Tight;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1280px) {
    .bus__card-texts p:nth-child(1){
        font-size: 14px;
    }
    .bus__card-texts p:nth-child(2){
        font-size: 14px;
    }
    .bus__card-texts p:nth-child(3){
        font-size: 20px;
    }
}