.galleryCompositionImg-0{
    position: absolute;
    top: 120px;
    right: 130%;
    z-index: 3;
}

.galleryCompositionImg-1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 420px;
}

.galleryCompositionImg-2 {
    position: absolute;
    bottom: 120px;
    left: 200%;
    z-index: 1;
}

.galleryCompositionImg-0, .galleryCompositionImg-2 { height: 270px;}

.threeImgSection{
    height: 750px;
    position: relative;
}
.absoluteTitle{
    width: 290px;
    top: 82px;
    left: 7%;
}
.absoluteDescription{
    width: 316px;
    right: 64px;
    bottom: 8px;
    height: 370px;
}