.blogs--section {
    padding: 50px 0px 50px;
}

.blogs--wrapper {
    width: 275px;
    display: block;
    border: 1px solid #3f3f3f;
    border-radius: 8px;
    /* background-color: #f9f9f9; */
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: none;
}

.blogs--image {
    height: 160px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px 8px 0px 0px;
}

.blogs--content {
    padding: 25px 20px 10px;
    border-top: none;
}

.blogs--title {
    font-weight: 700;
    font-size: 14px;
}

.blogs--subtitle {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 0px;
    height: 68px;
}

.blogs--hr {
    border-color: #000000;
    border-style: dashed;
    width: 100%;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 18px;
}

.blogs--footer-title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 9px;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
}

.blogs--footer-title svg {
    font-size: 8px;
    margin-left: 3px;
    margin-right: 2px;
}

.blogs--footer-subtitle {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.blogs--footer-subtitle.for-tags {
    background-color: #434343;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    color: white;
    padding: 0px 3px;
}

.blogs--author {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
    font-weight: 600;
    background-color: var(--color-theme);
    padding: 4px 14px;
    margin-bottom: 0px;
    font-style: italic;
    letter-spacing: 0.3px;
}
