.contentContainerInfo {
    display: flex;
    flex-direction: column;
    margin-top: 96px;
    margin-left: 96px;
    margin-right: 96px;

    &>h1 {
        line-height: 73px;
        letter-spacing: 0em;
        text-align: left;
    }

    &>h2 {
        font-size: 27px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0em;
        text-align: left;
    }

    &>h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }

    &>p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;
    }

    &>.lightBlue {
        color: #29ABE2;
    }

    &>.row {
        display: flex;
        margin-bottom: 16px;
    }

    &>.row h2 {
        margin: 0 48px 0 0 !important;
    }
}

@media (max-width: 900px) {
    .contentContainerInfo {
        margin-top: 40px;
        margin-left: 16px;
        margin-right: 16px;

        & .f-s-61px {
            font-size: 47px;
        }
    }
}

@media (max-width: 400px) {
    .contentContainerInfo {
        margin-left: 8px;

        & .f-s-61px {
            font-size: 39px;
        }
    }
}

.info-page-headline-area {
    display: flex;
    justify-content: space-between;
    align-items: center;

    &>img:hover {
        cursor: pointer;
    }
}

.info-page-arrow {
    position: fixed;
    right: 96px;

    &:hover {
        cursor: pointer;
    }
}

@media (max-width: 900px) {
    .info-page-arrow {
        right: 16px;
    }
}