@media screen and (max-width: 768px) {
  .website_creation_outer {
    flex-direction: column;
  }
  .website_creation_outer .content_holder {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}