@font-face {
    font-family: 'Cairo';
    font-weight: 100 1000;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    src: url('/typo3conf/ext/spt_package/Resources/Public/assets/font-awesome/fonts/Cairo-VariableFont_slnt,wght.woff2') format('woff2-variations');
}

body {
    font-family: 'Cairo', sans-serif !important;
    font-size: 18px;
    letter-spacing: normal;
    word-spacing: 1px;
    color: #333;
    word-break: break-word;
    transition: background-color 0.2s ease-in-out;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif;
}

.footersec2 {
    border-right: 1px solid #6F92A8;
}

.footersec3 {
    border-right: 1px solid #6F92A8;
}

.section.section.counter-wrap {
    position: relative;
}

.section.section.counter-wrap header {
    z-index: 1;
}

.section.section.counter-wrap::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.footersec1 .ce-gallery {
    width: 100%;
    text-align: right;
}

@media(max-width:575.9px) {
    .footersec1 .ce-gallery {
        justify-items: center;
    }
}