@keyframes wiggle{0%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}100%,40%{transform:rotateZ(0)}}@keyframes fadein{100%{opacity:1;transform:translateX(0)}}#button{display:flex;background-color:#203b3d;width:50px;height:50px;text-align:center;border-radius:100%;position:fixed;bottom:70px;color:#203b3d;right:30px;align-items:center;justify-content:center;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000;cursor:pointer;box-shadow:0 4px 16px 0 rgba(0,0,0,.4)}#button.show{opacity:1;visibility:visible}html.page-home body main>section.services-area{background-color:#fbf9f6;padding:60px 0}html.page-home body main>section.services-area .container{display:block}html.page-home body main>section.services-area .container .services{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}@media only screen and (max-width:1170px){html.page-home body main>section.services-area .container .services{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:770px){html.page-home body main>section.services-area .container .services{grid-template-columns:repeat(1,1fr)}}html.page-home body main>section.services-area .container .services .col{position:relative;overflow:hidden}html.page-home body main>section.services-area .container .services .col .image img{width:100%;height:auto;transition:transform .3s ease}html.page-home body main>section.services-area .container .services .col:hover .image img{transform:scale(1.1)}html.page-home body main>section.services-area .container .services .col:hover .content .text h2{transform:translateY(-10px)}html.page-home body main>section.services-area .container .services .col .content{position:absolute;bottom:0;left:0;right:0;background-color:rgba(68,67,66,.6);color:#fff;padding:40px 35px;height:100%;width:100%;box-sizing:border-box;display:flex;align-items:flex-end}@media only screen and (max-width:500px){html.page-home body main>section.services-area .container .services .col .content{padding:20px 20px}}html.page-home body main>section.services-area .container .services .col .content .text h2{font-size:26px;font-style:normal;font-weight:400;line-height:26px;transition:transform .3s ease}html.page-home body main>section.services-area .container .services .col .content .text p{color:#203b3d}html.page-home body main>section.services-area .container .services .col .content .text .btn{margin-top:40px}