@font-face {
    font-family: 'Gilroy-Bold ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Bold ☞'), url('fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Medium ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Medium ☞'), url('fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-SemiBold ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-SemiBold ☞'), url('fonts/Gilroy-SemiBold.woff') format('woff');
}

.under {
    font-family: 'Gilroy-Bold ☞';
    font-size: 30px;
    letter-spacing: 0.25em;
    color: #929497;
    text-align: center;
}

@media (max-width: 576px) {
    .under {
        font-size: 20px;
        // margin-top: 10px;
    }
}

.eklektik {
    font-family: 'Gilroy-Bold ☞';
    font-size: 18px;
    color: #0054A6;
    text-align: center;
    text-transform: uppercase;
}

.address {
    font-family: 'Gilroy-Medium ☞';
    font-size: 16px;
    color: #929497;
    text-align: center;
}

.email {
    font-family: 'Gilroy-Semibold ☞';
    font-size: 16px;
    color: #929497;
    text-align: center;
}

.eklektik-icon {
    position: fixed;
    bottom: 0px;
    right: -100px;
    width: 25%;
    height: auto;
    z-index: -1;
}