.header__responsive .header__column img {
  margin-right: 15px;
}

.header__responsive .header__column p {
  color: white;
  font-weight: 700;
  font-size: 24px;
}

@media (max-width: 1279px) {
  /* header */

  .header .header__column:first-child {
    bottom: -30px;
  }
  .header .header__column .logo__image {
    width: 60px;
    height: 60px;
  }
  .header__column .header__nav a {
    font-size: 15px;
  }

  .main__section {
    height: 450px;
  }

  /* main section */

  .main__section--intro .main__section--title {
    font-size: 36px;
  }

  .main__section--intro .main__section--subtitle {
    font-size: 20px;
  }

  .main__section--intro .main__section--contactBtn {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }

  /* about  section */

  .about__section .about__section--box {
    width: 908px;
  }

  .about__section__header .about__section__header--subtitle {
    font-size: 18px;
  }

  .about__section__header .about__section__header--title {
    font-size: 28px;
  }
  .about__section--box .about__section__content {
    font-size: 16px;
  }

  /* summary section */

  .summary__section__header .summary__header--title {
    font-size: 28px;
  }

  .summary__section__header .summary__header--subtitle {
    font-size: 16px;
  }

  .summary__content--row .summary__row--title {
    font-size: 16px;
    min-width: 300px;
  }

  .summary__content--row .summary__row--content {
    font-size: 16px;
  }

  /* vision section */

  .vision__section .vision__section--title {
    font-size: 28px;
  }
  .vision__section .vision__section--subtitle {
    font-size: 22px;
  }

  .vision__section__columns .vision__section__card {
    width: 300px;
  }

  .vision__section__card--title {
    min-height: 0px;
  }

  .vision__section__columns .vision__section__card--value {
    width: 100%;
  }

  .vision__section__card--value .vision__section__card--title {
    font-size: 18px;
  }

  .vision__section__card--value .vision__section__card--content {
    font-size: 15px;
  }

  .vision__section__footer h1 {
    font-size: 28px;
  }

  /* business section */

  .business__section .business__section--title {
    font-size: 28px;
  }

  .business__section .business__section--subtitle {
    font-size: 18px;
  }

  .business__section__card .business__section__card--title {
    font-size: 18px;
  }

  .business__section__card:not(:last-child) {
    margin-right: 0px;
  }

  .business__section__cards .business__section__card {
    width: 400px;
  }

  .business__section .business__section__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    place-items: center;
  }

  /* way to come section */
  .waytocome__section .waytocome__section--title {
    font-size: 28px;
  }

  .waytocome__section .waytocome__section--subtitle {
    font-size: 18px;
  }

  .waytocome__section .googlemap {
    height: 500px;
  }

  .waytocome__section .waytocome__section--footer {
    font-size: 20px;
  }

  /* footer */

  .footer .footer__text {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* header */

  .header {
    display: none;
  }

  .header__responsive {
    display: flex;
    align-items: center;
  }

  .header__responsive .wrapper {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }

  .header__responsive .wrapper .header__column {
    position: static;
  }

  .header__responsive .wrapper .header__column img {
    width: 50px;
    height: 50px;
  }

  /* main section */

  .main__section {
    background-position: left center;
  }

  /* about section */

  .about__section .about__section--linearbox {
    display: none;
  }

  .about__section {
    padding: 0;
  }

  .about__section .about__section--box {
    width: 100%;
    height: auto;
    padding: 30px 30px;
    top: 0px;
  }

  .about__section__content pre {
    /* white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify; */
    display: none;
  }

  .about__section--box .about__section__content p {
    display: block;
    line-height: 35px;
  }
  .about__section .wrapper {
    height: 483px;
  }

  /* summary section */

  .summary__section .wrapper {
    position: relative;
  }

  .summary__section .summary__section--box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    padding: 40px;
    height: 800px;
  }

  .summary__content--row .summary__row--title {
    min-width: 214px;
  }
  .summary__content--row .summary__row--content {
    font-size: 15px;
  }

  /* vision section */

  .vision__section__card img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .vision__section__card--title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .vision__section__card--content {
    font-size: 16px;
    text-align: center;
  }
  .vision__section__columns .vision__section__card {
    height: 250px;
  }

  .vision__section .vision__section__responsive {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  /* business section */

  .business__section__cards .business__section__card {
    width: 300px;
  }
}

@media (max-width: 767px) {
  /* header */

  .header {
    display: none;
  }

  .header__responsive {
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header__responsive .wrapper {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }

  .header__responsive .wrapper .header__column {
    position: static;
  }

  .header__responsive .wrapper .header__column img {
    width: 50px;
    height: 50px;
  }

  .header__column .header__translate__nav {
    display: flex;
  }

  .header__column .header__translate__nav {
    font-size: 13px;
  }

  .redirect__admin--btn {
    position: absolute;
    bottom: 10px;
    margin: 0;
    right: 15px;
  }

  /* main section */

  .main__section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
      url(../images/main_image.png);
    background-position: center center;
    height: 300px;
  }

  .main__section--intro .main__section--title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .main__section--intro .main__section--subtitle {
    font-size: 13px;
    line-height: 30px;
  }
  .main__section--intro .main__section--contactBtn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }

  /* about section */

  .about__section .about__section--linearbox {
    display: none;
  }

  .about__section {
    padding: 0;
    height: 100%;
  }

  .about__section .about__section--box {
    width: 100%;
    height: 100%;
    position: static;
    padding: 30px 30px;
    top: 0px;
  }

  .about__section__content pre {
    /* white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify; */
    display: none;
  }

  .about__section--box .about__section__content p {
    display: block;
    line-height: 35px;
  }

  .about__section .wrapper {
    height: 100%;
  }

  /* summary section */

  .summary__section {
    padding: 0 1rem;
  }

  .summary__section .wrapper {
    position: relative;
  }

  .summary__section .summary__section--box {
    padding: 20px;
  }

  .summary__section__header .summary__header--title {
    font-size: 24px;
  }

  .summary__section__header .summary__header--subtitle {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .summary__section__content .summary__content--row {
    padding: 10px 0px;
  }

  .summary__content--row .summary__row--title {
    min-width: 100px;
    font-size: 15px;
    padding-left: 15px;
    text-align: left;
  }
  .summary__content--row .summary__row--content {
    font-size: 13px;
    text-align: center;
    flex-grow: 9;
  }

  /* vision section */

  .vision__section .wrapper {
    padding-top: 50px;
  }

  .vision__section .vision__section__columns {
    flex-direction: column;
    align-items: center;
  }
  .vision__section__card:not(:last-child),
  .vision__section__card--value:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .vision__section__footer h1 {
    font-size: 22px;
  }
  .vision__section__footer p {
    font-size: 15px;
  }

  /* business section */

  .business__section .business__section__cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .business__section__cards .business__section__card {
    width: 100%;
    padding: 35px;
  }

  /* waytocome section */
  .waytocome__section .waytocome__section--subtitle {
    font-size: 12px;
  }

  .waytocome__section .waytocome__section--footer {
    font-size: 14px;
  }

  /* footer */

  .footer {
    padding: 0 2rem;
  }
  .footer .footer__text:first-child {
    margin-right: 0px;
  }

  .footer .footer__text {
    font-size: 10px;
    line-height: 15px;
  }
}
