.company-section-wrap{
}
.organization-sec .title{
    margin-top: 50px;
    margin-bottom: 65px;
    line-height: 1.4;
    font-size: 3.0rem;
    font-weight: 300;
    letter-spacing: -0.03em;
}
.organization-sec .title span{
    font-weight: 500;
}
.img-zoom{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.img-zoom.active {
    animation: opacityReverseOpa .8s 2s forwards;
    pointer-events: none;
}
