/*--------------------------------SECTION-1-START----------------------------------*/
main section.section-1 .title-box a {
  color: black;
}
/*--------------------------------SECTION-1-END----------------------------------*/

/*--------------------------------SECTION-2-START----------------------------------*/
main section.section-2 .title-box {
  margin-bottom: 2em;
}

main section.section-2 .under-box {
  width: 100%;
}

main section.section-2 .under-box .boxes-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main section.section-2 .under-box .boxes-box a {
  text-decoration: none;
}

main section.section-2 .under-box .boxes-box .box {
  position: relative;
  display: flex;
  justify-content: center;
}

main section.section-2 .under-box .boxes-box .box:hover {
  transform: scale(1.1);
}

main section.section-2 .under-box .boxes-box .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

main section.section-2 .under-box .boxes-box .box .description-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
}

main section.section-2 .under-box .boxes-box .box .description-box h2 {
  font-size: 1.5em;
}

main
  section.section-2
  .under-box
  .boxes-box
  .box
  .description-box
  .description-text {
  text-align: center;
}
/*---------------------------------SECTION-2-END-----------------------------------*/

/*--------------------------------SECTION-3-START----------------------------------*/
main section.section-3 {
  display: flex;
}

main section.section-3 .title-box .img-box img {
  width: 100%;
}

main section.section-3 .under-box {
  position: relative;
  display: flex;
  flex-direction: column;
}

main section.section-3 .under-box .title-box {
  display: flex;
}

main
  section.section-3
  .under-box
  .description-box
  .buttons-box
  button.show-realizations-button
  a {
  color: black;
}

main
  section.section-3
  .under-box
  .description-box
  .buttons-box
  button.contact-us-button
  a {
  color: white;
  background-color: black;
}
/*---------------------------------SECTION-3-END-----------------------------------*/

@media (min-width: 1026px) {
  /*--------------------------------SECTION-1-START----------------------------------*/
  main section.section-1 .title-box {
    margin-top: 2.5em;
  }

  main section.section-1 .title-box a {
    text-underline-offset: 0.3em;
  }
  /*--------------------------------SECTION-1-END----------------------------------*/

  /*--------------------------------SECTION-2-START----------------------------------*/
  main section.section-2 .under-box .boxes-box {
    padding-top: 3em;
    padding-bottom: 2.5em;
  }

  main section.section-2 .under-box .boxes-box .box {
    height: 18vw;
    width: 25vw;
    transition: 0.2s;
    margin: 3em 3em;
    font-size: 1em;
  }

  main section.section-2 .under-box .boxes-box .box .img-box img {
    width: 60%;
  }

  main section.section-2 .under-box .boxes-box .box .description-box {
    margin-top: 1.5em;
  }

  main section.section-2 .under-box .boxes-box .box .description-box h2 {
    font-size: 1.5em;
  }

  main
    section.section-2
    .under-box
    .boxes-box
    .box
    .description-box
    .description-text {
    width: 85%;
    margin-top: 1em;
    font-size: 1em;
  }
  /*---------------------------------SECTION-2-END-----------------------------------*/

  /*--------------------------------SECTION-3-START----------------------------------*/
  main section.section-3 {
    margin-top: 2em;
    margin-bottom: 10em;
  }

  main section.section-3 {
    flex-direction: row;
  }

  main section.section-3 .title-box {
    width: 40%;
    padding: 0;
    margin-left: 5%;
  }

  main section.section-3 .title-box .img-box {
    width: 100%;
  }

  main section.section-3 .under-box {
    width: 45%;
    margin: 0 5% 0 2.5%;
  }

  main section.section-3 .under-box .title-box {
    align-items: first baseline;
    width: 100%;
    padding: 0;
  }

  main section.section-3 .under-box .title-box h1 {
    text-align: left;

    margin-top: 0.75em;
    padding-top: 0;
  }

  main section.section-3 .under-box .title-box .description-text {
    text-align: left;
    width: 100%;
    margin-top: 2.5em;
  }

  main section.section-3 .under-box .description-box .buttons-box {
    width: 90%;
    margin-top: 1.5em;
  }

  main section.section-3 .under-box .description-box .buttons-box button {
    margin: 0 0.5em;
  }
  /*---------------------------------SECTION-3-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/offer/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 a {
    text-underline-offset: 0.3em;
  }

  main section.section-1 .title-box .description-text {
    margin-top: 1.5em;
    width: 90%;
  }
  /*--------------------------------SECTION-1-END----------------------------------*/

  /*--------------------------------SECTION-2-START----------------------------------*/
  main section.section-2 .under-box .boxes-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;

    width: 100%;
    padding-top: 3em;
    padding-bottom: 2.5em;
    margin: 0 1.5em;
  }

  main section.section-2 .under-box .boxes-box .box {
    transition: 0.2s;
    font-size: 1em;
    margin: 2em 0;
  }

  main section.section-2 .under-box .boxes-box .box .img-box img {
    width: 90%;
    max-width: 350px;
  }

  main section.section-2 .under-box .boxes-box .box .description-box {
    margin-top: 1.5em;
  }

  main section.section-2 .under-box .boxes-box .box .description-box h2 {
    font-size: 1.5em;
    text-align: center;
  }

  main
    section.section-2
    .under-box
    .boxes-box
    .box
    .description-box
    .description-text {
    width: 90%;
    margin-top: 1em;
    font-size: 1em;
  }
  /*---------------------------------SECTION-2-END-----------------------------------*/

  /*--------------------------------SECTION-3-START----------------------------------*/
  main section.section-3 {
    flex-direction: column;
  }

  main section.section-3 .title-box {
    width: 100%;
  }

  main section.section-3 .title-box .img-box {
    width: clamp(350px, 55%, 750px);
  }

  main section.section-3 .under-box {
    width: 100%;
    margin-bottom: 2.5em;
  }

  main section.section-3 .under-box .title-box h1 {
    margin-top: 1.5em;
    padding-top: 0;
  }

  main section.section-3 .under-box .title-box .description-text {
    width: 90%;
    margin-top: 1.5em;
  }

  main section.section-3 .under-box .description-box .buttons-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 3.5em;
  }

  main section.section-3 .under-box .description-box .buttons-box button {
    margin: 0 0.5em;
  }
  /*---------------------------------SECTION-3-END-----------------------------------*/
}
