.masonry {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.entry-title{
    font-size: 18px;
    font-family: "Gotham Pro";
    z-index: 99;
    color: #0e0e0e;
    padding-bottom: 20px;
}
.masonry .item,
.masonry #sizer{
  width:  31.33333%;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  background-color: #ececec;
} 
.masonry .item .item-inner{ 
  margin:5px;
}
.useful-blog11{
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
    height: 100%;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.useful-blog11:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.useful-blog-name{
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 15px;
    font-size: 18px;
    font-family: "Gotham Pro";
    z-index: 99;
}

.back-text a{
    text-transform: uppercase;
    color: #f5f5f5 !important;
    letter-spacing: 2px;
}
.parthner-wrap p{
    font-weight: 400;
}
.contacts-content{
    padding-bottom: 60px;
}