/* CSS Document */

article{
    padding-bottom: 80px; 
}

#fv{
    margin-bottom: 50px; 
}
#fv h2{
    text-align: left;
    color: #fff;
    padding: 30px 0 30px 20px;
    background: rgba(89, 134, 198, .8);
    font-size: 140%;
    margin-bottom: 50px;
}

#sdgs{
    margin-bottom: 50px; 
}
#sdgs h3 {
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #5986C6;
    align-items: center;
    gap: 10px;
    padding: 0 5px 15px;
    position: relative;
    margin-bottom: 20px;
}
#sdgs h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#sdgs article .idt1 li {
    margin-bottom: 1%;
}
#sdgs .sdgsImg{
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0 0;
}

#sdgs #outline .img{
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
    
    #sdgs .sdgsImg {
        justify-content: center;
        flex-wrap: wrap;
    }
	
}
