.content {
  width: 1200px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 45px;
  transition: all 0.3s;
}

.content .primary-heading {
  text-align: center;
  color: #000;
  font-size: 2.3em;
  padding-bottom: 0.5em;
}

.paragraph {
  color: #000;
  margin-left: 50px;
  margin-right: 25px;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 500;
  white-space: break-spaces;
}

.bold {
  font-weight: 700;
  color: #000;
}

.footer-heading {
  text-align: center;
  color: white;
  margin-bottom: 50px;
  font-size: 2em;
  line-height: 35px;
}

@media only screen and (max-width: 1218px) {
  .content {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 1000px;
    border-radius: 30px;
    background-color: #007bff;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1012px) {
  .content {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 800px;
    border-radius: 30px;
    background-color: #007bff;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 832px) {
  .content {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 600px;
    border-radius: 30px;
    background-color: #007bff;
    margin-left: auto;
    margin-right: auto;
  }
  .content .primary-heading {
    font-size: 3.5em;
  }

  .footer-heading {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 626px) {
  .content {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 450px;
    border-radius: 30px;
    background-color: #007bff;
    margin-left: auto;
    margin-right: auto;
  }

  .header-mobile {
    display: block;
  }

  .main-header {
    display: none;
  }

  .content .primary-heading {
    font-size: 3em;
  }
}

@media only screen and (max-width: 480px) {
  .content {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 350px;
    border-radius: 30px;
    background-color: #007bff;
    margin-left: auto;
    margin-right: auto;
  }

  .content .primary-heading {
    font-size: 2em;
  }
}

@media only screen and (max-width: 365px) {
  .content {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 290px;
    border-radius: 30px;
    background-color: #007bff;
    margin-left: auto;
    margin-right: auto;
  }

  .content .primary-heading {
    font-size: 2em;
  }
}

.custom-icon {
  color: #086ad8;
  font-size: 25px;
}
