.branding {
    position: relative;
    width: 100%;
    height: 200vh;
}
.branding_imgBx {
    position: relative;
    width: 100%;
    height: 100%;
}
.branding_imgBx img {
    opacity: 0;
}
.branding_imgBx img:nth-child(1) {
    position: absolute;
    top: 50px;
    left: 0;
    width: 30%;

    transform: translateY(20vh);
}
.branding_imgBx img:nth-child(2) {
    position: absolute;
    top: 50px;
    left: 40%;
    width: 30%;

    transform: translateY(80vh);
}
.branding_imgBx img:nth-child(3) {
    position: absolute;
    top: 50px;
    right: 0%;
    width: 30%;

    transform: translateY(30vh);
}
.branding_imgBx img:nth-child(4) {
    position: absolute;
    top: 50px;
    right: 35%;
    width: 20%;

    transform: translateY(150vh);
}
.branding_imgBx img:nth-child(5) {
    position: absolute;
    top: 50px;
    left: 0%;
    width: 30%;

    transform: translateY(200vh);
}
.branding_imgBx img:nth-child(6) {
    position: absolute;
    top: 50px;
    right: 0%;
    width: 25%;

    transform: translateY(170vh);
}
.branding_textBx {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;

    transform: translateY(-50%);
}
.branding_text {
    padding-left: 80px;
    padding-bottom: 150px;
}
.branding_text h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: 2px;
}
.branding_text > p {
    margin-top: 40px;

    color: #fff;
    font-size: 13px;
    line-height: 2;
}
.branding_text > p:nth-child(3) {
    margin-top: 12px;

    color: #aaa;
}

@media screen and (max-width:1024px) {
    .branding {
        position: relative;
        width: 100%;
        height: 150vh;
    }
    .branding_imgBx img:nth-child(1) {
        position: absolute;
        top: 50px;
        left: 0;
        width: 50%;
    
        transform: translateY(10vh);
    }
    .branding_imgBx img:nth-child(2) {
        position: absolute;
        top: 50px;
        left: 40%;
        width: 40%;
    
        transform: translateY(60vh);
    }
    .branding_imgBx img:nth-child(3) {
        position: absolute;
        top: 50px;
        right: 0%;
        width: 40%;
    
        transform: translateY(20vh);
    }
    .branding_imgBx img:nth-child(4) {
        position: absolute;
        top: 50px;
        right: 50%;
        width: 30%;
    
        transform: translateY(100vh);
    }
    .branding_imgBx img:nth-child(5) {
        position: absolute;
        top: 50px;
        left: 0%;
        width: 45%;
    
        transform: translateY(150vh);
    }
    .branding_imgBx img:nth-child(6) {
        position: absolute;
        top: 50px;
        right: 0%;
        width: 25%;
    
        transform: translateY(120vh);
    }
    .branding_textBx {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
    
        transform: translateY(-50%);
    }
    .branding_text {
        padding-left: 40px;
        padding-bottom: 90px;
    }
    .branding_text h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .branding_text > p:nth-child(3) {
        margin-top: 6px;
    
        color: #aaa;
    }
    .branding_contactBx p {
        position: relative;
        margin-left: 80px;
        margin-right: 30px;
    
        font-size: 16px;
        font-weight: 700;
    }
}
@media screen and (max-width:520px) {
    .branding_text {
        padding-left: 20px;
        padding-bottom: 90px;
    }
    .branding_imgBx img:nth-child(1) {
        position: absolute;
        top: 50px;
        left: 0;
        width: 55%;
    
        transform: translateY(10vh);
    }
    .branding_imgBx img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 20%;
        width: 60%;
    
        transform: translateY(60vh);
    }
    .branding_imgBx img:nth-child(3) {
        position: absolute;
        top: 60px;
        right: 0%;
        width: 60%;
    
        transform: translateY(20vh);
    }
    .branding_imgBx img:nth-child(4) {
        position: absolute;
        top: 50px;
        right: 50%;
        width: 40%;
    
        transform: translateY(100vh);
    }
    .branding_imgBx img:nth-child(5) {
        position: absolute;
        top: 50px;
        left: 0%;
        width: 65%;
    
        transform: translateY(150vh);
    }
    .branding_imgBx img:nth-child(6) {
        position: absolute;
        top: 50px;
        right: 0%;
        width: 40%;
    
        transform: translateY(120vh);
    }
}