/* Estilos generales */
.sectionSubtitle .row h3{
    width: unset;
}

.sectionSubtitle a{
    display: flex;
    align-items: center;
    font-size: 1.2vw;
    margin-top: 2vh;
}

.sectionSubtitle a > img{
    width: 3vh;
    margin-right: 10px;
  }


.row {
    justify-content: space-between;
}

form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 900px) {
    form{
        margin-top: 40px;
    }
    input, textarea{
        width: unset;
    }
}

