@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,600&display=swap");
h1 span {
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.25px;
  font-size: 6.3vw;
}
@media (hover: hover), (min-width: 700px) {
  h1 span {
    font-size: 3.6rem;
  }
}

h1 {
  font-weight: 200;
  line-height: 140%;
  letter-spacing: 0;
  font-size: 6.3vw;
}
@media (hover: hover), (min-width: 700px) {
  h1 {
    font-size: 3.6rem;
  }
}

hgroup h2 {
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0;
  font-size: 5.5vw;
}
@media (hover: hover), (min-width: 700px) {
  hgroup h2 {
    font-size: 2rem;
  }
}

header p {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  font-size: 4vw;
}
@media (hover: hover), (min-width: 700px) {
  header p {
    font-size: 1.5rem;
  }
}

hgroup p {
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
  font-size: 3.8vw;
}
@media (hover: hover), (min-width: 700px) {
  hgroup p {
    font-size: 1.3rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  background-color: #FAFAFA;
  min-height: 100vh;
}

body {
  font-family: Poppins, serif;
}

header {
  text-align: center;
  margin: 4rem 0;
  padding: 2.4rem;
}

h1 {
  margin-bottom: 1.6rem;
}

h1 span {
  display: block;
}

header p {
  max-width: 55rem;
  margin: 0 auto;
}

main {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (min-width: 1150px) {
  main {
    width: min-content;
    margin: 0 auto;
    flex-direction: row;
  }
}

.two-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  justify-content: center;
  align-items: center;
}
@media (hover: none) and (min-width: 700px), (hover: hover) and (min-width: 770px) and (max-width: 1150px) {
  .two-card-wrapper {
    flex-direction: row;
  }
}

hgroup {
  width: calc(100% - 4.8rem);
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 15px 30px -11px rgba(131, 166, 210, 0.5333333333);
  margin: 0 auto;
  padding: 3.2rem;
  position: relative;
}
@media (hover: none) and (min-width: 700px) {
  hgroup {
    width: 31.5rem;
    height: max-content;
  }
}
@media (hover: hover) {
  hgroup {
    width: 35rem;
    height: max-content;
  }
}

.border-cyan {
  border-top: 4px solid #45d3d3;
}

.border-red {
  border-top: 4px solid #ea5353;
}

.border-orange {
  border-top: 4px solid #fcaf4a;
}

.border-blue {
  border-top: 4px solid #549ef2;
}

hgroup h2 {
  margin: 0;
}

hgroup p {
  margin: 0.8rem 0 0 0;
}

hgroup .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 3.2rem;
  margin-bottom: 0.8rem;
}

hgroup img {
  height: 25%;
  width: auto;
}

.attribution {
  font-size: 11px;
  text-align: center;
  padding: 4rem 0 1.6rem 0;
}

.attribution a {
  color: #549ef2;
}

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