/* responsive */
@media only screen and (min-width: 992px) and (max-width: 1440px) {
}

@media only screen and (min-width: 760px) and (max-width: 991px) {
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
  .wrapper main .Call_button {
    display: inline-block;
  }
  .wrapper header .callButton {
    display: none;
  }
  /*.logo {*/
  /*  flex-direction: column;*/
  /*}*/
      .logo {
        display: none;
        /*flex-direction: column;*/
    }
  .logo .logoTitle {
    text-align: center;
  }
  .wrapper header {
    justify-content: center;
  }
  .logo .logoTitle h2 {
    font-size: 22px;
    margin-top: 15px;
  }
  .logo .logoTitle h3 {
    font-size: 13px;
    font-weight: 700;
  }
  .wrapper main #sec_1 {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .wrapper main #sec_1 .imgSec1 {
    width: 100%;
  }
  .wrapper main #sec_1 .content {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  .wrapper main #sec_1 .content h1 {
    text-align: center;
  }
  .wrapper main #sec_1 .content h1 span {
    display: block;
    background-color: inherit;
    color: black;
  }
  .wrapper main #sec_1 .content p {
    text-align: center;
    width: 95%;
  }
  .wrapper main #sec_1 .content .callButton a {
    border-radius: 10px;
    margin-top: 15px;
  }
  .wrapper main #sec_2 .content p,
  .wrapper main #sec_3 .content p {
    width: 95%;
  }
  .wrapper main #sec_3 ul li img {
    margin: 15px;
  }
  .site-footer.footer-index {
    margin-top: 80px;
    padding-bottom: 85px;
  }
  .site-footer.footer-index .content {
    flex-direction: column;
  }
  .site-footer.footer-index .content .logo {
    transform: scale(1) translate(0);
    width: 100%;
    margin-bottom: 30px;
  }
  .site-footer.footer-index .content .info {
    width: 100%;
    max-width: 100%;
    height: inherit;
    text-align: center;
  }
  .site-footer.footer-index .content .info p {
    text-align: center;
  }

  .site-footer.footer-index .contacts ul li {
    text-align: center;
  }
  .wrapper main #sec_1 .content .callButton a {
    background-color: #3b97d3;
    border: none;
    box-shadow: 0px 0px 13px rgba(147, 119, 4, 0.04);
    border-radius: 30px 10px 10px 10px;
    color: white;
    padding: 15px 30px;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  }
   .services-list {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        /* gap: 10px; */
    }
    .wrapper main #sec_1 .content h1 a {
    display: block;
    background-color: inherit;
    color: black;
  }
 .services-list li {
    list-style: disc;
    padding-left: 10px;
    /* flex-basis: 48%; */
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    flex-grow: 1;
}

.services-list li:last-child {
 list-style-position: inside;
  flex-basis: 100%;
}


  
}

@media only screen and (max-width: 365px) {
}
