<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site-main .latest-posts {
    text-align: left;
}


.latest-posts [class^="flex-col-"] {
    padding: 10px;
}


.latest-posts h2 {
    margin-bottom: 10;
    text-align: left;
}

.latest-posts h3 {
    font-weight: 300;
}


.latest-posts .btn-container {
    display: flex;
    justify-content: start;
    align-content: end;
}

.latest-post {
    position: relative;
    padding-bottom: 90px!important;
    margin-bottom: 10px;
}

.latest-posts .post-img {
    overflow: hidden;
    max-width: 570px;
    margin-bottom: 25px;
    border-radius: 20px;
    transition: all ease-in-out 0.3s;
    position: relative;
}


.latest-posts .post-img img {
    width: 100%;
    border-radius: 20px;
    display: block;
    transition: all ease-in-out 0.3s
}




.latest-posts .post-cat {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 50px;
    padding: 5px 20px;
    color: #fff;
    background: rgba(40, 40, 40, 0.5);
    font-size: 14px;

}

.latest-posts .post-meta {
    display: flex;
    align-items: end;
    margin-bottom: 15px;

}

.latest-posts .post-meta img{
    border-radius: 50%;
    margin-right: 20px;

}

.latest-posts .post-meta span {
    display: block;
    font-size: 16px;
}

.latest-posts .post-author {
    font-weight: 500;
}
.latest-posts .post-jobtitle {
    font-weight: 300;
}

.latest-posts .latest-post h3 {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
}


.latest-post .read-more {
    display: block;
    width: fit-content;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    margin-left: 10px;
    left: 0;
    transition: all ease-in-out 0.3s
}

.latest-post:hover .read-more {
    background: var(--e-global-color-text);
    color: #fff;
    box-shadow: 0px 0px 14px 0px #00000040;
}

.latest-post:hover .post-img {
    box-shadow: 0px 0px 14px 0px #00000040;
}


.latest-post:hover .post-img img {
    transform: scale(1.1);
}



@media (min-width: 768px) {
    .latest-posts .btn-container {
        justify-content: end;
      }

      .latest-post {
        margin-bottom: 0px;
      }
  }</pre></body></html>