.widget-about.template-4-1{
    position: relative;
    font-size: clamp(16px, 1.28vw, 20px);
}
.widget-about.template-4-1[data-has-background='true']{
    background-color: var(--add-background, transparent);
}
.widget-about.template-4-1[data-has-line='true']{
    border-bottom: 1px solid var(--line-color, transparent);
}
.widget-about.template-4-1 .widget-header{
    gap: 2em;
}
.widget-about.template-4-1 .widget-header .widget-title{
    font-size: 3.2em;
    font-weight: 700;
    line-height: 102%;
    color: #000;
}
.widget-about.template-4-1 .widget-header .widget-description{
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
}
/*.widget-about.template-4-1 .widget-header .widget-title + .widget-description{
    margin-top: 2em;
}*/
.widget-about.template-4-1 .widget-header .widget-description p{
    margin-bottom: 1.45em;
}
.widget-about.template-4-1 .widget-header .widget-description p:last-child{
    margin-bottom: 0;
}
.widget-about.template-4-1 .widget-header + .widget-content{
    margin-top: 2.75em;
}
.widget-about.template-4-1 .widget-picture{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.widget-about.template-4-1 .widget-picture[data-shadow='true']{
    filter: drop-shadow(-1px 3px 22px rgba(183, 183, 183, 0.16));
}
.widget-about.template-4-1 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.widget-about.template-4-1 .widget-picture + .widget-additional-description{
    margin-top: 2.75em;
}
.widget-about.template-4-1 .widget-additional-description{
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 130%;
}
@media all and (max-width: 1000px) {
    .widget-about.template-4-1 .widget-header .widget-title br,
    .widget-about.template-4-1 .widget-header .widget-description br{
        display: none;
    }
    .widget-about.template-4-1 .widget-picture{
        max-width: 100% !important;
    }
	.widget-about.template-4-1 .widget-header{
	    gap: unset;
	}
}
@media all and (max-width: 800px) {
    .widget-about.template-4-1{
        font-size: clamp(16px, 2.6vw, 20px);
    }
    .widget-about.template-4-1 .widget-header .widget-title {
        font-size: 2.125em;
    }
    .widget-about.template-4-1 .widget-header .widget-title + .widget-description {
        margin-top: 1.5em;
    }
    .widget-about.template-4-1 .widget-header + .widget-content{
        margin-top: 2em;
    }
}