body.widget-snippet .top-section, body.widget-snippet .middle-section .img-item {
  padding: 20px;
}
body.widget-snippet .top-section,
body.widget-snippet .middle-section {
  margin: 0 auto;
  max-width:1170px;
}
.widget-snippet .top-section {
  display: block;
  position: relative;
}
.widget-snippet .top-section h2 {
  padding: 7px 21px;
  margin: 50px 0;
  background: #F7F7F7;
  line-height: 40px;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  color: #363636;
}
.widget-snippet .section-body{
  display: flex;
  overflow: hidden;
  padding: 0 0 50px;
  margin-bottom: 40px;
}
.img-area {
  width: 35%;
  height: ;
  position: relative;
}
.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-left-area {
  padding: 70px;
}
.content-left-area h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  color: #363636;
}
.content-left-area p{
  padding-top: 8px;
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #656262;
  margin: 0;
}
.middle-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 2px solid #f2f2f2;
  padding: 70px 0;
  border-bottom: 2px solid #f2f2f2;
}
.middle-section .img-item {
  margin: 0 20px;
  text-align: center;
}
.middle-section .img-item p{
font-family: Nunito Sans;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 20px;
color: #5B5959;
}
.content-left-area .para-bottom {
  margin-top: 30px;
}
.content-left-area .para-bottom p {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.content-left-area .para-bottom p + p{
  font-family: Nunito Sans;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4E4D4D;
}
.para-body {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #2C2C2C;
  margin-top: 30px;
}
.para-body p {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #2C2C2C;
}
