.buy{
    padding-block: 50px;
    background-color: rgb(61, 60, 60);
}

.buy__tittle{
    color: white;
    font-weight: bold;
    padding-top: 20px;
    padding-inline: 40px;
}

.buy__text{
    padding-block: 20px;
    color: white;
}

.buy__btn{
    padding-block: 20px 40px;
    justify-content: center;
    display: flex;
}
.buy__card{
    text-align: center;
}


.buy__card__tittle{
    color: white;
    font-weight: bold;
}
.buy__card__text{
    color: white;
}

.buy__card__icon{
    color: white;
    font-size: 40px;
}

@media screen and (max-width: 991px) {
    .buy__text {
        padding-inline: 20px;
    }

    .buy__card__text{
        padding-inline: 20px;
        text-align: center ;
    }
  }