.comp-post-image-wrap {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.comp-post-info-wrap {
    display: inline-block;
    width: 66%;
    padding-left: 40px;
}

.comp-post-cat {
    font-family: 'Lora',Georgia,"Times New Roman",serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: #002f5f;
}

h2.comp-post-title {
    font-weight: bold;
    font-size: 36px;
    padding-top: 4px;
	line-height:1.2em;
}
h2.comp-post-title a{
    text-decoration: none;
	font-size: 36px;
	line-height:1.1em;
}

.comp-post-meta {
    font-size: 14px;
    color: #737373;
    padding-bottom: 6px;
}

.comp-post-result {
    margin-bottom: 40px;
}

.comp-post-excerpt {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.5em;
}

#comp-all-posts .comp-post-result .comp-post-image-wrap:after {content: '';display: block;padding-bottom: 100%;}

#comp-all-posts img.comp-post-image {
    position: absolute;
    height: 100%;
    max-width: initial;
    transform: );
}
@media(max-width:640px){
    #comp-all-posts .comp-post-result h2.comp-post-title{
        font-size:36px;
    } 
    #comp-all-posts .comp-post-image-wrap,
    #comp-all-posts .comp-post-info-wrap{
        width:100%;
        padding-left:0;
		padding-top:20px;
    }
}
@media(max-width:425px){
    h2.comp-post-title{
        font-size:36px;
    }
}