body,
.body-wrapper,
main {
    background: #eef2f7 !important;
}

.container {
    padding-top: 40px;
    padding-bottom: 80px;
}

#liquida {
    color: #1565c0;
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -.5px;
}

.row:first-child p {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.card {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border-top: 4px solid #1565c0;
    box-shadow: 0 3px 12px rgba(13,43,94,.08);
    transition: all .25s ease;
    height: 100%;
}

    .card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(13,43,94,.15);
    }

.card-body {
    padding: 25px;
}

.card-title {
    color: #0d2b5e;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.card img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 220px;
    height: 180px;
    object-fit: contain;
    background: #f8fafc;
    border: none !important;
    padding: 10px;
}

.card-text {
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    min-height: 170px;
}

.btn-primary {
    background: #1565c0;
    border: 2px solid #1565c0;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 20px;
    transition: all .25s ease;
    width: 100%;
}

    .btn-primary:hover {
        background: #0d47a1;
        border-color: #0d47a1;
        transform: translateY(-2px);
    }

.row:nth-child(2) {
    margin-top: 25px;
    margin-bottom: 30px;
}

.row:nth-child(3) {
    margin-top: 10px;
}

@media (max-width: 768px) {

    #liquida {
        font-size: 28px;
    }

    .card-title {
        font-size: 22px;
    }

    .card-text {
        min-height: auto;
    }

    .card img {
        max-width: 180px;
        height: 150px;
    }
}
