﻿* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    font-family: 'Fujitsu Infinity Pro',sans-serif;
    font-size: 10px;
    padding: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    display: block;
    width: 100%;
}

.evidon-consent-button-image {
    width: auto;
}

h3, p, h1 {
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.heading {
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 20px;
}

.b-heading {
    font-weight: 900;
    font-size: 4rem;
    line-height: 44px;
}

.more-info-text {
    font-size: 1rem;
    margin-bottom: 0px;
    font-weight: 700;
}

.text {
    font-size: 1.1rem;
    line-height: 15px;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.container-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between
}

.banner-img {
    width: 100%;
    height: auto;
}

.section {
    width: 100%;
}

.section-padding {
    padding: 15px;
}

.more-info-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.page-top {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 1000;
    opacity: 0.7;
}

.text-align-center {
    text-align: center
}

.banner-text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 20px;
    padding: 15px;
}

.banner-heading {
    font-weight: 800;
    font-size: 1rem;
    line-height: 12px;
}

.banner-text {
    font-size: 1rem;
    line-height: 12px;
}

.container-grid {
    display: grid;
    grid-template-columns: auto auto;
}


@media only screen and (min-width:1281px) {
    .heading {
        font-weight: 800;
        font-size: 2.5rem;
        line-height: 29px;
    }

    .banner-text-container {
        margin-left: 110px;
    }

    .banner-heading {
        margin-top: 50px;
        font-weight: 800;
        font-size: 6rem;
        line-height: 65px;
    }

    .banner-text {
        font-size: 3.6rem;
        line-height: 36px;
    }

    .b-heading {
        font-weight: 900;
        font-size: 5rem;
        line-height: 54px;
    }

    .section-padding {
        padding: 60px 0px;
    }

    .text {
        font-size: 1.8rem;
        line-height: 24px;
    }

    .container-flex {
        flex-direction: row;
    }

    .container-grid {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }

    .more-info-icon {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .more-info-text {
        font-size: 1.4rem;
    }

    .banner-text {
        padding: 15px 0;
    }
}
