/** css move from generated assets directory **/
.ur-sdg-content {
    display: block;
    width: 100%;
}

.ur-sdg-content .target {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 140px;
    font-family: sans-serif;
    background-color: #f3f3f3;
    padding: 20px;
}

.ur-sdg-content .header {
    max-width: 300px;
    text-align: left;
    color: black;
}

.ur-sdg-content .links {
    flex: 1;
}

.ur-sdg-content .links ul li {
    margin-bottom: 5px;
}

.ur-sdg-content .target .header .desc {
    font-weight: bold;
    color: #414040;
    font: 1.1rem/1.3 SofiaRegular;
}

.ur-sdg-content .target .header h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(max-width: 992px) {
    .ur-sdg-content .target {
        flex-wrap: wrap;
    }
    .ur-sdg-content .header {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .ur-sdg-content .links {
        width: 100%;
        min-width: 50%;
        margin: 30px;
    }
}

.ur-sdg-item {
    text-align: center;
    margin-bottom: 30px;
}

.ur-sdg-item h2 {
    margin: 15px auto;
}

.ur-sdg-item .desc {
    color: #0033a0;
}
