.blog-post {
    width: 100%;
    padding-bottom: 4vw;
    display: inline-block;
    font-family: "Plan Grotesque Pro", Sans-serif;
    color: #000000;
}

.post-image {
    width: 50%;
    height: 32vw;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-meta {
    width: 50%;
    float: left;
    padding: 0 5%;
}

.post-date {
    font-size: 1.1vw;
}

.post-title {
    font-size: 2.2vw;
}

.post-title a:any-link {
    color: #000000;
    text-decoration: none;
}

.post-excerpt {
    padding: 7vw 0;
    font-size: 1.5vw;
}

.read-more {}

.read-more a:any-link {
    color: #000000
}

.read-more a.uc_btn {
    display: inline;
    font-size: 1.5vw;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    border: 1px solid black;
    padding: 1vw 10vw 1vw 1vw;
}

.button-icon {
    background: url(https://probiocell.eeriee.com/wp-content/uploads/2019/11/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9%;
    height: 40px;
    position: absolute;
    margin-left: 0.5vw;
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .button-icon {
      margin-top: 0.4vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .button-icon {
      margin-top: 1vw;
  }
}

@media screen and (max-width: 767px) {
   .post-image { 
        width: 100%;
        height: 70vw;
    }
    .post-meta {
        width: 80%;
        padding: 3% 3%;
    }
    .post-date {
        font-size: 2.1vw;
    }
    .post-title {
        font-size: 4.7vw;
        padding: 2vw 0;
    }
    .post-excerpt {
        padding: 3vw 0;
        font-size: 3.5vw;
    }
    .read-more a.uc_btn {
        font-size: 3.2vw;
        margin-top: 15%;
    }
 	.button-icon {
	    margin-top: 1vw;
     	margin-left: 1.4vw;
	}
  	.read-more a.uc_btn {
    	padding: 2vw 12vw 2vw 3vw;
	}
}

@media screen and (max-width:350px) {
    .button-icon {
   		margin-top: 3.6vw !important;
    }
}