.ecosurPersonalResponsable-container {
    height: auto;
    display: flex;
    padding: 30px 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.ecosurPersonalResponsable-container .ecosur-border-circle-image {
    margin-bottom: 20px;
}

.ecosurPersonalResponsable-container > h1 {
    padding: 0 10px;
    text-align: center;
}

.ecosurPersonalResponsable-container > p {
    padding: 0 10px;
    margin-bottom: 8px;
    text-align: center;
}

.ecosurPersonalResponsable-container > h3 {
    font-size: 13px;
    letter-spacing: .9px;
}

.ecosurPersonalResponsable-email-ext {
    width: 300px;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    justify-content: space-evenly;
}

.ecosurPersonalResponsable-email-ext p {
    margin: 0;
    font-size: 16px;
    font-weight: lighter;
}

.ecosurPersonalResponsable-email-ext span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: black;
}



/* ===================================== Media Query ====================================== */

@media (max-width: 375px) {
    .ecosurPersonalResponsable-email-ext {
        width: 350px;
    }
}