.section {
  padding-bottom: 75px;
  background-color: #e5e5e5;
}

.header-container {
  padding-top: 60px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fb {
  margin-right: 5px;
}

.link-block-2 {
  margin-right: 5px;
}

.youtube {
  margin-right: 5px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  margin-top: 100px;
}

.heading {
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  text-align: left;
}

.bold-text {
  color: #ffca05;
  font-weight: 600;
}

.paragraph {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.para {
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.insta {
  margin-right: 5px;
}

.heading2 {
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .div-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading {
    margin-left: 10px;
  }

  .para {
    margin-left: 10px;
  }

  .heading2 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .header-container {
    padding-top: 40px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    margin-top: 40px;
  }

  .container {
    margin-top: 60px;
  }

  .heading {
    margin-left: 0px;
    text-align: center;
  }

  .para {
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .heading2 {
    margin-left: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-top: 40px;
  }

  .heading {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 40px;
    line-height: 55px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .para {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .heading2 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 40px;
    line-height: 55px;
  }
}

