body.widget-snippet .all-service-item .item {
  padding:10px;
}
.widget-snippet .all-service-item {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px 0;
}
.widget-snippet .all-service-item .item {
  width: 50%;
}
.widget-snippet .all-service-item .item .inner-item{
  max-width: 584px;
  margin: 0 0 70px 0;
}
.widget-snippet .all-service-item .item:nth-of-type(odd) .inner-item{
  padding-right: 50px;
}
.widget-snippet .all-service-item .item .inner-item h2 div{
display:block;
}
.widget-snippet .all-service-item .item .inner-item h2{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 800;
font-size: 46px;
line-height: 60px;
color: #000000;
 max-width: 400px;
padding: 0;
margin: 0 0 30px 0;
}
.widget-snippet .all-service-item .item .inner-item p{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 33px;
color: #000000;
padding: 0 0 15px 0;
margin: 0;
}
@media screen and (max-width: 1500px) {
.widget-snippet .all-service-item {
  max-width: 1350px;
}
.widget-snippet .all-service-item .item .inner-item h2 {
  font-size: 42px;
  line-height: 55px;
  margin: 0 0 25px 0;
}
.widget-snippet .all-service-item .item .inner-item {
  max-width: 584px;
  margin: 0 0 50px 0;
}
}
@media screen and (max-width: 1400px){
.widget-snippet .all-service-item {
  max-width: 1280px;
}
}
@media screen and (max-width: 1300px){
.widget-snippet .all-service-item {
  max-width: 1200px;
}
.widget-snippet .all-service-item .item .inner-item h2 {
  font-size: 40px;
  line-height: 52px;
  margin: 0 0 20px 0;
}
}
@media screen and (max-width: 1200px){
  .widget-snippet .all-service-item {
  max-width: 100%;
  padding: 0 0 25px 0;
}
.widget-snippet .all-service-item .item .inner-item h2 {
  font-size: 34px;
  line-height: 44px;
  margin: 0 0 15px 0;
  min-height: 95px;
}
.widget-snippet .all-service-item .item .inner-item p {
  font-size: 17px;
  line-height: 28px;
}
.widget-snippet .all-service-item .item .inner-item {
  margin: 0 0 35px 0;
}
}
@media screen and (max-width: 991px){
.widget-snippet .all-service-item .item .inner-item h2 {
  font-size: 30px;
  line-height: 40px;
margin: 0 0 10px 0;
}
.widget-snippet .all-service-item .item .inner-item p {
  font-size: 16px;
  line-height: 26px;
}
.widget-snippet .all-service-item .item:nth-of-type(2n+1) .inner-item {
  padding-right: 35px;
}
.widget-snippet .all-service-item .item .inner-item {
  margin: 0 0 25px 0;
}
.widget-snippet .all-service-item {
 padding: 0 0 20px 0;
}
}
@media screen and (max-width: 767px){
.widget-snippet .all-service-item {
  padding: 0 0 15px 0;
  display: block;
}
.widget-snippet .all-service-item .item {
  width: 100%;
}
.widget-snippet .all-service-item .item:nth-of-type(2n+1) .inner-item {
  padding-right: 0;
}
.widget-snippet .all-service-item .item .inner-item h2 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 5px 0;
  min-height: 70px;
}
.widget-snippet .all-service-item .item .inner-item p {
  font-size: 15px;
  line-height: 25px;
}
.widget-snippet .all-service-item .item .inner-item {
  margin: 0 0 15px 0;
  max-width: 100%;
}
}
