.widget-about.template-3{
    position: relative;
    overflow: hidden;
}
.widget-about.template-3 .widget-about-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 46px 40px;
    padding: 40px 70px;
    background-color: var(--special-background, #FAFBFE);
    border-radius: 4px;
    overflow: hidden;
}
.widget-about.template-3 .widget-header{
    position: relative;
    z-index: 1;
    max-width: calc(60% - 20px);
    flex: 0 0 calc(60% - 20px);
    margin-top: 55px;
}
.widget-about.template-3 .widget-header .widget-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    color: #000000;
}
.widget-about.template-3 .widget-header .widget-title .special{
    font-size: 37px;
    color: var(--main-color);
    letter-spacing: -.012em;
}
.widget-about.template-3 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 136%;
    color: #626262;
    margin-top: 22px;
}
.widget-about.template-3 .widget-header .widget-description span.special{
    color: var(--main-color);
}
.widget-about.template-3 .widget-header .widget-person{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #252525;
    margin-top: 50px;
}
.widget-about.template-3 .widget-header .widget-link{
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 128%;
    color: var(--main-color);
    text-decoration: none;
    margin-top: 34px;

    transition: color .2s ease-out;
}
.widget-about.template-3 .widget-header .widget-link:hover{
    color: var(--dark-main-color);
}
.widget-about.template-3 .widget-content{
    max-width: calc(40% - 20px);
}
.widget-about.template-3 .widget-icon{
    display: flex;
}
.widget-about.template-3 .widget-icon svg{
    height: auto;
}
@media all and (max-width: 1240px) {
    .widget-about.template-3 .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-about.template-3 .widget-about-wrapper{
        flex-wrap: wrap;
        gap: 0;
    }
    .widget-about.template-3 .widget-header,
    .widget-about.template-3 .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-about.template-3 .widget-header{
        margin-top: 0;
    }
    .widget-about.template-3 .widget-header .widget-title{
        font-size: 28px;
    }
    .widget-about.template-3 .widget-header .widget-title span.special{
        font-size: 36px;
    }
    .widget-about.template-3 .widget-icon{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 375px;
        transform: translate(41%, 24%);
    }
    .widget-about.template-3 .widget-header .widget-description{
        font-size: 18px;
        margin-top: 20px;
    }
    .widget-about.template-3 .widget-header .widget-link{
        font-size: 18px;
        margin-top: 28px;
    }
}
@media all and (max-width: 800px) {
    .widget-about.template-3 .widget-about-wrapper{
        padding: 50px 36px 122px;
    }
}
@media all and (max-width: 600px) {
    .widget-about.template-3 .widget-about-wrapper{
        padding: 50px 26px 122px;
    }
    .widget-about.template-3 .widget-header .widget-title{
        font-size: 23px;
        line-height: 122%;
    }
    .widget-about.template-3 .widget-header .widget-title span.special{
        font-size: 26px;
        line-height: 122%;
        letter-spacing: 0;
    }
    .widget-about.template-3 .widget-header .widget-description{
        font-size: 16px;
        margin-top: 21px;
        line-height: 125%;
    }
    .widget-about.template-3 .widget-header .widget-person{
        font-size: 16px;
        margin-top: 18px;
    }
    .widget-about.template-3 .widget-header .widget-link{
        font-size: 16px;
        margin-top: 20px;
    }
}
