h3 {
    font-style: bold;
}

.topsection .top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topsection .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topsection .text {
    margin: 2% 5%;
    width: 20vw;
}

.topsection img {
    width: 20vw;
    margin: 2% 10%;
}

.topsection .bottom img {
    margin-right: 20%;
    margin-left: -12%;
}

.topsection .top text {
    margin-left: 5%;
}

.bottomsection {
    display: flex;
    border-top: solid black 1px;
}

.bottomsection .left,
.right {
    width: 40%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.bottomsection h3 {
    text-align: center;
    margin: 7% auto 0 auto;
}

.bottomsection img {
    display: block;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
}

.image1 {}

.image2 {}

.image3 {}