@media screen and (max-width: 1199px) {
  #central-header .container {
    justify-content: center;
    text-align: center;

    padding-bottom: 0;
  }

  .central-header-icon {
    display: none;
  }

  .central-header-text-description {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #central-main .container {
    flex-direction: column;
  }
  .central-main-block {
    box-sizing: border-box;
    width: 100%;
    flex-direction: row !important;
    justify-content: flex-start;

    padding: 30px 10px;

    height: max-content;
  }

  .central-main-block-img {
    width: 30%;
  }

}
