.summary {
  padding: 32px 120px;
  background-color: #002a93;
  margin-top: 48px;
}
@media screen and (max-width: 992px) {
  .summary {
    padding: 48px 24px;
  }
}
.summary .text-wrapper {
  padding: 36px 12px;
  border: 1px solid #fcfeff;
  border-radius: 16px;
}
.summary .text-wrapper .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 0 36px 12px;
  border-bottom: 2px solid #e2ecee;
}
@media screen and (max-width: 992px) {
  .summary .text-wrapper .title {
    flex-direction: column;
    align-items: baseline;
    padding: 0 0 12px;
  }
}
.summary .text-wrapper .title h2 {
  color: #fcfeff;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.24px;
}
.summary .text-wrapper .title p {
  color: #fcfeff;
}
.summary .text-wrapper .title p::before {
  content: "/";
  color: #ff6f61;
  margin-right: 4px;
}
.summary .text-wrapper .text {
  padding: 12px 36px 0;
  color: #fcfeff;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
@media screen and (max-width: 992px) {
  .summary .text-wrapper .text {
    padding: 32px 0 0;
  }
}
.summary .cta-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .summary .cta-wrapper {
    padding-top: 32px;
  }
}
.summary .cta-wrapper .text {
  padding-bottom: 20px;
  color: #fcfeff;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
.summary .cta-wrapper .contact-links {
  padding-bottom: 32px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .summary .cta-wrapper .contact-links {
    flex-direction: column;
  }
}
.summary .cta-wrapper .contact-links span {
  color: #ff6f61;
}
.summary .cta-wrapper .contact-links span a {
  color: #fcfeff;
  transition: all 300ms ease-in-out;
}
.summary .cta-wrapper .contact-links span a:hover {
  color: #ff6f61;
}
.summary .cta-wrapper .contact-links .btn__icon::before {
  background-color: #ff6f61;
}

/*# sourceMappingURL=summary.css.map*/