.cr-text:not(:last-child){margin-bottom:40px;}
.cr-text .m-body{margin-bottom:20px;}
.cr-text .l-caption{margin-bottom:30px;}
.cr-text .cc-textinr{margin-top:20px;}
.cr-text .m-caption li{list-style:disc;list-style-position:inside;}
.cr-text .m-caption li:not(:last-child){padding-bottom:10px;}
@media(min-width:992px){
  .cr-text:not(:last-child){margin-bottom:50px;}
  .cc-textinr{display:flex;gap:20px;}
  .cc-textinr .m-body{width:50%;}
  .cr-text .cc-textinr{margin-top:30px;}
}
@media(max-width:991px){
  .cr-text .m-caption{font-size:14px;}
  .cc-textinr .m-caption:not(:last-child){margin-bottom:10px;}
}