/*
    Theme Name: Almacita
    Text Domain: almacita
    Version: 1.2.13
    Tested up to: 6.3
    Requires at least: 6.0
    Requires PHP: 8.1
    Description: Almacita is a WordPress theme for Almacita.
    Author: Unify Studio
    Author URI: https://unifystudio.io
    Theme URI: https://unifystudio.io/almacita
*/

.module-card .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-card .icon img {
    height: 24px;
    width: 24px;
}

.wysiwyg-heading p {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin: 0;
}

.wysiwyg-heading p + p {
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .wysiwyg-heading p {
        font-size: 2.25rem;
        margin-bottom: 4rem;
    }
    .wysiwyg-heading p + p {
        margin-top: 0;
    }
    .wysiwyg-heading p:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .wysiwyg-heading p {
        font-size: 40px;
    }
}
