.prices__content{
    display:flex;
}
.prices__title-box{
    justify-content: center;
}
@media (max-width: 48em) {
  .prices__sidebar {
    order: 1;
    margin-top: 30px;
  }
  .prices__content{
    flex-wrap: wrap;
   }
}