.card_set{
    box-shadow: 2px 2px 10px #d9d2e7;
    padding: 2rem;
    margin-bottom: 5rem;
}

.c_gov{
    padding: 0 0  8rem;
}
.c_gov h4{
    padding: 0 0;
}

.state_box {
    background: #fff;
    box-shadow: 2px 2px 11px rgb(0 0 0 / 50%);
    padding: 8px;
    text-align: center;
    border-radius: 15px;
}
.state_box img {
    width: 5rem !important;
    height: 5rem !important;
    border-radius: 100%;
    display: inline-block !important;
    margin-bottom: 1rem;
}