.widget-about.template-8{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.28vw, 20px);
}
.widget-about.template-8 .widget-template-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.4em 4em;
}
.widget-about.template-8 .widget-header{
    flex: 1;
}
.widget-about.template-8 .widget-header .widget-title{
    font-size: 1.6em;
    font-weight: 700;
    line-height: 130%;
    color: #000000;
}
.widget-about.template-8 .widget-header .widget-description{
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
}
.widget-about.template-8 .widget-header .widget-title + .widget-description{
    margin-top: 1.5em;
}
.widget-about.template-8 .widget-header .widget-person{
    color: #000;
    font-size: 1em;
    font-weight: 500;
    line-height: 128%;
}
.widget-about.template-8 .widget-header .widget-title + .widget-person,
.widget-about.template-8 .widget-header .widget-description + .widget-person{
    margin-top: 2em;
}
.widget-about.template-8 .widget-content{
    flex: 0 0 18.25em;
}
.widget-about.template-8 .widget-picture{
    display: flex;
    margin-top: -1em;
    border-radius: 50%;
    overflow: hidden;
}
.widget-about.template-8 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
@media all and (max-width: 1000px) {
    .widget-about.template-8 .widget-header .widget-title br,
    .widget-about.template-8 .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 800px) {
    .widget-about.template-8{
        font-size: clamp(16px, 2.6vw, 20px);
    }
    .widget-about.template-8 .widget-template-wrapper{
        flex-wrap: wrap;
        gap: 1.8em 2em;
    }
    .widget-about.template-8 .widget-header{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-about.template-8 .widget-content{
        order: 1;
    }
    .widget-about.template-8 .widget-header{
        order: 2;
    }
    .widget-about.template-8 .widget-picture{
        margin-top: 0;
    }
}
@media all and (max-width: 600px) {
    .widget-about.template-8 .widget-content{
        max-width: 360px;
        flex: 1 0 100%;
    }
}
