.at-hugeTitle {
    position: relative;
}

.at-hugeTitle__iconContainer {
    position: relative;
}

.at-hugeTitle__iconContainer:before {
    content: '';
    position: absolute;
    top: 51px;
    left: -11px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: var(--papaya);
    z-index: -1;
}

.at-hugeTitle__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 2em;
}

.at-hugeTitle__preTitle {
    margin-left: 0.2rem;
}

.at-hugeTitle__mainTitle {
    display: inline-block;
}

.at-hugeTitle__title {
    margin: 0 0 0.6em -0.2rem;
    font-weight: 700;
}

.at-hugeTitle__link {
    display: inline-block;
    text-decoration: none;
}

@media screen and (min-width: 960px) {
    .at-hugeTitle__title {
        font-size: var(--size-h-xhuge);
    }

    .at-hugeTitle__link {
        font-size: var(--size-large);
    }
}

@media screen and (min-width: 1440px) {
    .at-hugeTitle__title {
        font-size: var(--size-h-xxhuge);
    }
}
