.text-content-section {
    background-color: var(--color-bg-main);
    padding: 80px 60px;
    border-top: var(--border-white);
    border-bottom: var(--border-white);
}

.text-content-section .container {
    max-width: var(--container-max);
}

.text-content-section p {
    font-family: var(--font-content);
    font-weight: 500;
    font-size: 18px;
    line-height: 29.25px;
    color: var(--color-white);
    margin-bottom: 32px;
}

.text-content-section p:last-child {
    margin-bottom: 0;
}

.text-content-section .highlight {
    font-family: var(--font-content);
    font-weight: 700;
    color: var(--color-primary);
}

@media (max-width: 1023px) {
    .text-content-section {
        padding: 40px 20px;
    }
}
