/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.img-inner img {
    max-width: 250px;
    width: auto;
}

.ft-cooperation {
    min-height: 50px;
    width: 100%;
    display: block;
    border: 1px solid #1c2636;
    border-left: none;
    border-right: none;
    margin-top: 20px;
    text-align: center;
}

.ft-cooperation img {
    height: 25px;
    margin: 10px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}