.section {
    padding: 2rem 0;
}

.section.active {
    display: block;
}

.about-content,
.trust-reasons,
.team-members,
.process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.about-left,
.about-right,
.reason,
.member,
.step {
    flex: 1;
    min-width: 300px;
}

.info-cards {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.video-container {
    display: flex;
    justify-content: space-between;
}

.video-wrapper {
    width: 48%;
    position: relative;
    padding-bottom: 27%;
    height: 0;
    overflow: hidden;
}