.asacontact {
    width:70%;
    margin-left: auto;
    margin-right: auto;
}

.asacontact h2 {
    margin-left:0;
    margin-right: auto;
}

.asacontact > section:first-of-type {
    width:100%;
    margin: 0 auto;
    display:flex;
    justify-content:space-between;
    align-self: center;
    padding:1.5rem 1rem;
    border: 1px solid #e9e9e9;
    background-color: #f8f8f8;
    border-radius:6px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.asacontact > section:first-of-type div {
    padding: 1.2rem 1rem;
}

.asacontact > section:first-of-type div p {
    margin-bottom: 1rem;
}

.asacontact > section:first-of-type div ul {
    list-style-type: disc;
    list-style-position: inside;
    width: fit-content;
}

.asacontact > section:first-of-type > img {
    width:18rem;
    height:auto;
}

.asacontact > p {
    text-align: center;
    width:auto;
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding: 1.5rem 1rem;
    border-radius: 6px;
    background-color:rgba(241,90,34, 0.3);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.asacontact > section:last-of-type {
    display:flex;
    justify-content: space-between;
    align-content:stretch;
    flex-wrap: wrap;
    gap:2rem;
}

.asacontact > section:last-of-type h3 {
    align-self: flex-start;
    width:100%;
}

.asacontact > section:last-of-type article {
    width:20rem;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    background-color: #f8f8f8;
    border-radius:6px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.asacontact > section:last-of-type article img {
    width: 90%;
    height: auto;
    border-radius: 6px;
    margin: 1rem 0;
}