.offer-section {
  padding: 80px 0 80px!important;
}

.offer-item-thumb img,
.offer-thumb img {
  width: 100%;
}

.offer-content h4 {
  font-size: 22px;
  line-height: 26px;
  color: var(--title-text-color);
  font-weight: 600;
  padding: 10px 0 16px;
}

.offer-content p {
  line-height: 24px;
}

.offer-section .process-ber-plugin {
  padding: 24px 0 0;
}

.offer-section  span.process-bar {
  position: relative;
  display: inline-block;
  max-width: 45%;
  line-height: 1.1;
  font-size: 18px;
  color: var(--title-text-color);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}

.offer-section .barfiller {
  width: 100%;
  height: 10px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #c9ccd2;
}

.offer-section .barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  z-index: 1;
}

.offer-section .barfiller .tipWrap {
  display: none;
}

.offer-section .barfiller .tip {
  font-size: 18px;
  line-height: 1.1;
  color: var(--title-text-color);
  font-weight: 600;
  top: -37px;
  padding: 1px 6px;
  left: 0px;
  position: absolute;
  transition: left 7s ease-in-out 0s;
}

.offer-section .stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

.offer-section span.fill {
  background: var(--color-primary) !important;
  border-radius: 3px;
}

.roofing-btn.offer {
  margin-top: 30px;
  margin-left: 0;
}

@media only screen and (max-width: 479px) {
  .offer-content h4,
  .offer-section .span.process-bar {
    font-size: 20px;
  }
}