.img-top {
    margin-top: 75px;
}

.img-top img {
    margin-right: 35px;
}

.img-top img:nth-of-type(1) {
    position: relative;
    top: -80px;
    margin-left: 35px;
}

.img-top img:nth-of-type(3) {
    position: relative;
    top: -40px;
}

.img-bottom img {
    margin-right: 35px;
}

.img-bottom {
    margin-bottom: 130px;
}

.img-bottom img:nth-of-type(1) {
    margin-left: 35px;
}

.img-bottom img:nth-of-type(2) {
    position: relative;
    top: -80px;
}