.post-excerpt {
    text-decoration: none !important;
    margin-top: 40px;
    display: block;
    margin-bottom: 40px;
    /*background-color: #f4f4f5;*/
}

.post-excerpt__box {
    display: flex;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1);*/
    font-family: "proxima-nova", sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    transition: box-shadow 0.15s ease;
}

.post-excerpt__box:hover {
    box-shadow: none;
}

.post-excerpt * {
    text-decoration: none !important;
}

.post-excerpt__image {
    width: 150px;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.post-excerpt__contents {
    flex: 2;
    padding: 16px 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.post-excerpt__title {
    font-family: "classico-urw", serif !important;
    font-size: 18px;
    font-weight: bold;
    color: #161616;
    text-decoration: none;
    margin-top: 0;
}

.post-excerpt__title::before {
    content: none !important;
}

.post-excerpt__summary {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.54);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.post-excerpt__read-more {
    color: #0a8dea;
    font-size: 16px;
    display: flex;
    align-items: baseline;
}

.post-excerpt__read-more svg {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .post-excerpt__box {
        display: block;
    }

    .post-excerpt__image {
        width: 100%;
        height: 230px !important;
    }
}
