.pet_emergency{
  padding:130px 0 100px;
  background: -moz-linear-gradient(140deg, rgba(6, 38, 77, 1) 0%, rgba(6, 38, 77, 1) 15%, rgba(31, 117, 139, 1) 60%, rgba(92, 189, 161, 1) 100%);
  background: -webkit-linear-gradient(140deg, rgba(6, 38, 77, 1) 0%, rgba(6, 38, 77, 1) 15%, rgba(31, 117, 139, 1) 60%, rgba(92, 189, 161, 1) 100%);
  background: linear-gradient(140deg, rgba(6, 38, 77, 1) 0%, rgba(6, 38, 77, 1) 15%, rgba(31, 117, 139, 1) 60%, rgba(92, 189, 161, 1) 100%);
}

.pet_emergancy{ 
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.pet_image {
  max-width: 542px;
  position: absolute;
  bottom: -165px;
  right: 0;
}
.pet_heading h1 {
  letter-spacing: -.5px;
  display: inline-block;
  font-size: 60px;
  color: #fff;
  margin: 0;
  font-family:var(--b_font);
}
@media (max-width: 1199.99px) {.pet_heading h1 {font-size: 50px;}}
@media (max-width: 991.99px) {
  .pet_heading h1 {font-size: 40px;margin-bottom: 30px;}
  .pet_emergency{ padding: 70px 0}
  .pet_image {bottom: -115px;}

}
@media (max-width: 767.99px) {
  .pet_emergency { padding: 50px 0;}
  .pet_emergancy{ -webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;padding-left: 15px;padding-right: 15px;}
  .pet_image {position: relative;bottom: 0;margin-bottom: -106px;}
}
@media (max-width: 575.99px) {
  .pet_emergency { padding: 30px 0;}
  .pet_image {margin-bottom: -90px; }
  .pet_heading h1 {font-size: 30px;margin-bottom: 30px;}
}
}