section.grid-panels-module{overflow:hidden;position:relative;z-index:1}section.grid-panels-module:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='587' height='506' fill='none'%3E%3Cmask id='a' width='587' height='506' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 0h587v506H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Ccircle cx='-110.5' cy='506.073' r='416.5' stroke='%23F3F1F3' stroke-width='100'/%3E%3C/g%3E%3C/svg%3E");background-position:0 100%;background-repeat:no-repeat;background-size:auto;bottom:0;content:"";height:100%;left:0;position:absolute;width:100%;z-index:-1}section.grid-panels-module .wrapper{display:flex;flex-direction:column;width:100%}section.grid-panels-module .wrapper .wrapper-panels{align-items:stretch;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;margin-top:30px}section.grid-panels-module .wrapper .wrapper-panels .panel{background-color:#fdfcfb;border:1px solid #d8dbdd;border-radius:10px;display:flex;flex-direction:column;height:auto;justify-content:flex-start;left:0;min-width:275px;overflow:hidden;padding:30px;position:relative;top:0;width:calc(33.33% - 20px)}section.grid-panels-module .wrapper .wrapper-panels .panel .title{align-items:center;display:flex;gap:15px}section.grid-panels-module .wrapper .wrapper-panels .panel .title .icon{height:30px;overflow:hidden;width:30px}section.grid-panels-module .wrapper .wrapper-panels .panel .title .icon img{height:100%;width:100%}@media screen and (max-width:992px){section.grid-panels-module .wrapper .wrapper-panels .panel{width:calc(50% - 15px)}}@media screen and (max-width:640px){section.grid-panels-module:before{display:none}section.grid-panels-module .wrapper .wrapper-panels .panel{width:100%}}