.widget-snippet .child-support-content p {
    font-family: '2MASS J1808';
    color: rgba(0, 0, 0, 0.77);
   font-size: 14px;
   font-weight: 400;
   line-height: 27px;
}
.widget-snippet .child-support-bottom-content p{
      font-family: '2MASS J1808';
    color: rgba(0, 0, 0, 0.77);
   font-size: 14px;
   font-weight: 400;
   line-height: 27px;
}
.widget-snippet .child-support-bottom-content h4 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 38px;
}
.widget-snippet .child-support-bottom-content {

  padding-top:10px;
}
.widget-snippet .child-support-top-content{
    display:flex;
  flex-wrap: wrap;
}

.widget-snippet .child-support-left-content{
  width:60%;
}
.widget-snippet .child-support-right-image{
  width:40%;
  padding-left:50px;
}
.widget-snippet .child-support-right-image img{
  width:100%;
  position: relative;
}
body.widget-snippet .child-support-content{
  padding-top:50px;
  max-width:1400px;
  margin:0 auto;
}
.widget-snippet ol li{
    list-style-type: decimal;
    padding: 0 0 6px 10px;
}
@media only screen and (max-width:1200px){
.widget.widget-snippet .child-support-top-content {
    display: block;
}
.widget.widget-snippet .child-support-left-content {
    width: 100%;
}
.widget.widget-snippet .child-support-right-image {
    padding-left: 0;
  padding-bottom:20px;
    width: 100%;
}
}
@media only screen and (max-width:767px) {
.widget.widget-snippet .child-support-top-content {
    display: block;

}
.widget.widget-snippet .child-support-left-content {
    width:100%;
}
.widget.widget-snippet .child-support-right-image {
    width: 100%;
    padding-left: 0;
}
.widget.widget-snippet .child-support-content p{
    font-size: 13px;
    line-height: 25px;
}
}
