﻿.required
{
    color: #ff0000;
}

/* =================== RIGHT COLUMN =================== */

.contact-flex {
    margin-top: 2em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact-icon {
    height: 1em;
    width: auto;
    position: relative;
    top: 1px;
}

.contact-text {
    color: #249AD1;
    font-weight: bold;
    font-size: 1.1em;
}

.card-body a {
    color: #333;
    font-weight: bold;
    font-family: 'gadugi' !important;
    text-decoration: none !important;
}

.card-body a:hover {
    color: #333;
}


/* Extra Large devices (large desktops, up to 1399px) */
@media (max-width: 1399px) {
}

/* Large devices (desktops, up to 1200px) */
@media (max-width: 1200px) {
}

/* Medium devices (tablets, up to 993px) */
@media (max-width: 993px) {
}

/* Small devices (mobile, up to 768px) */
@media (max-width: 768px) {
}