.experience__drawer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 3rem;
}

@media(max-width:1024px){
    .experience__drawer {
        display: flex;
        justify-content: space-around;
        gap: 3rem;
        flex-direction: column;
        align-items: center;
    }
}