.faq_list li {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #a9a9a9;
  padding-bottom: 5px;
  position: relative;
  padding-left: 15px;
  color: #000000;
  transition: all 1.5s ease;
}

.faq_list li:hover {text-indent: 15px; transition: all 1.5s ease;}

.faq_list li:hover::before { transition: all 1.5s ease;   width: 30px;}

@media screen and (min-width:1050px) and (max-width:1200px){
  .services_main p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #000;
  min-height: 105px;
}
}

@media screen and (min-width:768px) and (max-width:1049px){
  .services_main p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #000;
  min-height: 130px;
}
  .container {
    width: 90%;
  }

  .services_main h5 {
  font-family: "Italiana", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #195779;
  margin-block: 10px;
  line-height: 1.3;
  min-height: 61px;
}
  
}

@media screen and (max-width:767px) {}