.content-with-bg-wrapper {
  padding: 185px 0px 100px 0px;
  display: flex;
  min-height: auto;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.content-with-bg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.content-with-bg-bg-image {
  filter: brightness(100%) hue-rotate(0deg) saturate(50%) contrast(100%);
  background-position: 47% 50%;
  background-position: 50% 80%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.content-with-bg-bg-color {
  background-color: #28597f;
  background-color:#537e35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.content-with-bg-wrapper .page-center {
  display: flex;
  padding:0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.content-with-bg-top-space {
  display: flex;
  height: 33px;
}

.content-with-bg-text {
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  min-height: auto;
  display: flex;
  z-index: auto;
  align-items: flex-start;
}

.content-with-bg-text-inner {
  margin: 0;
  padding: 5px 15px 5px 15px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.content-with-bg-top-text {
  padding: 0;
  margin: 10px 0px 10px 0px;
  justify-content: center;
  display: flex;
  z-index: auto;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
  min-height: 1px;
}

.content-with-bg-top-text p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #5d9031;
  color: #f4b24c;
  font-weight: bold;
}

.content-with-bg-heading {
  padding: 0px 100px 0px 100px;
  margin: 0;
  display: flex;
  z-index: auto;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  justify-content: center;
}

.content-with-bg-heading h1 {
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 10px;
}

.readmore-wrap {
  z-index: auto;
  position: relative;
  margin: 10px 0px 10px 0px;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
}

.readmore-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  min-width: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0px -5px -20px -5px;
  flex-wrap: wrap !important;
  display: flex;
}

.readmore-btn {
  padding: 0px 5px 20px 5px;
  position: relative;
  min-height: 1px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.readmore-btn a{
  color: #5d9031;
  border: 2px solid rgba(234, 238, 240,1);
  border-radius: 500px;
  background-color: rgba(234, 238, 240,1);
  padding: 14px 42px 14px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  background-image: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  flex-flow: row-reverse nowrap;
}

.readmore-btn a:hover {
  color: rgba(234, 238, 240,1);
  border: 2px solid #458027;
  background-color: #458027;
}

.content-with-bg-bottom-space {
  display: flex;
  height: 50px;
}

.readmore-btn a {
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

@media (min-width: 991px){
  .readmore-btn a {
    transition-duration: 0.50s;
    transition-property: color, box-shadow, background, border-color;
  }
}


@media (max-width: 991px) and (min-width: 768px){
  .content-with-bg-wrapper{
    padding: 50px 40px 50px 40px;
  }
  .content-with-bg-wrapper .page-center{
    max-width:100%;
  }
  .content-with-bg-top-space{
    display:none;
  }
  .content-with-bg-text-inner{
    padding:0;
  }
  .content-with-bg-heading {
    padding: 0;
  }
  .content-with-bg-heading h1{
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0px;
  }
  .readmore-btn a{
    padding: 10px 40px 10px 40px;
  }
  .content-with-bg-bottom-space {
    display: none;
  }
  .content-with-bg-top-text p {
    letter-spacing: 1px;
  }
}

@media (max-width: 767px){
  .content-with-bg-wrapper{
    padding: 30px;
  }
  .content-with-bg-wrapper .page-center{
    max-width:100%;
  }
  .content-with-bg-top-space{
    display:block;
    height: 10px;
  }
  .content-with-bg-text-inner{
    padding:0;
  }
  .content-with-bg-heading {
    padding: 0;
  }
  .content-with-bg-heading h1{
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0px;
  }
  .readmore-btn a{
    padding: 10px 40px 10px 40px;
    font-size: 14px;
  }
  .content-with-bg-bottom-space {
    display:block;
    height: 10px;
  }
  .content-with-bg-top-text p {
    letter-spacing: 1px;
  }
}