/* #covid-offer {
  position: absolute;
  width: 28em;
  bottom: 0;
  right: 11%;
  background-image: url('/assets/img/homePage/homeOffer.png');
  background-size: 100% 100%;
  color: #272727;
  border-radius: 15px;
  box-shadow: 0 2px 10px grey;
}
#covid-offer .first {
  position: absolute;
  top: -22px;
  right: 45%;
}
#covid-offer .first p {
  position: absolute;
  bottom: 0;
  padding-left: 52px;
  padding-bottom: 3px;
}
#covid-offer .first img {
  position: relative;
  width: auto;
  height: 100%;
}
#covid-offer .first .limited {
  display: inline-block;
  position: relative;
  height: 50px;
  left: 28%;
}
#covid-offer .second {
  position: relative;
  height: 15em;
  overflow: hidden;
  border-radius: 35px;
  font-size: 19px;
}
#covid-offer .second img {
  position: relative;
}
#covid-offer .second .covid-heading-block {
  position: absolute;
  top: 0;
  width: auto;
  padding: 30px;
  text-align: center;
}
.covid-heading-block  .button-wrapper{
	margin-top:20px;
}
.home-hero .heading-block {
  width: 42%;
}
.home-hero-1 .heading-block {
  width: 30%;
}
.big-font-1 {
  font-size: 30px;
}
.big-font-2 {
  font-size: 17px;
}
.big-font-3 {
  font-size: 20px;
}
@media (max-width: 991px) {
  #covid-offer {
    position: static;
    width: 100%;
    margin-top: 1em;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  #covid-offer .second {
    height: 13em;
  }
  #covid-offer {
    width: 80%;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media (max-width: 599px) {
  #covid-offer .second {
    height: 14.5em;
  }
  #covid-offer .btn {
    margin-top: 2em;
  }
}
@media (max-width: 521px) {
  #covid-offer .second {
    height: 16em;
  }
  #covid-offer {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-x: center;
  }
}
@media (max-width: 425px) {
  #covid-offer {
    
    background-size: 100% 100%;
  }
}
@media (max-width: 375px) {
  #covid-offer .btn {
    margin-top: 1em;
  }
}
@media (max-width: 376px) {
  #covid-offer .second {
    height: 17.5em;
  }
  #covid-offer .btn {
    margin-top: 0;
  }
} */
.free-offer{
  display: inline-block;
  padding: 1em 0;
  border-radius: 20px;
    /* color: var(--jile-color); */
    color: var(--color4);
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.free-offer p{
line-height: 1.2;
}
@media (max-width:767px){
  .free-offer{
    background-image: url('/assets/img/homePage/homeOffer.png');
    color: var(--color2);
    display: block;
    padding: 1em 2em;
    display: block;
    margin-top: 2em;
    text-align: center;
  }
}
@media (max-width:500px){
  .free-offer{
    background-position: left center;
    text-align: left;;
  }
}
