.blog-cta {
display: inline-block;
margin-top: 1rem;
background-color: rgba(212, 87, 7, 0.77);
color: white !important;
padding: 12px 24px !important;
border-radius: 2px;
}
.blog-cta:hover {
background-color: rgba(212, 87, 7, 0.9);
}
.block-blog .card .img-top img {
min-height: 100%;
}
.btn-blog {
text-align: center;
background-color: rgba(212, 87, 7, 0.77);
color: #fff !important;
padding: 4px 16px;
}
.btn-blog:hover {
background-color: #d55816;
}
.btn-group {
display: flex;
justify-content: center;
column-gap: 1.2rem;
}
.blog-header {
margin-bottom: 2rem;
height: 32rem;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center 60%;
} .postid-78017 .blog-header {
background-position: top center !important;
height: 40rem;
}