.widget-about.template-2{
    position: relative;
    overflow: hidden;
}
.widget-about.template-2 .widget-about-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 46px 20px;
}
.widget-about.template-2 .widget-header{
    max-width: 65%;
    flex: 1 0 65%;
}
.widget-about.template-2 .widget-header .widget-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    color: #000000;
}
.widget-about.template-2 .widget-header .widget-title span.special{
    font-size: 45px;
    color: var(--main-color);
}
.widget-about.template-2 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 132%;
    color: #4D4D4D;
    margin-top: 29px;
}
.widget-about.template-2 .widget-header .widget-person{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #252525;
    margin-top: 32px;
}
.widget-about.template-2 .widget-content{
    max-width: calc(35% - 20px);
    flex: 0 0 calc(35% - 20px);
}
.widget-about.template-2 .widget-picture{
    display: flex;
    margin-top: -40px;
}
.widget-about.template-2 .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media all and (max-width: 800px) {
    .widget-about.template-2 .widget-about-wrapper{
        flex-wrap: wrap;
        gap: 32px 40px;
    }
    .widget-about.template-2 .widget-header,
    .widget-about.template-2 .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-about.template-2 .widget-content{
        order: 1;
    }
    .widget-about.template-2 .widget-header{
        order: 2;
    }
    .widget-about.template-2 .widget-header .widget-title span.special{
        font-size: 36px;
    }
    .widget-about.template-2 .widget-picture{
        margin-top: 0;
        width: 260px;
        aspect-ratio: 4 / 3.706;
        border-radius: 50%;
        overflow: hidden;
    }
    .widget-about.template-2 .widget-picture img{
        aspect-ratio: 16/9;
    }
    .widget-about.template-2 .widget-header .widget-description{
        margin-top: 24px;
    }
    .widget-about.template-2 .widget-header .widget-person{
        margin-top: 24px;
    }
}
@media all and (max-width: 800px) {

}
@media all and (max-width: 600px) {
    .widget-about.template-2 .widget-header .widget-title,
    .widget-about.template-2 .widget-header .widget-title span.special{
        font-size: 23px;
        line-height: 122%;
    }
    .widget-about.template-2 .widget-header .widget-description{
        font-size: 16px;
        line-height: 125%;
    }
    .widget-about.template-2 .widget-header .widget-person{
        font-size: 16px;
    }
    .widget-about.template-2 .widget-picture{
        max-width: 360px;
        width: 100%;
    }
    .widget-about.template-2 .widget-picture img {
        aspect-ratio: inherit;
        max-height: none !important;
    }
}
