
.blog-intro{
    border-right: 2px solid #7AFAAA;
}
.blog-intro h1 {
    color: #206C6C;
    font-weight: bold;
    text-transform: uppercase;
}
.main-post a, .post{
    text-decoration: none !important;
}
.main-post-title{
    color: #206C6C;
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
}
.posts-sidebar{
    max-height: 665px;
    overflow-y: scroll;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-radius: 3px;
    border-top: 20px solid #FA5D55;
}
.posts-sidebar::-webkit-scrollbar {
    display: none;
}
.post img, .main-post a img{
    width: 100%;
    height: auto;
}