html {
  font-size: 20px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.container {
  max-width: 1300px;
}

.h1,
.section-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #313131;
}

.h1 {
  font-size: 40px;
}

.section-title {
  font-size: 32px;
}

.subtitle {
  font-size: 24px;
  font-weight: 600;
}

.white {
  color: #fff;
  background-color: #17223a;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background-color: #006cb5;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  border: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-main:hover {
  background-color: #0d4471;
  color: #fff;
}

.btn-main:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-main--sm {
  padding: 8px 20px;
  font-size: 16px;
}

.btn-main--lg {
  padding: 10px 36px;
  font-size: 24px;
}

.btn-main--full {
  width: 100%;
  display: block;
}

@media (max-width: 1000px) {
  body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }
  .h1 {
    font-size: 25px;
  }
  .section-title {
    font-size: 20px;
  }
  .subtitle {
    font-size: 20px;
    font-weight: 600;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.licenses img,
.accreditation img,
.rosaccreditation img {
  width: 100%;
  height: auto;
  display: block;
}
.licenses__grid,
.accreditation__grid,
.rosaccreditation__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 991.98px) {
  .licenses__grid,
  .accreditation__grid,
  .rosaccreditation__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .licenses__grid,
  .accreditation__grid,
  .rosaccreditation__grid {
    grid-template-columns: 1fr;
  }
}
.licenses__caption,
.accreditation__caption,
.rosaccreditation__caption {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.licenses__caption span,
.accreditation__caption span,
.rosaccreditation__caption span {
  color: #006cb5;
  font-size: 15px;
  display: block;
  margin-top: 4px;
}

.licenses__title {
  text-align: center;
  margin-bottom: 12px;
}
.licenses__subtitle {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.accreditation {
  background-color: #17223a;
  color: white;
}
.accreditation__subtitle {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.rosaccreditation__title {
  text-align: center;
  margin-bottom: 40px;
}/*# sourceMappingURL=style.css.map */