@media only screen and (max-width: 600px) {
  header {
    width: 100%;
    /* height: 100vh; */
  }
  .services_sec {
    display: none;
  }
  nav {
    padding: 10px 20px;
  }
  .logo_sec img {
    max-width: 25px;
    max-height: 50px;
  }

  .logo_sec h2 {
    font-size: larger;
    font-weight: 600;
    letter-spacing: 0.7px;
  }
  .content_sec {
    height: 70em;
    flex-direction: column;
  }

  .closeness {
    margin-left: 0;
    width: 100%;
  }
  .super_cntnt {
    width: 100%;
    align-items: center;
    justify-content: space-around;
    text-align: center;
  }
  .super_cntnt h1 {
    font-size: 2.5em;
  }

  .super_cntnt .buttons {
    flex-direction: column-reverse;
    margin: auto;
  }
  .super_img {
    padding-top: 1rem;
  }
  .super_img img {
    height: 52vh;
  }

  #olives {
    position: absolute;
    left: -2.5em;
    top: 0px;
    opacity: 30%;
    rotate: 300deg;
    width: 250px;
  }

  .cntct_btn a {
    font-size: 16px;
    padding: 10px 25px;
  }
  .cntct_btn a img {
    width: 25px;
  }
}
