/*Offer*/
.niche-offer-item {

}
.offer-title {
  padding: 15px 0px 15px 0px;
  background-color: #141414;
  text-align: center;
}
.offer-title h2 {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 80px;
  font-weight: 900;
  text-transform: none;
  font-style: normal;
  line-height: 80px;
  letter-spacing: -0.3px;
}
.offer-content-wrapper {
  text-align: center;
  padding: 30px;
  border-style: dashed;
  border-width: 0px 3px 3px 3px;
  border-color: #141414;
}
.offer-content {
  width: 70%;
  margin: 0px auto;
}
.offer-inner-title {
  margin-bottom: 20px;
}
.offer-content .offer-inner-title h3 {
  color: #141414;
  font-family: "Roboto", Sans-serif;
  font-size: 35px;
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  line-height: 34px;
  letter-spacing: -0.3px;
}
.offer-subtitle {
  margin-bottom: 20px;
}
.offer-content .offer-subtitle p {
  color: #555555;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 32px;  
}
.offer-content span {
  color: #141414;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F6DBD6;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 20px 10px 20px;
  font-family: "Poppins", Sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 1px;
  display: inline-block;
}
.offer-content span i {
  margin-left: 10px;
}