.base_module {
  position: relative;
}
.base_module .top-section .btn-wrp.flex_row {
  justify-content: center;
  margin: 30px 0;
}
.base_module .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.base_module .top-section .btn-wrp.flex_row {
  gap: 20px;
  align-items: center;
}
.base_module .content-wrapper {
  position: relative;
  z-index: 10;
}
.base_module .bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cm-btn-row .content-wrapper.full_width {
  max-width: 100%;
  padding: 0;
}
.cm-btn-row section.is-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 25px 20px;
  margin: 0;
  width: 100%;
}
.cm-btn-row {
  margin-right: 50px;
}
.cm-btn-row section.is-cta .is-cta-block {
  width: 100%;
  max-width: 268px;
}
.cm-btn-row section.is-cta .is-cta-block a {
  background-color: #CF1225;
  border-radius: 15px;
  height: 90px;
  width: 100%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
  text-decoration: none;
}

@media (max-width:1200px) {

  .cm-btn-row{
    margin-right:0;
  }
  
}

@media (max-width: 980px){


  .cm-btn-row section.is-cta .is-cta-block:first-child, 
  .cm-btn-row section.is-cta .is-cta-block:nth-child(2) {
    display: none;
  }

  .cm-btn-row section.is-cta .is-cta-block {
    width: 100%;
    max-width: 268px;
  }

  
}


@media (max-width: 860px){
  .cm-btn-row section.is-cta .is-cta-block {
    flex-basis: 50%;
    width: 100%;
    max-width: 268px;
  }
}

@media (max-width: 840px){

  .cm-btn-row section.is-cta .is-cta-block a {
    font-size: 16px;
  }
  
}

@media (max-width: 767px){
  .cm-btn-row {
    margin-right: 0;
  }
  .cm-btn-row section.is-cta {
    flex-wrap: wrap;
  }
}

@media (max-width: 400px){
  .cm-btn-row section.is-cta .is-cta-block {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
