.advantage {
    display: grid;
    max-width: 360px;
}

.advantage-title {
    font-family: 'Century Gothic', uppercase, sans-serif;
    font-size: 84px;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
    text-wrap: nowrap;
    text-transform: uppercase;
    color: #D9D9D973;
    z-index: 0;
}

.advantage-content {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    vertical-align: bottom;
    width: calc(100% - 46px);
    margin: -54px 0 0 46px;
    z-index: 1;
}