/*--------------------------------SECTION-1-START----------------------------------*/
main
  section.section-1
  .under-box
  .description-box
  .boxes-box
  .box
  .description-box
  a {
  color: black;
  text-decoration: none;
}

main
  section.section-1
  .under-box
  .description-box
  .boxes-box
  .box
  .description-box
  a:hover {
  text-decoration: underline;
}
/*--------------------------------SECTION-1-END----------------------------------*/

/*--------------------------------SECTION-2-START----------------------------------*/
main section.section-2 .under-box .boxes-box {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
}

main section.section-2 .under-box .boxes-box .box .contact-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-top: 2em;
}

main section.section-2 .under-box .boxes-box .box .contact-box .contact a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

main
  section.section-2
  .under-box
  .boxes-box
  .box
  .contact-box
  .contact
  a
  .img-box
  img {
  width: 100%;
}

main section.section-2 .under-box .boxes-box .box .contact-box .contact a {
  text-decoration: none;
  color: black;
}

main
  section.section-2
  .under-box
  .boxes-box
  .box
  .contact-box
  .contact
  a:hover {
  text-decoration: underline;
}
/*---------------------------------SECTION-2-END-----------------------------------*/

/*---------------------------------SECTION-3-START---------------------------------*/
main section.section-3 {
  position: relative;
}

main section.section-3::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;

  background: url(../img/contact/section-3-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--CONTACT-US-FORM--*/
/*---------------------------------SECTION-3-END-----------------------------------*/

/*---------------------------------SECTION-4-START---------------------------------*/
main section.section-4 .map-box {
  width: 100%;
}

main section.section-4 .map-box iframe {
  width: 100%;
  height: 100%;
}

main section.section-4 .description-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main section.section-4 .description-box .description-text a {
  color: black;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
/*---------------------------------SECTION-4-END-----------------------------------*/

@media (min-width: 1026px) {
  /*--------------------------------SECTION-1-START----------------------------------*/
  main section.section-1 .title-box {
    display: flex;
    align-items: start;
    margin-left: 5%;
  }

  main section.section-1 .title-box .description-text {
    display: flex;
    text-align: left;
  }

  main section.section-1 .under-box {
    display: flex;
    justify-content: space-between;
  }

  main section.section-1 .under-box .description-box {
    display: flex;
    justify-content: start;
    margin-left: 15%;
  }

  main section.section-1 .under-box .img-box {
    margin-right: 10%;
    width: 50%;
  }

  main section.section-1 .under-box .img-box img {
    width: 80%;
  }

  main section.section-1 .under-box .description-box .boxes-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  main section.section-1 .under-box .description-box .boxes-box .box {
    width: 100%;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box:first-child {
    margin-bottom: 2em;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box:last-child {
    margin-top: 2em;
  }

  main section.section-1 .under-box .description-box .boxes-box .box,
  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .description-box {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .title-box {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin: 0;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .title-box
    h2 {
    font-size: 1.5em;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .title-box
    .img-box {
    width: 2em;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box:nth-child(3)
    .title-box
    .img-box {
    width: 1.75em;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .title-box
    .img-box
    img {
    width: 100%;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .description-box {
    margin-left: 0;
    font-size: 1.25em;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .description-box
    a {
    margin-top: 0.75em;
  }
  /*--------------------------------SECTION-1-END----------------------------------*/

  /*--------------------------------SECTION-2-START----------------------------------*/
  main section.section-2 .under-box .boxes-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 100%;
    margin-top: 4em;
  }

  main section.section-2 .under-box .boxes-box .box {
    width: 30%;
    margin: 3em 0;
  }

  main section.section-2 .under-box .boxes-box .box .title-box h2 {
    font-size: 2em;
  }

  main section.section-2 .under-box .boxes-box .box .title-box h3 {
    font-size: 1.5em;
    margin-top: 0.5em;
  }

  main
    section.section-2
    .under-box
    .boxes-box
    .box
    .description-box
    .description-text {
    width: 80%;
    font-size: 1.375em;
    margin-top: 1.5em;
  }

  main section.section-2 .under-box .boxes-box .box .contact-box .contact {
    display: flex;
    justify-content: left;
    width: 35%;
  }

  main
    section.section-2
    .under-box
    .boxes-box
    .box
    .contact-box
    .contact
    a
    .img-box {
    width: 1.5em;
  }

  main section.section-2 .under-box .boxes-box .box .contact-box .contact a {
    margin: 0.25em 0;
  }

  main
    section.section-2
    .under-box
    .boxes-box
    .box
    .contact-box
    .contact
    a
    .description-text {
    font-size: 1.25em;
    margin-left: 0.5em;
  }
  /*--------------------------------SECTION-2-END----------------------------------*/

  /*---------------------------------SECTION-3-START---------------------------------*/
  main section.section-3 {
    padding-top: calc(8em + 10vw);
    margin-top: 8em;
  }

  main section.section-3::before {
    height: calc(8em + 10vw);
  }

  main section.section-3 .title-box h1 {
    margin-top: 1em;
    padding-bottom: 1.25em;
  }
  /*--------------------------------SECTION-3-END----------------------------------*/

  /*---------------------------------SECTION-4-START---------------------------------*/
  main section.section-4 .map-box {
    height: 20em;
  }

  main section.section-4 .description-box {
    width: 100%;
    margin-top: 3em;
  }

  main section.section-4 .description-box .description-text {
    margin-top: 0.5em;
  }

  main section.section-4 .description-box .description-text a {
    font-size: 0.75em;
  }

  /*---------------------------------SECTION-4-END-----------------------------------*/
}

@media (max-width: 1025px) {
  /*--------------------------------SECTION-1-START----------------------------------*/
  main section.section-1 {
    position: relative;
    padding-top: calc(8em + 10vw);
  }

  main section.section-1::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: calc(8em + 10vw);

    background: url(../img/contact/section-1-mobile-header-photo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  main section.section-1 .title-box {
    margin-top: 4em;
  }

  main section.section-1 .title-box h2 {
    display: none;
  }

  main section.section-1 .title-box .description-text {
    width: 90%;
  }

  main section.section-1 .under-box .img-box {
    display: none;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .title-box
    h2 {
    display: block;
  }

  main section.section-1 .under-box .description-box {
    width: 100%;
  }

  main section.section-1 .under-box .description-box .boxes-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    margin-top: 4em;
  }

  main section.section-1 .under-box .description-box .boxes-box .box {
    margin: 0 2.5%;
    width: 35%;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .description-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .title-box
    h2 {
    font-size: 1.375em;
    margin: 0.5em 0 1em 0;
    padding: 0;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .title-box
    .img-box {
    width: 2em;
    height: 3em;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box:last-child
    .title-box
    .img-box {
    width: 1.75em;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .title-box
    .img-box
    img {
    width: 100%;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .description-box {
    text-align: center;
    font-size: 1.25em;
  }

  main
    section.section-1
    .under-box
    .description-box
    .boxes-box
    .box
    .description-box
    .title {
    display: none;
  }
  /*--------------------------------SECTION-1-END----------------------------------*/

  /*--------------------------------SECTION-2-START----------------------------------*/
  main section.section-2 .title-box .description-text {
    width: 90%;
  }

  main section.section-2 .under-box .boxes-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    margin-top: 4em;
  }

  main section.section-2 .under-box .boxes-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  main section.section-2 .under-box .boxes-box .box {
    width: clamp(250px, 70%, 500px);
    margin: 3em 0;
  }

  main section.section-2 .under-box .boxes-box .box .title-box h2 {
    text-align: center;
    font-size: 2em;
  }

  main section.section-2 .under-box .boxes-box .box .title-box h3 {
    font-size: 1.5em;
    margin-top: 0.5em;
  }

  main
    section.section-2
    .under-box
    .boxes-box
    .box
    .description-box
    .description-text {
    display: none;
  }

  main section.section-2 .under-box .boxes-box .box .contact-box .contact {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  main
    section.section-2
    .under-box
    .boxes-box
    .box
    .contact-box
    .contact
    a
    .img-box {
    width: 1.75em;
  }

  main section.section-2 .under-box .boxes-box .box .contact-box .contact a {
    margin: 0.5em 0;
  }

  main
    section.section-2
    .under-box
    .boxes-box
    .box
    .contact-box
    .contact
    a
    .description-text {
    font-size: 1.25em;
    margin-left: 0.5em;
  }
  /*--------------------------------SECTION-2-END----------------------------------*/

  /*--------------------------------SECTION-3-START----------------------------------*/
  main section.section-3 {
    padding-top: calc(8em + 10vw);
    margin-top: 6em;
  }

  main section.section-3::before {
    height: calc(8em + 10vw);
  }

  main section.section-3 .title-box h1 {
    margin-top: 1em;
    padding-bottom: 1.25em;
  }

  main section.section-3 .title-box {
    width: 100%;
  }

  main section.section-3 .title-box .description-text {
    width: 90%;
  }
  /*--------------------------------SECTION-3-END----------------------------------*/

  /*---------------------------------SECTION-4-START---------------------------------*/
  main section.section-4 .map-box {
    height: 20em;
  }

  main section.section-4 .title-box .description-text {
    width: 90%;
  }

  main section.section-4 .description-box {
    width: 100%;
    margin-top: 3em;
  }

  main section.section-4 .description-box .description-text {
    margin-top: 0.75em;
  }
  /*---------------------------------SECTION-4-END-----------------------------------*/
}
