.serv-layout {
  background-color: white;
  height: 74vh;
  padding-top: 23px;
}
hr {
  background-color: #81367f;
}
h1 {
  margin-bottom: 20px;
  font-size: 2.7rem;
  font-weight: 700;
  color: #81367f;
}
ul {
  list-style-image: url("../img/icons/Untitled.png");
}
.serv-text-list li {
  margin-bottom: 13px;
  font-size: 1.3rem;
}
.serv-img img {
  border-radius: 20px;
  max-width: 390px;
  margin-top: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.serv-info {
  margin-bottom: 30px;
}
.slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 70px;
  width: auto;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
  .serv-text-list li {
    margin-bottom: 13px;
  }
  .serv-layout {
    padding: 30px 0;
    height: unset;
  }
}

@media (max-height: 900px) {
  .serv-info {
    margin-bottom: 0px;
  }
  .serv-text-list li {
    margin-bottom: 13px;
    font-size: 1.2rem;
  }
  .slide img {
    height: 45px;
    width: auto;
  }
}
@media (max-height: 800px) {
  .serv-info {
    margin-bottom: 0px;
  }
  .serv-text-list li {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .slide img {
    height: 45px;
    width: auto;
  }
  .serv-layout {
    height: 70vh;
  }
}

@media (max-height: 750px) {
  .serv-info {
    margin-bottom: 0px;
  }
  h1 {
    margin-bottom: 10px;
    font-size: 2.3rem;
  }
  .serv-text-list li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .slide img {
    height: 45px;
    width: auto;
  }
  .serv-layout {
    height: 67vh;
  }
}

@media (max-height: 680px) {
  h1 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .serv-layout {
    height: 66vh;
  }
  .serv-text-list li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .serv-img img {
    margin-top: 30px;
  }
  .slide img {
    height: 44px;
    width: auto;
  }
  hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .column {
    flex: 20%;
    max-width: 20%;
    padding: 0 30px;
  }
}

@media (max-height: 636px) {
  h1 {
    font-size: 2.2rem;
  }
  .serv-layout {
    height: 65vh;
    padding-top: 10px;
  }
  .serv-text-list li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  ul {
    margin-bottom: 0.5em;
  }
  .serv-img img {
    margin-top: 10px;
  }
  .slide img {
    height: 44px;
    width: auto;
  }
  hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .column {
    flex: 20%;
    max-width: 20%;
    padding: 0 30px;
  }
}
@media (max-height: 600px) {
  .serv-layout {
    height: unset;
    padding: 30px 0;
  }
}

@media (max-width: 992px) {
  .serv-layout {
    padding: 30px 0;
    height: unset;
  }
  li:nth-child(6) {
    margin-bottom: 0px;
  }
  .serv-img img {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .serv-img img {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}

@media (max-width: 500px) {
}
