Please Add These Custom CSS To Customization Additional CSS Box
/* Search page > Image 30% width */
.list-style .entry-image
{
float: left;
width: 27%!important;
margin-right: 25px;
margin-top: 20px;
}
/* Search page > Contant 70% width */
.site-content .article-wrapper.list-style .article-entry-wrapper
{
width: 67%!important;
float: left;
margin-top: 20px;
}