.experience-cover {
    padding: 80px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    color: #fff;
}
section.elementor-section:has(.experience-cover)::before{
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0B2C43;
    background: linear-gradient(0deg, rgba(11, 44, 67, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
}
.experience-cover > img {
    max-width: 410px;
    max-height: 160px;
}
.experience-cover .description * {
    margin: 0;
    font-size: 20px;
    font-style: italic;
}
@media(max-width:767px){
    .experience-cover > img {
        max-width: 80vw;
    }
    .experience-cover .description * {
        font-size: 16px;
    }
}