.second-section-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    
    @media (max-width: 768px) {
        margin-top: 20px;
    }
}

.second-section-description {
    font-family: var(--font-family-2);
    font-weight: var(--font-weight-regular);
    font-size: 15;
    color: var(--black-100);
}