

/* Start:/local/templates/oceanis_yachting_v1/components/oceanisyachting/elements.list/mobile-app/style.css?16898465081520*/
.mobile_wrapper_apple,
.mobile_wrapper_google{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-around; */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.mobile_wrapper_apple {
    margin-bottom: 30px;
}

.mobile_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px;
}
h2 {
    font-size: 1.6625rem;
}
.mobile_item a:hover {
    text-decoration: none;
}

.mobile_item img {
    border-width: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
            box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    border-radius: 20%;
    width: 90px;
}

.mobile_item span {
    margin-top: 10px;
    text-align: center;
    color: #1d1d1d;
}

.mobile_item {
    width: 20%;
}

section#mobile_application {
    padding-top: 20px !important;
}

.desc_page {
    margin-bottom: 30px;
}

@media (max-width: 991px){
    .mobile_item {
        width: 33%;
    }
}

@media (max-width: 991px){
    .mobile_item {
        width: 33%;
    }
}

@media (max-width: 600px){
    .mobile_item {
        width: 50%;
    }
}
/* End */
/* /local/templates/oceanis_yachting_v1/components/oceanisyachting/elements.list/mobile-app/style.css?16898465081520 */
