/* Section 1 */
section:nth-of-type(1) h1 {
    margin-top: 50px;
}

section:nth-of-type(1)>a {
    display: inline-block;
    align-items: inherit;
    margin-top: 0;
}

section:nth-of-type(1) h2 {
    margin-top: 25px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}

section:nth-of-type(1) h2>img {
    margin-right: 10px;
}

/* Section 3 */
section:nth-of-type(3)>a::before {
    content: url("../assets/icons/link.svg");
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}