.intro {
    background-color: var(--sl-red);
    padding-bottom: 40px;
}

.intro section {
    margin: 0 auto;
}

.intro section > div {
    padding-top: 10%;
}

.intro section div:last-child {
    position: relative;
    text-align: right;
    padding-top: 10%;
}

.intro section div:last-child img {
    border-radius: 50%;
    border: 10px solid var(--sl-red);
}

.intro section div:last-child img:first-child {
    max-width: 80%;
}

.intro section div:last-child img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 45%;
}

.about > div:first-child {
    position: relative;
    text-align: right;
}

.about > div:first-child img {
    border: 10px solid var(--white);
}

.about > div:first-child img:first-child {
    width: 80%;
    margin-top: 20%;
}

.about > div:first-child img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}