.about-background-wrapper {
    max-width: var(--max-page-width);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    z-index: -1;
}

.about-animation {
    position: relative;
    z-index: -1;
}

@media (min-width: 500px) {
    .about-background-wrapper {
        top: -100px;
        margin-bottom: -100px;
    }
}


@media (min-width: 768px) {
    .about-background-wrapper {
        top: -150px;
        margin-bottom: -250px;
    }
}

@media (min-width: 1248px) {
    .about-background-wrapper {
        top: -200px;
        margin-bottom: -300px;
    }
}

.about-heading {
    text-align: center;
    /* Mobile/Title-600 */
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, 0);
}

.content-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.content-row .image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

@media (min-width: 768px) {
    .content-row .image {
        min-height: 300px;
    }
}

.icn-digital-infrastructure img {
    width: 180px;
    height: 180px;
}

@media (min-width: 768px) {
    .content-row {
        min-height: 260px;
        flex-direction: row;
    }

    .content-row--2 {
        flex-direction: row-reverse;
    }

    .content-row .image {
        flex: 0 0 384px;
        text-align: center;
    }
}

.smaller-print {
    color: #586179;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

