/**
* Block Name: profil
*/

section.profil .align-items-center {
  align-items: stretch !important; 
}

section.profil .image-container {
  width: 100%; 
  height: 100%;
}

section.profil .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

@media (max-width: 992px) {

    section.profil {
        padding-bottom: 50px;
    }
    section.profil .image_wrapper {
        order: 1;
        margin-bottom: 50px;
    }

    section.profil .text {
        order: 2;
    }
}