
body#about_sdgs div.title{
    display: flex;
    flex-wrap: wrap;
}
body#about_sdgs div.title a{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 28px;
    line-height: 1.4em;
    height: 400px;
    text-align: center;
}
body#about_sdgs div.title a:nth-of-type(1){
    background: url(../../about/img/sdgs/title1.jpg) no-repeat center center/cover;
}
body#about_sdgs div.title a:nth-of-type(2){
    background: url(../../about/img/sdgs/title2.jpg) no-repeat center center/cover;
}
body#about_sdgs div.title a:nth-of-type(3){
    background: url(../../about/img/sdgs/title3.jpg) no-repeat center center/cover;
}
body#about_sdgs div.title a:nth-of-type(4){
    background: url(../../about/img/sdgs/title4.jpg) no-repeat center center/cover;
}
body#about_sdgs div.title a:nth-of-type(5){
    background: url(../../about/img/sdgs/title5.jpg) no-repeat center center/cover;
}
@media (max-width: 768px){
    body#about_sdgs div.title a{
        width: 33.3%;
        height: 200px;
        font-size: 24px;
    }
    body#about_sdgs div.title a:nth-of-type(4),
    body#about_sdgs div.title a:nth-of-type(5){
        width: 50%;
    }
}
@media (max-width: 480px){
    body#about_sdgs div.title a{
        font-size: 18px;
    }   
}

body#about_sdgs div.intro{
    padding: 50px 0;
    max-width: 800px;
    margin: auto;
}
body#about_sdgs div.intro h1{
    text-align: center;
    font-size: 34px;
    padding-bottom: 60px;
    margin: auto;
}
body#about_sdgs div.intro h2{
    text-align: center;
    position: relative;
    font-size: 30px;
    padding: 0 0 20px 0;
    margin: 0 auto 40px 0;
}
body#about_sdgs div.intro h2:after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #75C0D7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 768px){
    body#about_sdgs div.intro{
        padding: 30px 0;
    }
    body#about_sdgs div.intro h1{
        font-size: 24px;
        padding-bottom: 40px;
    }
    body#about_sdgs div.intro h2{
        font-size: 22px;
    }
}
@media (max-width: 480px){
    body#about_sdgs div.intro h1{
        font-size: 22px;
    }
    body#about_sdgs div.intro h2{
        font-size: 20px;
    }
}

body#about_sdgs div.sdgs-cont{
    padding: 70px;
    margin: 0px 0 100px 0;
}
body#about_sdgs div#sdgs1{
    background: url(../../about/img/sdgs/back1.jpg) no-repeat center center/cover;
}
body#about_sdgs div#sdgs2{
    background: url(../../about/img/sdgs/back2.jpg) no-repeat center center/cover;
}
body#about_sdgs div#sdgs3{
    background: url(../../about/img/sdgs/back3.jpg) no-repeat center center/cover;
}
body#about_sdgs div#sdgs4{
    background: url(../../about/img/sdgs/back4.jpg) no-repeat center center/cover;
}
body#about_sdgs div#sdgs5{
    background: url(../../about/img/sdgs/back5.jpg) no-repeat center center/cover;
}
@media (max-width: 768px){
    body#about_sdgs div.sdgs-cont{
        padding: 20px;
        margin-bottom: 30px;
    }
}
body#about_sdgs div.sdgs-cont h3{
    border: none;
    background: none;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
    font-size: 28px;
    position: relative;
}
body#about_sdgs div.sdgs-cont h3:before{
    content: "";
    display: block;
    width: 4px;
    height: 25px;
    border-radius: 5px;
    background: #75C0D7;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
body#about_sdgs div.sdgs-cont .flex{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
body#about_sdgs div.sdgs-cont .flex p{
    width: calc(100% - 455px);
    margin-bottom: 0;
    line-height: 1.6em;
}
body#about_sdgs div.sdgs-cont .flex div.icon{
    width: 420px;
    margin:0 -2.5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
body#about_sdgs div.sdgs-cont .flex div.icon img{
    width: 100px;
    margin: 2.5px;
}
body#about_sdgs div.sdgs-cont .attempt{
    padding: 30px;
    background: rgba(255,255,255,0.9);
}
body#about_sdgs div.sdgs-cont .attempt h4{
    padding: 0 0 20px 0;
    margin: 0;
}
body#about_sdgs div.sdgs-cont .attempt h4:before{
    display: none;
}
body#about_sdgs div.sdgs-cont .attempt ul {
    margin-bottom: 0;
}
body#about_sdgs div.sdgs-cont .attempt ul li{
    line-height: 1.4em;
    margin-bottom: 0.6em;
}
body#about_sdgs div.sdgs-cont .attempt ul li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: -1em;
    background: #333;
    width: 0.4em;
    height: 0.4em;
    display: block;
    border-radius: 7.5em;
    margin-top: -0.1em;
}
@media (max-width: 768px){
    body#about_sdgs div.sdgs-cont h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    body#about_sdgs div.sdgs-cont .flex{
        padding-bottom: 10px;
    }
    body#about_sdgs div.sdgs-cont .flex p{
        width: 100%;
    }
    body#about_sdgs div.sdgs-cont .flex div.icon{
        width: 100%;
        margin:10px -2px;
        align-items:center;
    }
    body#about_sdgs div.sdgs-cont .flex div.icon img{
        width: 23%;
        margin: 1%;
    }
    body#about_sdgs div.sdgs-cont .attempt{
        padding: 20px;
    }
    body#about_sdgs div.sdgs-cont .attempt h4{
        padding: 0 0 10px 0;
    }
    body#about_sdgs div.sdgs-cont .attempt ul {
        margin-bottom: 0;
        padding-left: 1em;
    }
    body#about_sdgs div.sdgs-cont .attempt ul li{
        margin-bottom: 5px;
    }
}