.experience-card iframe {
    display: block;
    width: 100%;
    height: 430px;
    border: 0;
    border-radius: 28px;
    background: #050d40;
}

.experience-card:after {
    display: none;
}

@media (max-width: 700px) {
    .experience-card iframe {
        height: 260px;
    }
}
