.quote-section .container,
.sadar-risiko-section .container {
  border-bottom: 1px solid var(--primary);
}

.quote-section .quote-text {
  font-family: "Raleway";
  font-weight: 500;
  margin-bottom: 4rem;
}

.quote-section h3 {
  line-height: 2.5rem;
  padding-right: 5rem;
}

@media screen and (max-width: 991px) {
  .quote-section {
    text-align: center;
  }

  .quote-section .quote-text {
    margin-bottom: 2rem;
  }
  .quote-section h3 {
    line-height: 1.2rem;
    padding-right: 0;
  }
}

.quote-section img {
  width: 75%;
  margin-bottom: 2rem;
}

.quote-section .bold {
  font-family: "Raleway";
  font-weight: 700;
}

.sadar-risiko-section img {
  width: 100%;
}

.sadar-risiko-section .description-text {
  align-self: center;
}

.sadar-risiko-section .description-text p {
  padding-right: 5%;
}

.sadar-risiko-section .description-text h2 {
  width: 95%;
}

.sadar-risiko-section h2 {
  background-color: var(--secondary);
  padding: 1.5rem;
  border-radius: 25px;
  margin-bottom: 2.5rem;
}

.sadar-risiko-section .h5 {
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .sadar-risiko-section .description-text h2 {
    width: 100%;
  }

  .sadar-risiko-section h2 {
    margin-bottom: 1rem;
  }
  .sadar-risiko-section .h5 {
    line-height: 1.3;
    margin-bottom: 2rem;
  }
}

.social-media-section {
  background-color: var(--light-grey);
}

.social-media-section h2 {
  text-align: center;
}
