@font-face {
    font-family: "Fontello";
    src: url("fonts/fontello.woff2") format("woff2"), url("resources/css/fonts/fontello.woff") format("woff"), url("resources/css/fonts/fontello.ttf") format("ttf"), url("resources/css/fonts/fontello.eot") format("eot");
}

.about-us-featured-block {
    position: absolute;
    z-index: 1;
    top: -50%;
    transform: translate(-70px, -50%);
}

@media (max-width: 1199px) {
    .about-us-featured-block {
            position: static;
            transform: translate(0);
    }
}

.get-in-touch {
    padding: 90px 0 150px;
 
}
.custom-btn-with-arrow:after {
    content: '\E800';
    font-family: 'Fontello';
    font-size: 18px;
    margin-left: 17px;
}

.custom-btn-with-arrow:hover:after {
    animation: arrowMove 600ms ease;
    animation-iteration-count: infinite;
}
.custom-text-1 {
    font-size: 12px !important;
}

.custom-text-2 {
    font-size: 14px !important;
}

.custom-text-3 {
    font-size: 15px !important;
}

.custom-text-4 {
    font-size: 16px !important;
}

.custom-text-5 {
    font-size: 18px !important;
}
.custom-text-6 {
    font-size: 20px !important;
}

.custom-text-7 {
    font-size: 22px !important;
}

.custom-text-8 {
    font-size: 26px !important;
}

.custom-text-9 {
    font-size: 32px !important;
}

.custom-text-10 {
    font-size: 40px !important;
    line-height: 40px !important;
}

.custom-text-11 {
    font-size: 55px !important;
    line-height: 72px !important;
}

.custom-text-12 {
    font-size: 60px !important;
}