body.widget-snippet .our-services .content .item a{
  padding:10px;
}
body.widget-snippet .our-services-inner {
  margin:50px auto;
}
.our-services-inner {
  background: #FFF;
  width: 100%;
  margin: 0 auto;
  max-width: 1432px;
  padding: 0 0 95px;
}

.our-services-inner .title h2 {
color: #292663;
text-align: center;
font-family: Outfit;
font-size: 38px;
font-style: normal;
font-weight: 600;
line-height: 57px;
max-width: 1050px;
margin: 0 auto;
padding: 0 0 60px;
}
.our-services-inner .content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.our-services-inner .content .item {
  width: calc(100%/4 - 32px);
  margin: 0 16px 32px;
  padding: 38px 40px;
}
.our-services-inner .content .item a{
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
.our-services-inner .content .item.one{
  background: #FFE494;
}
.our-services-inner .content .item.two{
  background: #FF95A9;
}
.our-services-inner .content .item.three{
  background: #A7F4DA;
}
.our-services-inner .content .item.four{
  background: #DBD0FF;
}
.our-services-inner .content .item.five{
  background: #F4C1FF;
}
.our-services-inner .content .item.six{
  background: #CAE4FF;
}
.our-services-inner .content .item.seven{
  background: #E2FE90;
}
.our-services-inner .content .item.eight{
  background: #BAFAFF;
}
.our-services-inner .content .item.nine{
  background: #A7F4DA;
}
.our-services-inner .content .item .image-section {
  width: 68px;
  height: 74px;
  position: relative;
}
.our-services-inner .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-inner .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-inner .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-inner .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-inner .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-inner .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-inner .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-inner .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-inner .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-inner .content .item.nine: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-inner .content .item .image-section img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.our-services-inner .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-inner .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;
}

 @media screen and (max-width: 1500px){
.our-services-inner {
  max-width: 1400px;
}
.our-services-inner .content {
  margin: 0;
}
}
@media screen and (max-width: 1400px){
.our-services-inner {
  max-width: 1340px;
}
.our-services-inner .content .item .text-section h3 {
  font-size: 22px;
}
.our-services-inner .content .item .text-section h3::before {
  top: 7px;
}
}
@media screen and (max-width: 1300px){
.our-services-inner .content .item {
  width: calc(100%/4 - 24px);
  margin: 0 12px 30px;
  padding: 35px 30px;
}
.our-services-inner {
  max-width: 1250px;
padding: 0 0 75px;
}
.our-services-inner .title h2 {
  font-size: 35px;
  line-height: 50px;
  padding: 0 0 45px;
}
}
@media screen and (max-width: 1200px){
.our-services-inner .content .item {
  width: calc(100%/4 - 20px);
  margin: 0 10px 22px;
  padding: 25px 20px;
}
.our-services-inner .content .item .text-section h3 {
  font-size: 20px;
}
.our-services-inner {
  max-width: 100%;
  padding: 0 0 70px;
}
  .our-services-inner .content {
  margin: 0 -10px;
}
.our-services-inner .title h2 {
  font-size: 30px;
  line-height: 42px;
  padding: 60px 0 30px;
}
  
}
@media screen and (max-width: 991px){
.our-services-inner .content .item {
  width: calc(100%/3 - 16px);
  margin: 0 8px 16px;
}
.our-services-inner {
  padding: 0 0 70px;
}
.our-services-inner .content .item .text-section h3 {
  font-size: 19px;
margin: 110px 0 0 0;
}
.our-services-inner .content .item .text-section h3::before {
  top: 6px;
  background-size: 9px;
  width: 9px;
}
.our-services-inner .content .item .image-section {
  width: 50px;
  height: 50px;
}
.our-services-inner .content .item .image-section img {
  width: 50px;
  background-size: 50px;
  height: 50px;
}
  .our-services-inner .title h2 {
  font-size: 25px;
  line-height: 35px;
  max-width: 450px;
    padding: 55px 0 30px;
}
}
@media screen and (max-width:767px){
.our-services-inner .content .item {
  width: calc(100%/2 - 14px);
  margin: 0 7px 15px;
}
.our-services-inner {
  padding: 0 0 45px;
}
  .our-services-inner .content .item .text-section h3::before {
  top: 7px;
  background-size: 7px;
  width: 7px;
}
.our-services-inner .content .item {
  width: calc(100%/2 - 14px);
  margin: 0 7px 15px;
  padding: 20px 15px;
}
.our-services-inner .content .item .text-section h3 {
  font-size: 17px;
  margin: 70px 0 0 0;
padding: 0 10px 0 0;
}
  .our-services-inner .title h2 {
  font-size: 20px;
  line-height: 28px;
  max-width: 100%;
      padding: 40px 0 20px;

}
  .our-services-inner .content {
  margin: 0 -7px;
}
}
