.design .container-fluid .row .phone-button a {
    color: #000;
    background: #fbc710;
    padding: 10px 20px;
    margin: 0 10px;
    margin-left: 0;
}

.card-design h2 {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;

    .title-info {
        font-size: 16;
        font-weight: 500;
    }
}

.all-card {
    display: flex;
    gap: 20px;
    padding-top: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.icon {
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    background-color: #FBC710 !important;
    width: 22%;
    height: 330px;
    opacity: 1;
    padding-top: 50px;
    padding-right: 63px;
    padding-bottom: 40px;
    padding-left: 63px;
    gap: 10px;


    .icon img {
        height: 120px;
    }

    .text {
        padding-top: 35px;
        text-align: center;

        .strong {
            font-weight: bold;
            font-size: 14px;
            color: #000;
            line-height: 1.2;
            font-family: "Poppins", sans-serif;
        }

        .info {
            font-size: 10px;
            color: #212121;
            line-height: 1.6;
            font-family: "Poppins", sans-serif;
        }
    }
}

p.title-info{
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.card-design h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
}

@media (max-width:768px) {
    .card {
        width: 164px;
        padding: 20px;
        height: inherit;

        .icon img {
            height: 71px;
        }
    }
}