.attelier-block__about {
  margin-top: 61px;
  margin-bottom: 64px;
}
.attelier-block__about h1 {
  margin-bottom: 35px;
}
.attelier-block__advantages {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantages-column {
  max-width: 545px;
}
.advantages-column p:first-child {
  margin-bottom: 25px;
}
.attelier-block__video {
  position: relative;
  margin-top: 70px;
}
.mobile-layout {
  display: none;
}

@media screen and (min-width: 1450px) {
  .attelier-block__advantages {
    align-items: baseline;
  }
  .text-fs-15 {
    font-size: 15px;
    line-height: 35px;
  }
}

@media screen and (max-width: 650px) {
  .attelier-block__video video {
    width: 100%;
  }
  .text-fs-15 {
    font-size: 15px;
    line-height: 35px;
  }
  .text-fs-30 {
    font-size: 24px;
    line-height: 35px;
  }
  .desktop-layout {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .attelier-block__about {
    text-align: center;
    margin-bottom: 0px;
  }
  .attelier-block__advantages {
    margin-top: 48px;
    padding: 0 16px;
    flex-direction: column;
    text-align: center;
  }
  .advantages-column {
    width: 100%;
  }
  .advantages-column p:first-child {
    margin-bottom: 0px;
  }
  .attelier-block__video {
    margin-top: 56px;
  }
}
