.widget-snippet .about-header {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 80px;
}
.widget-snippet .about-header p{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 800;
font-size: 26px;
line-height: 35px;
color: #24E0C5;
margin:0;
padding:0 0 25px 0;
}
.widget-snippet .about-header h2{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 800;
font-size: 58px;
line-height: 73px;
color: #062A45;
margin:0;
padding: 0;
}
@media screen and (max-width: 1500px) {
.widget-snippet .about-header {
  max-width: 1350px;
}
.widget-snippet .about-header h2 {
  font-size: 50px;
}
}
@media screen and (max-width: 1400px){
.widget-snippet .about-header  {
  max-width: 1280px;
}
}
@media screen and (max-width: 1300px){
.widget-snippet .about-header  {
  max-width: 1200px;
}
.widget-snippet .about-header  h2 {
  font-size: 45px;
  line-height: 65px;
}
}
@media screen and (max-width: 1200px){
.widget-snippet .about-header  {
  max-width: 100%;
padding:0 0 25px;
}
.widget-snippet .about-header h2 {
  font-size: 36px;
  line-height: 50px;
}
.widget-snippet .about-header p {
  font-size: 25px;
  line-height: 22px;
  padding: 0 0 20px 0;
}

}
@media screen and (max-width: 991px){
.widget-snippet .about-header h2 {
  font-size: 32px;
  line-height: 46px;

}
.widget-snippet .about-header p {
  font-size: 22px;
  line-height: 20px;
  padding: 0 0 15px 0;
}
.widget-snippet .about-header {
  padding: 0 0 20px;
}
}
@media screen and (max-width: 767px){
.widget-snippet .about-header h2 {
  font-size: 24px;
  line-height: 32px;

}
.widget-snippet .about-header p {
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 10px 0;
}
  .widget-snippet .about-header  {
  padding: 0 0 15px;
}
}
