.content-image {
    position: relative;
    margin: 0 0 20px 0;
}
.image-profile .thumb-wrap {
    position: relative;
    display: block;
}

.image-profile .thumb-wrap {
    mask-image: url(https://www.sarahpotempa-coaching.de/wp-content/uploads/2022/12/team-mask.png);
    mask-repeat: no-repeat;
    mask-size: 120% 120%;
    mask-position: -20px -30px;
    -webkit-mask-image: url(https://www.sarahpotempa-coaching.de/wp-content/uploads/2022/12/team-mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: 0 0;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}

.image-profile .thumb-wrap img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 6px;
    width: 100%;
}

.testimonial-grid-content .content-bottom {
    text-align: center;
}

.content-image .bg-image-layered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url(https://www.sarahpotempa-coaching.de/wp-content/uploads/2022/12/team-mask06-1-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 244px;
}