.hero_section-wrapper {
    margin-top: 4rem;
}
.hero_section-wrapper > h1 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    color: #000000;
    height: 20vh;
    display: flex;
    align-items: center;
}
.contact__section aside#details-aside section {
    padding-bottom: 1.5rem;
}
.contact__section aside#details-aside h2 {
    font-weight: 400;
    font-size: 1.25rem;
    padding-bottom: 0.85rem;
}
.contact__section aside#details-aside p {
    font-weight: 300;
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
}
.contact__section aside#details-aside a {
    text-decoration: none;
    color: black;
    font-weight: 300;
    font-size: 0.9rem;
}
.contact__section aside#form-aside form div {
    padding-bottom: 1rem;
}

.contact__section aside#form-aside label {
    font-weight: 300;
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
    display: block;
}

.contact__section aside#form-aside input {
    font-weight: 300;
    font-size: 0.9rem;
    padding-bottom: 0.15rem;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid;
    outline: none;
    font-family: inherit;
}
.contact__section aside#form-aside input:focus {
    border: 1px solid var(--primary);
    outline: none;
}

.contact__section aside#form-aside textarea:focus {
    border: 1px solid var(--primary);
    outline: none;
}

.contact__section aside#form-aside textarea {
    font-weight: 300;
    font-size: 0.9rem;
    padding-bottom: 0.15rem;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid;
    outline: none;
}
.btn-link {
    background-color: var(--primary);
    color: #ffffff;
    padding: 0.8rem 3rem;
    width: fit-content;
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__section aside#details-aside h2 {
        font-size: 1.35rem;
        padding-bottom: 0.85rem;
    }
    .contact__section aside#details-aside p {
        font-size: 1.1rem;
        padding-bottom: 0.3rem;
    }
    .contact__section aside#details-aside a {
        font-size: 1.1rem;
    }

    .contact__section aside#form-aside form div {
        padding-bottom: 1.5rem;
    }

    .contact__section aside#form-aside label {
        font-size: 1.1rem;
        padding-bottom: 0.3rem;
        display: block;
    }

    .contact__section aside#form-aside input {
        font-size: 0.85rem;
        width: 100%;
        padding: 0.8rem;
    }

    .contact__section aside#form-aside textarea:focus {
        border: 1px solid var(--primary);
        outline: none;
    }

    .contact__section aside#form-aside textarea {
        font-size: 1.1rem;
        width: 100%;
    }
    .btn-link {
        padding: 1rem 3rem;
    }
}

@media (min-width: 900px) {
    .contact__section {
        display: flex;
        align-items: start;
        gap: 2rem;
    }
    .contact__section aside {
        flex: 1;
    }
}

@media (min-width: 1024px) {
    .hero_section-wrapper {
        margin-top: 4.5rem;
    }
}
