.-larger{
    font-size: 140%;
    line-height: 2.4;
}

rt{
    font-size: 40%;
    line-height: 1.8;
    color: #888;
    margin-bottom: 5px;
    font-weight: normal;
    transform: translateY(-3px);
}

.child{
    padding: 40px;
    background: #d8f3c0;
    border-radius: 30px;
    width: 880px;
    margin: 0 0 80px -40px;
}
.child .c-maker{
    background: linear-gradient(transparent 70%, rgb(253 255 0 / 82%) 0);
}

@media (max-width: 900px) {
    .-larger{
        font-size: 120%;
    }
    .child{
        width: 100%;
        margin-left: 0;
    }
}