
/* sectione one */
.section-one{
  padding-top:180px;
}

h1{
  text-align: left;
}

h2{
  text-align: left;
  padding-bottom: 20px;
}

p{
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .section-one{
    padding-top:170px;
  }

  h1{
    font-size: 36px;
  }

  h2{
    font-size: 19px;
  }
} 

@media only screen and (max-width: 500px) {
  .section-one{
    padding-left:30px;
    padding-right:30px;
  }

  h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 430px) {
  h1{
    font-size: 32px;
  }
  
  h2 {
    font-size: 18px;
  }
}

/* sectione two */
.section-two{
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-two h2{
  font-size: 32px;
  text-align: left;
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-two h3{
  font-size: 20px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-two p{
  font-size: 16px;
  text-align: left;
}

.section-two .boxes{
  background: #F5F5F5;
  padding: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 183px;
}

.section-two .boxes a{
  color: #3F444B;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.section-two .boxes a:hover{
  color: #6498eb;
}

.section-two .product-image{
  background-color: #F9F9F9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.section-two .m-p-0{
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .section-two {
    padding-top: 55px;
  }

  .section-two .boxes {
    margin-bottom: 5px;
  }

  .section-two .m-p-0 {
    padding-bottom: 20px;
  }

  .section-two .boxes{
    min-height: auto;
  }
}

@media only screen and (max-width: 576px) {
  .section-two{
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-two h2 {
    font-size: 26px;
  }
}