.main-cic{padding:0 32px;row-gap:60px}
.singal-cic .cic-top{position: relative;padding-bottom:38.6%;border-radius: 10px 10px 0px 0px;}
.singal-cic .cic-top img,.singal-cic .cic-top video{position: absolute;top: 0;width: 100%;height: 100%;object-fit: cover;left: 0;right: 0;bottom: 0;display: inline-block;border-radius: 10px 10px 0px 0px;}
.cic-bottom{padding:16px 41px 16px 16px;background:var(--off-white);box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);border-radius:0 0 10px 10px}
.cic-bottom .icon{display:flex;align-items:center;gap:12px}
.cic-bottom .desc{margin-top:16px}
@media(max-width:1199px){
  .main-cic{padding:0}
}
@media(max-width:991px){
  .main-cic .singal-cic:not(:first-child){margin-top:32px}
}
@media(max-width:575px){
  .singal-cic .cic-top{padding-bottom: 61.8%;}
}