.wc-block-wrapper {
    background-image: linear-gradient(180deg, #fff, #F5F5F5);
}
.wc-block-wrapper-in {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}
.wc-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wc-block.right{
    flex-direction:row-reverse;
}
.wc-block-image, .wc-block-content{
    width:50%;
}
.wc-block-wrapper-in .wc-block.right:first-child img {
    margin: 0px 0px 0px auto;
    display: block;
}
.wc-block-content h2 {
    margin: 0;
    font-size: 64px;
    line-height: 100%;
    font-weight: 300;
    color: #1a1a1a;
}
.wc-block-content .desc p {
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #4A4A4A;
}
.wc-block-content a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 24px;
    color: #fff !important;
    background: #1a1a1a !important;
    border: 1px solid #1a1a1a !important;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    width: max-content;
}
.wc-block-content a:hover {
    background: #6B7476 !important;
    border: 1px solid #6B7476 !important;
}
.wc-block-image img {
    width: 100%;
}
.wc-block-content-top .top-in p {
    font-size: 20px;
    line-height: 120%;
    color: #1A1A1A;
    font-weight: 300;
    margin: 0;
}
.wc-block-content-in, .wc-block-content-top {
    display: flex;
    flex-flow: column;
    gap: 44px;
}
.wc-block-content-top .top-in {
    display: flex;
    flex-flow: column;
    gap: 24px;
    position: relative;
    padding-left: 24px;
}
.wc-block-content-top .top-in::after {
    position: absolute;
    content: '';
    background: #4A4A4A;
    width: 1px;
    height: 104px;
    left: 0;
    top: 0;
}
.wc-block.right .wc-block-content-top .top-in::after {
    height: 176px;
}
.wc-block-content-bottom {
    display: flex;
    flex-flow: column;
    gap: 8px;
}
.wc-block-content-in {
    max-width: 645px;
    margin: 0px auto;
}
.wc-block-content-top .desc {
    max-width: 520px;
}
.wc-block-image video {
    width: 100%;
    height: auto;
}