﻿


.benefit-production{
    padding-top:40px;
    padding-bottom:40px;
}
.content-title-production {
    font-weight: 600;
}

.benefit-production img {
    width:auto;
    height: 5rem;
}
.benefit-production h5{
    font-weight:600;
}
.btn-test {
    border: none;
    color: #0F1B31;
    font-size: 1.25rem;
    padding: 1rem 2rem;
    font-weight: 400;
    background-color: #FFC600;
    transition: all 0.5s;
    transform: translateY(20%);
    border-radius:10px;
}

    .btn-test:hover {
        color: #fff;
        background-color: #00A9E0;
        transform: translateY(10%) scale(1.1);
    }

/*css cho benefit card*/
.benefit-card {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

    .benefit-card:hover {
        transform: translateY(-5px);
    }

    .benefit-card h2 {
        font-size: 3rem;
        color: #00A9E0;
        margin-bottom: 1rem;
    }

    .benefit-card p {
        font-size: 1rem;
        color: #6c757d;
    }

/*css cho pricing-section*/
.pricing-section{
    box-shadow:none;
}