.section-link{display:flex;flex-wrap:wrap;justify-content:center;padding:0.5rem 0.2rem 1.2rem;position:relative;width:100%;align-self:flex-end;}
.section-a{display:inline-block;border-radius:50%;overflow:hidden;border:8px solid #EAFAF6;margin-left:-35px;transition:0.3s ease-in-out;}
.crete-pp-client-style-one .crete-pp-client-image-box{display:flex;align-items:center;}
.crete-pp-client-style-one .crete-pp-client-ext-text{margin-left:10px;}
.crete-pp-client-style-one .section-a img{max-width:68px;}
.crete-pp-client-style-one .section-a:hover{transform:scale(1.3);z-index:10;}
.crete-animation-button-icon a{margin-left:36px;font-weight:bold;font-size:18px;line-height:150%;color:#1B3C74;}
.crete-animation-button-icon span{position:absolute;top:50%;left:0;transform:translate(-50%, -50%);}
.crete-animation-button-icon span::before{content:'';width:30px;height:30px;border-radius:100%;background:#F5E5B0;position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%, -50%);animation:videoss 2s infinite;}
.crete-animation-button-icon span i{font-size:12px;background:#FFB200;width:136px;height:136px;display:flex;justify-content:center;align-items:center;border-radius:50%;color:#FFFFFF;}
.crete-animation-button-icon span::after{content:'';width:192px;height:192px;border-radius:100%;background:#F7D985;position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%, -50%);animation:videoss 2s infinite;}
@keyframes videoss {
0%{width:30px;height:30px;opacity:1;}
100%{width:192px;height:192px;opacity:0;}
}
@keyframes videoss {
0% {
width: 30px;
height: 30px;
opacity: 1;
}
100% {
width: 248px;
height: 248px;
opacity: 0;
}
}