.pmc-container {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    max-width: 80vw; 
    width: 100%; 
}

.pmc-container-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 9vw 0 9vw;
}

@media (max-width:1100px) {

    .pmc-container {
      justify-content: center;
      flex-direction: column;
    }
  
}