.frhd__post-group-wrapper h3,
.frhd__post-group-wrapper p {
    margin: 0 !important;
}
.frhd__post-group-wrapper {
    position: relative;
    background: #f5f5f5;
    text-align: center;
    padding: 20px 0 30px;
    padding-top: 0;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    border-radius: 10px;
}
.frhd__post-group-wrapper > *:not(.frhd__post-group-image) {
    padding: 0 20px;
}
.frhd__post-group-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.frhd__post-group-name h3 {
    color: #00334e;
    font-size: 27px;
    font-weight: bold;
}
.frhd__post-group-name {
    margin: 15px 0;
}
.frhd__post-list-wrap a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #00334e;
}
.frhd__post-list-wrap p:not(:last-child) a {
    margin-bottom: 5px;
}