.content-element-square{border:2px solid var(--main-blue);border-radius:3.5rem;color:var(--main-blue);display:flex;flex-direction:column;justify-content:center;padding:2rem;position:relative}@media screen and (max-width:767px){.content-element-square{border-radius:2rem;padding:2rem 1.5rem}}.content-element-square._image{border:none;border-radius:2rem;overflow:hidden;padding:0}.content-element-square._image .content-element-square__title{margin-bottom:0}.content-element-square__text-wr{display:flex;flex-direction:column;height:100%;justify-content:flex-start}.content-element-square__title{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem;text-align:center;text-transform:uppercase}.content-element-square__title:empty{margin:0}@media screen and (max-width:767px){.content-element-square__title{margin-bottom:.2rem}}.content-element-square__content{text-align:center}.round-image{animation:round-animate 10s ease-in-out infinite;background-position:50%;background-size:cover;border-radius:50%;height:8.4rem;transform-origin:center;width:8.4rem;z-index:1}@media screen and (min-width:768px) and (max-width:1024px){.round-image{height:7.6rem;width:7.6rem}}@media screen and (max-width:767px){.round-image{height:4.8rem;width:4.8rem}}@keyframes round-animate{0%{transform:rotate(0)}25%{transform:rotate(10deg)}50%{transform:rotate(0)}75%{transform:rotate(-10deg)}to{transform:rotate(0)}}
