@media(min-width: 768px){
#safe ul{margin-top: 30px; height: 100%; display: flex;}
#safe li{ display: inline-block; max-width: 100%; padding: 0 10px; width: calc(100%/3); }
#safe .content {
max-width: 1400px;
}
}
#safe .bo-temp{padding-bottom: 0}
#safe li{ margin-bottom: 20px;}
#safe li h3{ margin: 15px 0; color: #44d62c; font-size: 1.125rem; }
#safe li p{ color: #9a9a9a }
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}