@media only screen and (max-width: 1350px) {
  .img-field img {
    width: 400px;
    height: 480px;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-responsive {
    visibility: visible;
    opacity: 1;
  }

  .menu-responsive.active .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-responsive.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-responsive.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .menu .menu-navBar {
    position: fixed;
    top: 0;
    right: 40%;
    margin-top: 80px;
    height: 80%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    gap: 1.5rem;
    transition: 0.8s;
    transform: translateY(-150vh);
    background-color: var(--secondary-color);
  }

  .menu-navBar.active {
    transform: translateY(0vh);
  }

  .img-about img {
    width: 300px;
    height: 700px;
  }

  .about-us {
    margin-top: -100px;
    margin-bottom: 100px;
  }

  .about-us h2 {
    font-size: 85px;
  }

  .about-us p {
    font-size: 14px;
  }

  .content-secitio-service {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0px;
    text-align: center;
  }

  .content-secitio-service-02 {
    display: flex;
    flex-direction: column;
  }

  .img-field img {
    width: 400px;
    height: 480px;
    margin-top: 100px;
  }

  .services h3 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 780px) {
  .content-secition {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin-left: 0;
  }

  .about-us {
    display: flex;
    flex-direction: column;
    text-align: start;
  }

  .about-us h2 {
    margin-left: 0px;
  }

  .about-us p {
    margin-left: 0px;
  }

  .services h3 {
    margin-left: 0px;
  }

  .img-about img {
    display: none;
  }

  .content-services .container h3 {
    font-size: 22px;
  }

  .service-section .spacing {
    background-color: var(--primary-color);
    width: 150px;
    height: 3px;
  }

  #spaced-text {
    font-size: 28px;
    letter-spacing: 30px;
  }

  .services h2 {
    font-size: 52px;
    margin-left: 0px;
  }

  .services h2 span {
    font-size: 62px;
    font-family: "Dream-Avenue";
    color: var(--primary-color);
  }

  .services h3 {
    margin-left: 30px;
    font-family: "Montserrat";
    color: var(--terciary-color);
    font-weight: 300;
    font-style: italic;
    margin-left: 0px;
  }

  .service-contact .container .contact h2 {
    font-size: 42px;
    font-family: "Dream-Avenue";
  }

  .service-contact .container .contact button {
    height: 45px;
    width: 140px;
    font-size: 14px;
  }

  footer .d7m {
    display: inline;
    align-items: center;
    margin-top: 25px;
  }

  .img-field img {
    width: 300px;
    height: 337px;
    margin-top: 50px;
  }

}

@media only screen and (max-width: 575px) {
  #spaced-text {
    font-size: 28px;
  }
  .service-contact .container .contact h2 {
    font-size: 32px;
    font-family: "Dream-Avenue";
  }

  .service-contact .container .contact button {
  }
}
