/* Gobal styles */
:root {
    --mt-font: 'Canva Sans', sans-serif;
    --mt-text-color: #000000;
    --mt-title-font-size: 35;
    --mt-font-size: 16px;
}


.mt-learn-more-btn-gt
.mt-learn-more-btn-gt-style-one
.mt-learn-more-btn-gt-style-two-gt {
    font-family: var(--mt-font);
    color: var(--mt-text-color);
    font-size: var(--mt-font-size);
}

/* BUTTON */
.mt-learn-more-btn-gt {
    padding: 11px 18px;
    border-radius: 10px;
    border: 1px solid #c2c2c2;
    background: transparent;
    cursor: pointer;
    transition: 0.2s ease;
    text-decoration: none;
}

.mt-learn-more-btn-gt-style-one {
    color: #4baff6;
}

.mt-learn-more-btn-gt-style-two-gt {
    color: #fefefe;
}

.mt-learn-more-btn-gt:hover {
    background: #4baff6;
    color: #ffffff;
}
