/* !!!!!!!!!!!!!!!!!!!!!!!!!!--------------------------------------------------!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* Media for mobile */
@media screen and (max-width: 640px) {
  div.block-lang {
    align-content: center;
    background-color: #e8edf3;
    border-bottom: 1px solid #7A7A7A;
    color: #7A7A7A;
    font-family: "Arsenal";
    font-size: 20px;
    height: 32px;
    padding-right: 32px;
  }

  hr {
    border-top: solid 1px #7A7A7A;
  }

  div.block-top-menu {
    height: 50px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
  }

  div.block-top-menu img {
    height: 40px;
  }

  div.block-top-menu p {
    color: #000000;
    font-family: "Arsenal";
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: right;
  }

  div.block-image {
    background-image: url('/management-course_mobile.jpeg');
    background-size: cover;
    display: grid;
    height: 350px;
    margin-bottom: 40px;
    margin-top: 100px;
  }

  div.block-image div.block-image-header {
    align-self: flex-start;
    font-family: "Arsenal";
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: -90px;
    text-align: center;
  }

  div.block-image div.block-image-description {
    align-self: flex-end;
    font-family: "Open Sans Variable";
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: -20px;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
  }

  div.block-about {
    font-family: "Open Sans Variable";
    font-size: 14px;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  div.block-about p {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  div.block-activity {
    font-family: "Arsenal";
    font-style: italic;
    font-weight: bold;
  }

  div.block-activity div p {
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  div.block-activity div.block-activity-header p {
    font-size: 28px;
    font-weight: bold;
  }

  p.block-team-header {
    font-family: "Arsenal";
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
  }

  img.team-card-img {
    width: 200px;
  }

  p.block-team-name {
    font-family: "Arsenal";
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
  }

  p.block-team-position {
    font-family: "Arsenal";
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
  }

  div.block-bottom-info {
    font-family: "Arsenal";
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    height: 120px;
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
  }

  div.block-bottom-info p.block-bottom-info-phone {
    display: flex;
    justify-content: center;
  }

  div.block-bottom-info p.block-bottom-info-email {
    display: flex;
    justify-content: center;
  }

  div.block-copyrights {
    align-content: center;
    background-color: #e8edf3;
    border-top: 1px solid #7A7A7A;
    color: #7A7A7A;
    font-family: "Arsenal";
    font-size: 12px;
    height: 32px;
    padding-left: 32px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!--------------------------------------------------!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* Media for laptop */
@media screen and (min-width: 641px) {
  div.block-lang {
    align-content: center;
    background-color: #e8edf3;
    border-bottom: 1px solid #7A7A7A;
    color: #7A7A7A;
    font-family: "Arsenal";
    font-size: 20px;
    height: 32px;
    padding-right: 32px;
  }

  hr {
    border-top: solid 1px #7A7A7A;
  }

  div.block-top-menu {
    height: 80px;
    padding-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 8px;
  }

  div.block-top-menu img {
    height: 70px;
  }

  div.block-top-menu p {
    color: #000000;
    font-family: "Arsenal";
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-align: right;
  }

  div.block-image {
    background-image: url('/management-course.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 32px;
  }

  div.block-image div.block-image-header {
    font-family: "Arsenal";
    font-size: 62px;
    font-weight: bold;
    line-height: 62px;
    margin-left: 32px;
    padding-bottom: 32px;
    padding-top: 32px;
    text-shadow: 3px 3px 4px #ffffff;
    width: 400px;
  }

  div.block-image div.block-image-description {
    font-family: "Open Sans Variable";
    font-size: 28px;
    line-height: 28px;
    margin-left: 32px;
    padding-bottom: 32px;
    text-shadow: 3px 3px 4px #ffffff;
    width: 400px;
  }

  div.block-about {
    font-family: "Open Sans Variable";
    font-size: 26px;
    margin-left: 110px;
    margin-right: 110px;
    padding-bottom: 32px;
    padding-top: 32px;
  }

  div.block-about p {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  div.block-activity {
    font-family: "Arsenal";
    font-style: italic;
    font-weight: bold;
  }

  div.block-activity div p {
    font-size: 36px;
    padding-left: 4px;
    padding-right: 4px;
  }

  div.block-activity div.block-activity-header p {
    font-size: 52px;
    font-weight: bold;
  }

  p.block-team-header {
    font-family: "Arsenal";
    font-size: 52px;
    font-style: italic;
    font-weight: bold;
  }

  img.team-card-img {
    width: 200px;
  }

  p.block-team-name {
    font-family: "Arsenal";
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
  }

  p.block-team-position {
    font-family: "Arsenal";
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
  }

  div.block-bottom-info {
    font-family: "Arsenal";
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    height: 100px;
    padding-left: 32px;
    padding-right: 32px;
  }

  div.block-bottom-info p.block-bottom-info-phone {
    display: flex;
  }

  div.block-bottom-info p.block-bottom-info-email {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: -30px;
  }

  div.block-copyrights {
    align-content: center;
    background-color: #e8edf3;
    border-top: 1px solid #7A7A7A;
    color: #7A7A7A;
    font-family: "Arsenal";
    font-size: 12px;
    height: 32px;
    padding-left: 32px;
  }
}