@charset "UTF8";
.foonter-bot ul li{align-items: center;}
.foonter-bot ul li strong{width:250px;}
.foonter-bot ul li p{width: calc(100% - 250px)}

@media (max-width: 767px) {
.foonter-bot ul li strong {width: 110px;}
.foonter-bot ul li p{width: calc(100% - 110px)}
}