.comp-highlight-post .comp-post-result {
    display: flex;
}
.comp-highlight-post .comp-post-info-wrap,
.comp-highlight-post .comp-post-image-wrap {
    width:50%;
}

.comp-highlight-post .comp-post-info-wrap {
    padding-top:80px;
    padding-bottom:80px;
    padding-left:100px;
    background-image: linear-gradient(90deg,#f2f0ed 67%,rgba(242,240,237,0) 50%);
}

.comp-highlight-post .comp-post-image-wrap{
    align-items:center;
    display:flex;
    padding-top: 50px;
    padding-bottom :50px;
}

@media(max-width: 980px){
	.comp-highlight-post .comp-post-image-wrap{
		padding-bottom:0px;
	}
    .comp-highlight-post .comp-post-image-wrap,
    .comp-highlight-post .comp-post-result {
        display: block;
    }
    .comp-highlight-post .comp-post-info-wrap,
    .comp-highlight-post .comp-post-image-wrap {
        width:100%;
    }
	
}

@media(max-width: 980px){
    .comp-highlight-post .comp-post-info-wrap {
        padding-top:20px;
        padding-bottom:20px;
        padding-left:0px;
        background-image: linear-gradient(90deg,rgba(242,240,237,0) 67%,rgba(242,240,237,0) 50%);
    }
}