.widget-about.template-9{
    position: relative;
    font-size: clamp(16px, 1.28vw, 20px);
}
.widget-about.template-9 .widget-header{}
.widget-about.template-9 .widget-header .widget-title{
    font-size: 2.4em;
    font-weight: 700;
    line-height: 104%;
    color: #000;
}
.widget-about.template-9 .widget-header + .widget-content{
    margin-top: 2.5em;
}
.widget-about.template-9 .widget-content{
    display: flex;
    align-items: flex-start;
    gap: 2.25em;
}
.widget-about.template-9 .widget-description{
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
}
.widget-about.template-9 .widget-description p{
    margin-bottom: 1.3em;
}
.widget-about.template-9 .widget-description p:last-child{
    margin-bottom: 0;
}
.widget-about.template-9 .widget-picture{
    display: flex;
    width: 100%;
    max-width: 448px;
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
}
.widget-about.template-9 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.widget-about.template-9 .widget-text{
    flex: 1;
}
.widget-about.template-9 .widget-person{}
.widget-about.template-9 .widget-description + .widget-person{
    margin-top: 2.5em;
}
.widget-about.template-9 .widget-person-name{
    color: #000;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 128%;
}
.widget-about.template-9 .widget-person-position{
    color: #626262;
    font-size: 1em;
    font-weight: 400;
    line-height: 128%;
}
.widget-about.template-9 .widget-person-name + .widget-person-position{
    margin-top: .2em;
}
@media all and (max-width: 1000px) {
    .widget-about.template-9 .widget-header .widget-title br,
    .widget-about.template-9 .widget-header .widget-description br,
    .widget-about.template-9 .widget-person-position br{
        display: none;
    }
}
@media all and (max-width: 800px) {
    .widget-about.template-9{
        font-size: clamp(16px, 2.6vw, 20px);
    }
    .widget-about.template-9 .widget-header .widget-title {
        font-size: 1.75em;
    }
    .widget-about.template-9 .widget-header + .widget-content{
        margin-top: 2em;
    }
    .widget-about.template-9 .widget-content{
        flex-wrap: wrap;
    }
    .widget-about.template-9 .widget-text{
        flex: 0 0 100%;
    }
    .widget-about.template-9 .widget-picture{
        max-width: 60%;
        margin: 0 auto;
    }
    .widget-about.template-9 .widget-description + .widget-person{
        margin-top: 2em;
    }
}
@media all and (max-width: 600px) {
    .widget-about.template-9 .widget-picture{
        max-width: 100%;
    }
}