*{margin:0;padding:0;box-sizing:border-box}.hero{width:100%;overflow:hidden}@media screen and (max-width:755px){.hero__img{display:none}}.hero__img-img{max-width:100%;height:auto}.hero__container{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:755px){.hero__container{height:50vh;position:relative}}.hero__container .mobile-img{display:none}@media screen and (max-width:755px){.hero__container .mobile-img{display:block;position:absolute;top:0;margin-left:auto;width:100px}}.hero__container-btn{padding:10px 25px;border:2px solid brown;border-radius:25px;background-color:brown;color:white}.hero__container-btn a{text-decoration:none;color:#fff}.about{height:100vh;width:100%;background-color:brown}@media screen and (max-width:755px){.about{height:fit-content}}.about__container{display:flex;flex-direction:column;justify-content:center;align-items:start;color:#fff;padding:100px}@media screen and (max-width:755px){.about__container{padding:30px 100px 0;width:100%}}@media screen and (max-width:450px){.about__container{padding:30px 30px 0}}.about__img{display:flex;justify-content:center;align-items:center}.about__img-img{width:450px;height:auto;border-radius:15px}@media screen and (max-width:755px){.about__img-img{width:400px;margin-bottom:1rem}}.experience{width:100%}.experience__helper{margin:15px 0}@media screen and (max-width:755px){.experience__helper{margin-top:65px}}.experience h3{color:brown;margin-bottom:3rem}@media screen and (max-width:755px){.experience h3{margin-bottom:2rem}}.experience__container{display:flex;flex-direction:column;justify-content:center;align-items:center}.experience__container h3{color:brown}.experience__repeater{display:flex;flex-direction:column;justify-content:center}.experience__repeater-item{margin-bottom:3rem;flex-wrap:wrap;gap:15px}.experience__repeater-item p{display:flex;justify-content:center;flex:0 0 auto;width:16.66666667%;padding:15px;border:2px solid brown;border-radius:15px}@media screen and (max-width:755px){.experience__repeater-item p{width:100%}}.example{width:100%;margin:35px 0}.example__gap{gap:8rem}@media screen and (max-width:755px){.example__gap{gap:0.5rem}}.example__container-item{display:flex;flex-direction:column;align-items:center}.example__container-item-img{height:250px;width:auto;border-radius:25px;margin-bottom:25px}.example__container-item-text{display:flex;flex-direction:column}.customer{width:100%;margin:35px 0}.customer__item{display:flex;border:2px solid brown;border-radius:15px;justify-content:center;align-items:center;padding:20px;margin-bottom:20px;gap:3rem}.customer__item-img{width:150px;height:150px;border-radius:50%}.customer__item-content{display:flex;flex-direction:column;gap:0.3rem}footer{background-color:brown;display:flex;justify-content:center;align-items:center}footer a{padding:15px;text-decoration:none;color:#fff}.ce-bodytext{padding:50px}