#subheader {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

#subheader h2 {
    margin-bottom: 0;
    font-weight: 700;
}

.subtitle {
    color: #F49334;
    font-weight: 600;
}


.bloglist {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.item {
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.item:hover {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
}

.item:is(:hover, :focus) .read-more {
    opacity: 1;
}

.post-image .read-more {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #eee;
    font-size: 14px;
    color: #F49334;
    padding: 10px 15px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
}

.read-more svg {
    color: #151554;
}

@media (max-width:800px) {
    .post-image .read-more {
        opacity: 1;
    }
}

. .post-content p {
    margin-bottom: 0px;
}

.post-text .d-date {
    font-size: 11px;
    color: #151554a3;
}

.post-text h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-text h4 a {
    color: #151554;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
}

.post-text h4 a:hover {
    color: #F49334;
}

.post-image {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.post-image img {
    width: 100%;
    margin-bottom: 0px;
}