@charset "utf-8";
.header__wrapper {
  padding: 30px 0;
  border-top: 2px solid #009c84;
}
.header__wrapper .flex {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.header__title {
  color: #009c84;
  font-size: 21px;
  font-weight: bold;
  width: calc(100% - 293px);
  max-width: 535px;
}
.header__logo {
  width: 283px;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 768px) {
  .header__wrapper {
    padding: 18px 0;
  }
  .header__title {
    font-size: 17px;
    width: calc(100% - 233px);
  }
  .header__logo {
    width: 212px;
  }
}

@media screen and (max-width: 640px) {
  .header__wrapper .flex {
    display: block;
  }
  .header__title {
    font-size: 16px;
    width: 100%;
  }
  .header__logo {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
