#hero-section-template-4 .hero {
    padding: 5rem 2.5rem;
    background-color: #C8DBD0;
    font-family: "Roboto", serif;
    text-align: center;
}

#hero-section-template-4 .tagline {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 700;
}

#hero-section-template-4 .link-to-portfolio {
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero-section-template-4 .link-to-portfolio a {
    display: block;
}

#hero-section-template-4 .link-to-portfolio a:hover {
    transform: scale(1.025);
}

#hero-section-template-4 .link-to-portfolio img {
    margin-right: 0.5rem;
    border-radius: 50%;
}

#hero-section-template-4 .link-to-portfolio span {
    font-size: 1.25rem;
    font-weight: 500;
}

@media(min-width: 500px) {
    #hero-section-template-4 .tagline {
        font-size: 1.5rem;
    }

    #hero-section-template-4 .link-to-portfolio img {
        width: 120px;
    }
}