.widget-snippet .property-content p {
    font-family: '2MASS J1808';
    color: rgba(0, 0, 0, 0.77);
   font-size: 14px;
   font-weight: 400;
   line-height: 27px;
}
.widget-snippet .property-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 .property-bottom-content h4 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 38px;
}
.widget-snippet .property-bottom-content {

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

.widget-snippet .property-left-content{
  width:60%;
}
.widget-snippet .property-right-image{
  width:40%;
  padding-left:48px;
}
.widget-snippet .property-right-image img{
  width:100%;
  position: relative;
}
body.widget-snippet .property-content{
  padding-top:50px;
  max-width:1400px;
  margin:0 auto;
}
@media only screen and (max-width:1200px) {
.widget.widget-snippet .property-right-image {
    padding-left: 25px;
}
.widget.widget-snippet .property-top-content {
    display: block;
}
.widget.widget-snippet .property-left-content {
    width: 100%;
}
.widget.widget-snippet .property-right-image {
width: 100%;
padding-left: 0;
padding-top: 10px;
padding-bottom: 10px;
}
}
@media only screen and (max-width:767px) {
.widget.widget-snippet .property-content p, .widget.widget-snippet .property-bottom-content p {
    font-size: 13px;
    line-height: 25px;
}
}
