    .list-facilities{        padding:40px 7em;        color: white;    }    .list-facilities p{        text-align: justify;       }    .list-facilities .row > img {        padding: 0;        height: 25em;    }    .about-inf div.container {        padding: 40px 120px;    }    .about-inf p {        text-align: center;    }    .list-facilities .row > div {        background:#0d1d58;        height: 25em;    }@media only screen and (max-width: 1003px) {	 .list-facilities .row {        margin-right: 0;        margin-left: 0;    }    .list-facilities .row img {        height: 26em /*!important*/;        width: 100%;        display: block;        float: none !important;    }    .list-facilities .row div {        float: none;        display: inline-block;        height: auto !important;        background: white !important;        color: black;        padding-top: 0px;    }}@media (max-width: 768px){    .about-inf div.container {        padding: 40px 10px;    }    /*.list-facilities{        padding:40px 3em;        color: white;    }*/}.list-facilities .row .facility-img img {	height:auto;}