@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  font: 400 18px/1.55 Inter, sans-serif;
  color: #1f2631;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  margin: 0 0 20px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #13328a;
}

h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #13328a;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

h4 {
  margin: -2px -22px 20px;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 400;
  border-radius: 10px 10px 0 0;
  background: #6e716e;
  color: #fff;
}

h5 {
  margin: 0 0 15px;
  color: #13328a;
  font-size: 38px;
  letter-spacing: -1px;
}

h5 sup, h5 sub {
  font-size: 22px;
}

h5 sub {
  bottom: 0;
}

h5 span {
  display: inline-block;
  margin: 0 -25px;
  opacity: 0.5;
  font-weight: 300;
  color: #1f2631;
  transform: scale(0.6);
}

hr {
  margin: 20px auto;
  width: 140px;
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0.6);
}

button {
  padding: 10px 40px;
  background: #fff;
  border: none;
  background: #13328a;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

button:hover {
  background: #0d225d;
}

header {
  padding: 20px 50px;
  text-align: center;
}

header #logo {
  display: block;
  max-width: 100%;
  width: 200px;
  margin: 0 auto;
}

section {
  padding: 50px 0;
}

section#s1 {
  padding: 20px 0;
  background: url(../images/intro-bg-2.jpg) no-repeat center center/cover;
  color: #fff;
}

section#s1 p {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
}

section #packages > div {
  margin: 0 10px;
  padding: 0 20px 20px;
  border: 2px solid #d3d5da;
  border-radius: 10px;
}

section #packages > div:first-of-type {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

section #packages > div:first-of-type h4 {
  background: #C22127;
  color: #fff;
  font-weight: 700;
}

section #packages > div:last-of-type {
  background: #edeeef;
}

section #packages > div p:not(.price) {
  margin-bottom: 20px;
}

section .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

section .price span {
  display: inline-block;
}

section .price span:first-of-type {
  font-size: 130px;
  font-weight: 600;
  letter-spacing: -7px;
  line-height: 0;
}

section .price span:last-of-type {
  margin-left: 10px;
  font-size: 56px;
  letter-spacing: -3px;
  line-height: 0.9;
  text-align: left;
}

section#s2 {
  background: #edeeef;
}

section#s2 img {
  width: 100%;
}

section#s2 p.intro-p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

footer {
  padding: 40px 0 80px;
  background: #1f2631;
}

footer img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 200px;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 34px;
  }
  button {
    width: 100%;
  }
  section {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  footer {
    padding: 30px 0;
  }
  footer img {
    width: 150px;
  }
}
