/* ========================================= */
/* KEEP YOUR DESKTOP DESIGN */
/* ========================================= */

.newsletter-section {
  width: 100%;
  background: #ffffff;
  padding: 70px 90px 24px;
  overflow: hidden;
}

.newsletter-container {
  width: 100%;
  max-width: 1370px;
  margin: 100px auto 10px auto;
}

/* ========================================= */
/* HEADING */
/* ========================================= */

.section-heading h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
  color: #10264a;
  margin: 0;
  letter-spacing: -1px;
  font-family: Arial, sans-serif;
  word-break: break-word;
}

.heading-line {
  display: block;
  width: 58px;
  height: 5px;
  background: #e30613;
  margin-top: 16px;
  border-radius: 50px;
}

/* ========================================= */
/* CONTENT */
/* ========================================= */

.newsletter-content {
  margin-top: 60px;
  max-width: 920px;
  width: 100%;
}

.newsletter-content p {
  font-size: 22px;
  line-height: 1.4;
  color: #10264a;
  /*margin-bottom: 34px;*/
  font-family: Georgia, serif;
  font-weight: 400;
  word-wrap: break-word;
  padding: 0px 40px 0px 0px;
 
}

/* ========================================= */
/* LARGE TABLETS */
/* ========================================= */

@media (max-width: 1200px) {

  .newsletter-section {
    padding: 70px 60px 20px;
  }

  .newsletter-container {
    margin-top: 80px;
  }

  .newsletter-content {
    max-width: 100%;
  }
  .newsletter-content p {
  font-size: 22px;
  line-height: 1.4;
  color: #10264a;
  /*margin-bottom: 34px;*/
  font-family: Georgia, serif;
  font-weight: 400;
  word-wrap: break-word;
  padding: 0px 100px 0px 0px;
}
}

@media (max-width: 1024px) {
.newsletter-content p {
  font-size: 22px;
  line-height: 1.4;
  color: #10264a;
  /*margin-bottom: 34px;*/
  font-family: Georgia, serif;
  font-weight: 400;
  word-wrap: break-word;
  padding: 0px 100px 0px 0px;
}

}


/* ========================================= */
/* TABLETS */
/* ========================================= */

@media (max-width: 992px) {

  .newsletter-section {
    padding: 60px 45px 70px;
  }

  .newsletter-container {
    margin-top: 70px;
  }

  .section-heading h1 {
    font-size: 42px;
  }

  .newsletter-content {
    margin-top: 45px;
  }

  .newsletter-content p {
    font-size: 20px;
    line-height: 1.6;
    /*margin-bottom: 28px;*/
  }
}

/* ========================================= */
/* MOBILE */
/* ========================================= */

@media (max-width: 768px) {

  .newsletter-section {
    padding: 50px 25px 60px;
  }

  .newsletter-container {
    margin-top: 50px;
  }

  .section-heading h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .heading-line {
    width: 50px;
    height: 4px;
    margin-top: 14px;
  }

  .newsletter-content {
    margin-top: 35px;
  }

  .newsletter-content p {
    font-size: 18px;
    line-height: 1.7;
    /*margin-bottom: 24px;*/
      padding: 0px 40px 0px 0px;
  }
}

/* ========================================= */
/* SMALL MOBILE */
/* ========================================= */

@media (max-width: 480px) {
  

  .newsletter-section {
    padding: 40px 18px 50px;
  }
  .section-heading h1 {
  font-size: 28px;

}

  .newsletter-container {
    margin-top: 40px;
  }

  .section-heading h1 {
    font-size: 30px;
  }

  .heading-line {
    width: 45px;
  }

  .newsletter-content {
    margin-top: 30px;
  }

  .newsletter-content p {
    font-size: 16px;
    line-height: 1.7;
    /*margin-bottom: 20px;*/
  }
}