section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

section:nth-child(1) {
    margin-top: 3rem;
}

section:nth-child(1),
section:nth-child(3) {
    padding-bottom: 2rem;
}

.hero-title:nth-child(1) {
    margin-top: 0;
}

section:nth-child(3) {
    padding-top: 4rem;
}

section:nth-child(3) img {
    position: absolute;
    left: 2rem;
    top: 1rem;
    width: 25%;
    height: auto;
    opacity: 0.3;
}


footer {
    margin-top: 5rem;
}