/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

.realisation-template .gallery-icon img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 25px!important;
    display: inline-block;
}

.realisation-template #Subheader{
    display: none!important;
}

.realisation-template #Header_wrapper{
    min-height: 120px;
}

.rea_overview{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 25px;
    column-gap: 25px;
}


.rea_overview img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: 285px;
}

.rea_overview .rea_detail_text{
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .rea_overview{
        justify-content: center;
    }
    .rea_overview img{
        max-width: 200px;
    }
}