.image-content-section { padding: 96px 0 144px; } 
.image-content-section .inner-image-content-section { max-width: 660px; margin: 0 auto; text-align: center; position: relative; } 
.image-content-section .inner-image-content-section .bg-content-section { width: 432px; height: 494px; top: -47px; position: absolute; z-index: -1; animation: swing ease-in-out 2s infinite alternate; left: 50%; transform: translateX(-50%);background-position: center center; background-repeat: no-repeat; background-size: cover; }
.image-content-section .text-content h2 { font-size: 36px; margin-bottom: 10px; } 
.image-content-section .text-content p:last-child { margin: 0; }
.image-content-section.kampagne-page .text-content h2 { margin-bottom: 8px; }


@keyframes swing { 
    0% 
    { transform: rotate(3deg) translateX(-50%); } 
    100%
    { transform: rotate(-3deg) translateX(-50%);); }
}

@media(max-width:1250px){
    .image-content-section .inner-image-content-section .bg-content-section { width: 380px; height: 430px; }
    .image-content-section .text-content h2 { font-size: 32px; } 
}

@media(max-width:991px){
    .image-content-section { padding: 80px 0 100px; } 
    .image-content-section .inner-image-content-section .bg-content-section { width: 340px; height: 370px; top: -20px; }
}

@media(max-width:767px){
    .image-content-section { padding: 48px 0 94px; } 
    .image-content-section .text-content h2 { font-size: 30px; } 
    .image-content-section .inner-image-content-section .bg-content-section { width: 296px; height: 338px; top: 190px; }
}