.event-state {
    color: #ffffff;
    float: right;
    padding: 4px 8px;
    border-radius: 8px;
}

.event-tag {
    color: #001E62;
    background: #F1F6FF;
    padding: 8px;
    margin: 4px;
    border-radius: 30px;
}

.fa-shortcode {
    width: 21px;
    text-align: center;
}

.startup_achievements {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.startup_achievement {
    display: flex;
    align-items: center;
}
.startup_achievement span{
    margin-left: 16px;
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
}
.video-shortcode iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}
.taxonomy_term_tag {
    padding: 4px 8px;
    border-radius: 8px;
    margin: 2px;
}
.acf-library {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.acf-library.acf-library-image {
    width: 100%;
}