.homeAbout-container{width:100%;height:100%;gap:20px;background-color:var(--customWhite);padding:10px}.homeAbout-container,.homeAbout-wrapper{display:flex;justify-content:center;align-items:center}.homeAbout-wrapper{width:30%;flex-direction:column;position:relative}.homeAbout-content{height:450px;width:280px;overflow:hidden;border-top-right-radius:150px;border-top-left-radius:150px;border-bottom-right-radius:150px;border-bottom-left-radius:150px}.homeAbout-content>img{width:100%;height:100%;object-fit:cover}#homeAbout-wrapper1>img{position:absolute;bottom:20px;left:20px;width:50px;height:50px;animation:rotate 5s linear infinite}#homeAbout-wrapper2>img{position:absolute;top:0;right:0;width:100px;height:90px;animation:zoom 5s ease-in-out infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes zoom{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.homeAbout-item>img{width:120px;height:120px}.homeAboutHead-container{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px}.homeAboutHead-container>h6{color:var(--customColor);text-align:center;font-size:15px}.homeAboutHead-container>h2{font-size:40px;text-align:center;font-weight:700}.homeAboutHead-container>p{font-size:18px;font-weight:500;text-align:justify}@media screen and (min-width:320px) and (max-width:768px){.homeAbout-container{flex-direction:column}.homeAbout-wrapper{width:100%}.homeAboutHead-container>h2{font-size:30px;text-align:center;font-weight:700}}