body {
  font-family: "Montserrat";
}

.size-12 {
  font-size: 1.1rem;
  line-height: 1.8;
}

.p-text {
  font-size: 1.1rem;
}

.flag {
  top: 1rem;
  right: 15%;
  cursor: pointer;
}

.welcome-heading, .heading {
  font-family: serif;
}

.list-icon {
  width: 1.875rem;
  height: 1.875rem;
  fill: #6a6b6c;
}

.footer {
  font-size: 0.8rem;
  color: #696c7a;
}

.footer li {
  font-size: 0.8rem;
}

.crisis-management p, li, .types p, .why-choose li {
  font-size: 0.9rem;
}

.types .image-container {
  max-width: 60%;
}

.why-choose {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.719);
}

.history-contact:hover {
  color: #dda63a;
}

.hero h3 {
  top: 20rem;
  left: 18%;
  font-size: 2.5rem;
}

.contact-icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.certification-container, .recertification-container {
  font-family: serif;
}

.questions {
  background-color: rgba(205, 235, 244, 0.353);
}

.cta-form span {
  color: red;
}

.presentation {
  background-color: rgba(205, 235, 244, 0.353);
  border: 1px solid #6a6b6c;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.221);
}

.presentation-icon, .question-icon {
  fill: #dda63a;
}

.question-icon {
  width: 30px;
  height: 30px;
}

.consult-icon {
  width: 50px;
  height: 50px;
  fill: #6a6b6c;
}

.consult-icon:hover {
  fill: #dda63a;
}

.consult:hover {
  transform: translateX(-10px);
}

.faq-wrapper {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.221);
}

.pcm-accordion {
  background-color: rgba(106, 107, 108, 0.1411764706);
}

@media (max-width: 992px) {
  .types .image-container {
    max-width: 60%;
  }
  .types img {
    width: 380px;
  }
}
@media (max-width: 768px) {
  .types .image-container {
    max-width: 70%;
  }
  .footer-logo {
    margin-bottom: 1rem;
  }
  .contact-btn {
    margin-top: 1rem;
  }
  .flag {
    top: 1rem;
    right: 1rem;
  }
  .hero h3 {
    display: none;
  }
  .hero {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .flag {
    width: 40px;
  }
  .contact-btn {
    border-radius: 5px;
    padding: 10px;
    font-size: 0.8rem;
  }
  .hlink {
    font-size: 0.8rem;
  }
}
