section.section-cta-cuotas {
  display: block;
  width: 100%;
  padding-top: 70px;
}
section.section-cta-cuotas .svg-background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
section.section-cta-cuotas .svg-background .svg {
  width: 100%;
  height: auto;
}
section.section-cta-cuotas .section-content {
  position: relative;
}
section.section-cta-cuotas .section-content .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  border-top-right-radius: 175px;
  border-bottom-left-radius: 175px;
  background: linear-gradient(257.41deg, #B1CF66 5.15%, #D7E4B6 109.42%), #B1CF66;
}
section.section-cta-cuotas .section-content .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.section-cta-cuotas .section-content .content-container .title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
section.section-cta-cuotas .section-content .content-container .fee-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.section-cta-cuotas .section-content .content-container .fee-container .fee {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px ;
}
section.section-cta-cuotas .section-content .content-container .fee-container .fee .logo {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
section.section-cta-cuotas .section-content .content-container .fee-container .fee .text {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}
section.section-cta-cuotas .section-content .content-container .buttons-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.section-cta-cuotas .section-content .content-container .buttons-container .button {
  margin: 55px 17px 0 17px;
  text-decoration: none;
}
@media (max-width: 768px) {
  section.section-cta-cuotas {
    padding-top: 0;
  }
  section.section-cta-cuotas .svg-background {
    top: 0;
    bottom: initial;
  }
  section.section-cta-cuotas .section-content .background {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  section.section-cta-cuotas .section-content .content-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.section-cta-cuotas .section-content .content-container .fee-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-cta-cuotas .section-content .content-container .fee-container .fee .text {
    font-size: 24px;
    line-height: 30px;
  }
  section.section-cta-cuotas .section-content .content-container .buttons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  section.section-cta-cuotas .section-content .content-container .buttons-container .button {
    margin: 5px;
  }
}
