@media screen and (max-width: 992px) and (min-width: 768px) {
  .head section.services-2 {
    width: 100%;
  }
  .head section.services-2 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
    margin: auto;
  }
  .head section.services-2 .title h3 {
    font: 24px kushan;
    color: black;
  }
  .head section.services-2 .title h1 {
    font: 30px MontBold;
    text-transform: uppercase;
  }
  .head section.services-2 .title hr {
    width: 5%;
    height: 1px;
    background-color: crimson;
  }
  .head section.services-2 .title p {
    text-align: center;
  }
  .head section.services-2 .content {
    height: 320px;
    width: 75%;
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .head section.services-2 .content .block:first-child {
    margin-right: 20px;
  }
  .head section.services-2 .content .block:first-child img {
    height: 320px;
  }
  .head section.services-2 .content .block:last-child {
    width: 100%;
  }
  .head section.services-2 .content .block:last-child h2 {
    border: 1px solid #e2dfdf;
    padding: 5px;
    width: 100%;
    cursor: pointer;
    position: relative;
    font-size: 20px;
  }
  .head section.services-2 .content .block:last-child h2 i {
    color: #95e1d3;
  }
  .head section.services-2 .content .block:last-child h2 i:last-child {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .head section.services-2 .content .block:last-child h2 i.fa.fa-chevron-up {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .head section.services-2 .content .block:last-child .show-collapses {
    padding: 10px;
    border: 1px solid #95e1d3;
    margin-top: -7.5px;
    display: none;
  }
  .head section.services-2 .content .block:last-child .show-collapses.show-collaps {
    display: block;
  }
}
/*# sourceMappingURL=lg.css.map */