body.widget-snippet .our-services .content .item a{
  padding:10px;
}
body.widget-snippet .our-services {
  margin:50px auto;
}
.our-services {
  background: #FFF;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 0 95px;
}
.our-services .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -16px;
}
.our-services .content .item {
  width: calc(100%/4 - 32px);
  margin: 0 16px 32px;
  padding: 38px 40px;
}
.our-services .content .item a{
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
.our-services .content .item.one{
  background: #FFE494;
}
.our-services .content .item.two{
  background: #FF95A9;
}
.our-services .content .item.three{
  background: #A7F4DA;
}
.our-services .content .item.four{
  background: #DBD0FF;
}
.our-services .content .item.five{
  background: #F4C1FF;
}
.our-services .content .item.six{
  background: #CAE4FF;
}
.our-services .content .item.seven{
  background: #E2FE90;
}
.our-services .content .item.eight{
  background: #BAFAFF;
}
.our-services .content .item .image-section {
  width: 68px;
  height: 74px;
  position: relative;
}
.our-services .content .item:hover {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 0 6px 6px rgb(0, 0, 0);
  -moz-box-shadow:  0 0 6px 6px rgb(0, 0, 0);
  box-shadow: 0 0 6px 6px rgb(0, 0, 0);
}
.our-services .content .item.one:hover {
  -webkit-box-shadow: 0 0 6px 6px rgb(232, 223, 194);
  -moz-box-shadow: 0 0 6px 6px rgb(232, 223, 194);
  box-shadow: 0 0 6px 6px rgb(232, 223, 194);
}
.our-services .content .item.two:hover {
  -webkit-box-shadow: 0 0 6px 6px rgb(247, 198, 207);
  -moz-box-shadow: 0 0 6px 6px rgb(247, 198, 207);
  box-shadow:0 0 6px 6px rgb(247, 198, 207);
}
.our-services .content .item.three:hover {
  -webkit-box-shadow: 0 0 6px 6px rgb(172, 223, 206);
  -moz-box-shadow: 0 0 6px 6px rgb(172, 223, 206);
  box-shadow:0 0 6px 6px rgb(172, 223, 206);
}
.our-services .content .item.four:hover {
  -webkit-box-shadow:0 0 6px 6px rgb(209, 201, 234);
  -moz-box-shadow: 0 0 6px 6px rgb(209, 201, 234);
  box-shadow:0 0 6px 6px rgb(209, 201, 234);
}
.our-services .content .item.five:hover {
  -webkit-box-shadow: 0 0 6px 6px rgb(237, 207, 243);
  -moz-box-shadow:0 0 6px 6px rgb(237, 207, 243);
  box-shadow:0 0 6px 6px rgb(237, 207, 243);
}
.our-services .content .item.six:hover {
  -webkit-box-shadow:0 0 6px 6px rgb(206, 222, 241);
  -moz-box-shadow:0 0 6px 6px rgb(206, 222, 241);
  box-shadow:0 0 6px 6px rgb(206, 222, 241);
}
.our-services .content .item.seven:hover {
  -webkit-box-shadow:0 0 6px 6px rgb(224, 232, 198);
  -moz-box-shadow: 0 0 6px 6px rgb(224, 232, 198);
  box-shadow:0 0 6px 6px rgb(224, 232, 198);
}
.our-services .content .item.eight:hover {
  -webkit-box-shadow:0 0 6px 6px rgb(182, 231, 235);
  -moz-box-shadow: 0 0 6px 6px rgb(182, 231, 235);
  box-shadow:0 0 6px 6px rgb(182, 231, 235);
}
.our-services .content .item .image-section img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.our-services .content .item .text-section h3{
  color: #000;
  font-family: Outfit;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin:150px 0 0 0;
  padding:0;
  position: relative;
}
.our-services .content .item .text-section h3:before{
  background:url("/template/48b3bac1/images/our-services-arrow.svg") no-repeat;
  width: 12px;
  height: 18px;
  position: absolute;
  content: '';
  top:9px;
  right: 0;
}
.our-services .bottom-button{
  margin:60px auto 0;
  max-width: 231px;
}
.our-services .bottom-button a{
  display: block;
  background: #84CDB4;
text-transform: capitalize;
padding: 14px 5px 17px;
text-align: center;
max-width: 231px;
width: 100%;
color: #000;
text-align: center;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
text-decoration: none;
}
.our-services .bottom-button a:hover{
  background: #F0516F;
  color:#fff;
  text-decoration: none;
}
 @media screen and (max-width: 1500px){
.our-services {
  max-width: 1400px;
}
.our-services .content {
  margin: 0;
}
}
@media screen and (max-width: 1400px){
.our-services {
  max-width: 1340px;
}
.our-services .content .item .text-section h3 {
  font-size: 22px;
}
.our-services .content .item .text-section h3::before {
  top: 7px;
}
}
@media screen and (max-width: 1300px){
.our-services .content .item {
  width: calc(100%/4 - 24px);
  margin: 0 12px 30px;
  padding: 35px 30px;
}
.our-services {
  max-width: 1250px;
padding: 0 0 105px;
}
}
@media screen and (max-width: 1200px){
.our-services .content .item {
  width: calc(100%/4 - 20px);
  margin: 0 10px 22px;
  padding: 25px 20px;
}
.our-services .content .item .text-section h3 {
  font-size: 20px;
}
.our-services {
  max-width: 100%;
  padding: 0 10px 85px;
}
.our-services .bottom-button {
  margin: 40px auto 0;
  max-width: 200px;
}
}
@media screen and (max-width: 991px){
.our-services .content .item {
  width: calc(100%/3 - 16px);
  margin: 0 8px 16px;
}
.our-services {
  padding: 0 12px 85px;
}
.our-services .bottom-button a {
  max-width: 180px;
  font-size: 17px;
}
.our-services .content .item .text-section h3 {
  font-size: 19px;
margin: 110px 0 0 0;
}
.our-services .content .item .text-section h3::before {
  top: 6px;
  background-size: 9px;
  width: 9px;
}
.our-services .content .item .image-section {
  width: 50px;
  height: 50px;
}
.our-services .content .item .image-section img {
  width: 50px;
  background-size: 50px;
  height: 50px;
}
}
@media screen and (max-width:767px){
.our-services .content .item {
  width: calc(100%/2 - 14px);
  margin: 0 7px 15px;
}
.our-services {
  padding: 0 8px 65px;
}
  .our-services .content .item .text-section h3::before {
  top: 7px;
  background-size: 7px;
  width: 7px;
}
.our-services .content .item {
  width: calc(100%/2 - 14px);
  margin: 0 7px 15px;
  padding: 20px 15px;
}
.our-services .content .item .text-section h3 {
  font-size: 17px;
  margin: 70px 0 0 0;
padding: 0 10px 0 0;
}
.our-services .bottom-button a {
  max-width: 150px;
  font-size: 15px;
  padding: 11px 5px;
}
.our-services .bottom-button {
  margin: 30px auto 0;
  max-width: 150px;
}
}
