.fuction{display:flex;flex-direction:row;gap:30px;align-items:center;justify-content:center}.function-text{flex:2;width:66.66%;display:flex;flex-direction:column;justify-content:center}.function-img{flex:1;width:33.33%;text-align:center;display:flex;align-items:center;justify-content:center}.function-img img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1)}@media (max-width:1024px){.fuction{flex-direction:column;gap:20px}.function-text,.function-img{width:100%;flex:none}}@media (max-width:768px){.fuction{flex-direction:column;gap:15px}.function-text,.function-img{width:100%;flex:none}}