.accordion-content {position: relative;overflow: hidden;}
.accordion-content .config-text h2:last-child {
    margin-bottom: 0;
}
.accordion__shape{ width: 100%;
  height: 268rem;
  background-image:
    linear-gradient(-45deg, rgba(190, 218, 229, 0.8) 0%, rgba(190, 218, 229, 0.8) 30%, transparent 30%),
    linear-gradient(-45deg, rgba(190, 218, 229, 0.6) 0%, rgba(190, 218, 229, 0.6) 30%, transparent 30%),
    linear-gradient(-45deg, rgba(190, 218, 229, 0.44) 0%, rgba(190, 218, 229, 0.44) 30%, transparent 30%),
    linear-gradient(-45deg, rgba(190, 218, 229, 0.3) 0%, rgba(190, 218, 229, 0.3) 30%, transparent 30%),
    linear-gradient(-45deg, rgba(190, 218, 229, 0.2) 0%, rgba(190, 218, 229, 0.2) 30%, transparent 30%),
    linear-gradient(-45deg, rgba(190, 218, 229, 0.15) 0%, rgba(190, 218, 229, 0.15) 30%, transparent 30%);
  background-size: 120% 150%;
  background-repeat: no-repeat;
  background-position: 0% 2%,
    5% 9%,
    10% 16%,
    15% 23%,
    20% 30%,
    25% 37%;
  position: absolute;
  bottom: 0;}

@media (max-width:992px) {
  .accordion__shape {
    height: 250rem;}
}
@media (max-width:768px) {
  .accordion__shape {
    height: 220rem;}
  .accordion__body img {width:100%;}    
}