@charset "utf-8";
/* CSS Document */

#initiatives .box {box-sizing: border-box; border: solid 3px #000; background: #fff; padding: 20px;}
#initiatives .box h2 {font-weight: 700; margin-bottom: 20px;}
#initiatives .box p {font-weight: 600;}
#initiatives .box p:nth-child(n + 2){margin-top: 20px;}

.initiatives_thumb {background: url("img/topbg_initiatives.jpg")center center no-repeat; background-size: cover; height: 200px;}
.initiatives_thumb img {width: auto; height: auto; object-fit: none;}
@media screen and (max-width:480px) {.initiatives_thumb {height: 120px;} .initiatives_thumb img{height: 48%; object-fit: cover;}}
