.trust-videos {
    padding: 30px 0;
}

.trust-videos h2 {
    text-align: center;
    margin-bottom: 30px;
}

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

.video-wrapper {
    width: 48%;
    position: relative;
    padding-bottom: 27%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}