.text-section {
    padding-top: 60px;
}
.text-section__text {
    font-size: var(--h2-size);
    color: var(--gray-black);
    letter-spacing: -0.02em;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 60px;
}
.text-section__text span {
    color: var(--gray-1);
}

.text-section__text img {
    object-fit: contain;
    width: 36px;
    height: 36px;
    margin-bottom: -6px;
}

@media screen and (max-width: 768px) {
    .text-section {
        padding-top: 24px;
    }
    .text-section__text {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 578px) {
    .text-section__text {
        margin-bottom: 16px;
    }
    .text-section__text img {
        width: 26px;
        height: 26px;
    }
}
