.first-post .featured-image {
    height: 400px;
    width: 100%;
    background-size: contain;
    background-position: center bottom;
    background-image: url(https://info.upcloud.com/hubfs/kubernetes.png);
}
.first-post {
    margin-bottom: 70px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
  background: white;
    border-radius: 10px;
}
.grid-x {
    display: flex;
    flex-flow: row wrap;
}
.grid-x>.medium-6 {
    width: 50%;
}
.first-post .block-post {
    max-width: 570px;
    border: 0;
    padding: 50px 30px 30px;
    margin-bottom: 0;
    height: 100%;
    position: relative;
}
.block-post {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
}
.block-post h3 {
    margin-bottom: 20px;
    color: black;
}
.first-post .block-post .post-meta {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.block-post .post-meta {
    float: right;
}

.first-post .block-post p {
    font-size: 25px;
    letter-spacing: .89px;
    line-height: 36px;
    margin-bottom: 20px;
}
 .first-post .block-post p {
    height: 243px;
}
.block-post p {
    position: relative;
    height: 81px;
    line-height: 27px;
    overflow: hidden;
}
.block-post p {
    margin-bottom: 10px;
}

.first-post {
    margin-bottom: 80px;
    margin-top: 80px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-radius: 10px;

}
.grid-x {
    display: flex;
    flex-flow: row wrap;
}
.first-post .block-post .post-meta {
    position: relative;
    bottom: 30px;
    right: 30px;
}
.block-post .post-meta {
    float: right;
}

.tagi {
    background-color: #292929;
    border-radius: 20px;
    background-image: url(https://info.upcloud.com/hubfs/tag-1.svg);
    color: #fff;
    padding: 5px 10px 5px 27px;
}
.tagi {
    display: inline-block;
    font-weight: 700;
    background-position: left 7px center;
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .57px;
    margin-right: 5px;
    text-transform: capitalize;
}
.block-post .tag {
    margin-right: 0;
}
@media only screen and (max-width: 600px) {
.grid-x {
    display: flex;
    flex-flow: column;
  }
  .grid-x>.medium-6 {
    width: 100%;
  }
  .first-post .block-post p {
    height: 270px;
}
  .first-post .featured-image {
    height: 226px;
    width: 100%;
    background-size: contain;
    background-position: center center;
  }
  .first-post .block-post .post-meta {
    position: relative;
    bottom: 30px;
    right: 0;
}
  .block-post .post-meta {
    float: left;
  }
}
 @media only screen and (max-width: 450px) {
  .first-post .block-post p {
    height: 380px;
  }
   .first-post {
    margin-bottom: 2rem;
    margin-top: 2rem;
}