@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body.widget-snippet {
  padding: 40px;
}
.snippet-services-box.default-42-services-box * {
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  letter-spacing: normal;
  text-indent: unset;
  text-transform: none;
  word-spacing: normal;
  word-break: break-word;
}
.snippet-services-box.default-42-services-box .icon-cell {
  background-color: #444444;
  border-radius: 5px;
  height: 60px;
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.snippet-services-box.default-42-services-box i {
  color: #ffffff;
  font-size: 25px;
  line-height: normal;
  margin: 0;
}
.snippet-services-box.default-42-services-box i:before {
  color: inherit;
  font-size: inherit;
}
.snippet-services-box.default-42-services-box h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #333;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.snippet-services-box.default-42-services-box p {
  font-family: "Open Sans", sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.snippet-services-box.default-42-services-box .block-container {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.snippet-services-box.default-42-services-box .block-item {
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(50% - 15px);
  position: relative;
  padding-left: 100px;
}
@media(max-width: 767px) {
  .snippet-services-box.default-42-services-box .block-item {
    width: 100%;
  }

}
