.about02 {
    position: relative;
    overflow: hidden;
    padding-block: 60px;
    display: flex;
    justify-content: center;
}
.about02::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(5px);
    z-index: -1;
}
.about02__panel {
    width: 1140px;
    background: var(--white);
    box-shadow: var(--content_shadow);
    margin: 0 auto;
    padding: 60px 50px 30px;
}
