.seventh-section-container {
    display: flex;
    justify-content: space-between;
    
    @media (max-width: 768px) {
        flex-direction: column;
        align-items: center;
    }
}

.seventh-section-subcontainer {
    margin-left: 150px;

    @media (max-width: 768px) {
        margin-left: 0px;
    }
}

.seventh-section-description {
    font-family: var(--font-family-3);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-body2);
    color: var(--white-100);
}