.custom_card {
    max-width: 100%;
    margin: auto;
    border-color: #014f7e;
    border-style: solid;
    border-width: 2px;
    border-radius: 14px 14px 14px 14px;
}
.custom_card_image {
    width: 179px;
    height: 106px;
    position: relative;
}
.custom_card_image img {
    position: absolute;
    bottom: 0;
}
.custom_card_top {
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px 12px 0 0;
    align-items: center;
    gap: 18px;
    background-color: #0179C1;
}
.custom_card_content {
    padding-top:20px;
    font-weight:700;
    width: calc(100% - 250px);
}
.custom_card_content h4 {
    color: #fff !important;
    margin-top: 0;
    margin-bottom: 17px;
    font-size: 32px !important;
    line-height: 1.4 !important;
    font-weight:800 !important;
}
.custom_card_content a {
    color: #ffffff;
    background: #0179C1;
    padding: 10px 20px;
    display: inline-block;
    line-height: 16px;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none !important;
}
.custom_card_bottom {
    padding: 20px 16px;
    background: #0179C1;
    border-radius: 0 0 12px 12px;
}
.custom_card_bottom .custom_card_cat {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.custom_card_bottom .research-category-content h4 a {
    padding: 4px 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    opacity: 1;
    font-weight:;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 700;
}
.custom_card_bottom .research-category-image img {
    color: #ffffff;
}
.custom_card_bottom .research-category-content h4 a:hover {
    background: #ffffff;
    color: #0179C1;
}
.custom_card_bottom .research-category-content h4 a:hover .research-category-image img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(266deg) brightness(109%) contrast(101%);
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(266deg) brightness(109%) contrast(101%);
}

@media screen and (max-width: 674px){
    .custom_card_top {
        justify-content: center;
    }
    .custom_card_content {
        width: 100%;
        padding-bottom: 24px;
        text-align: center;
    }
    .custom_card_content h4 {
        font-size: 20px !important;
    }
}