* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    position: relative;
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    max-width: 95%;
}

.wrapper {
    margin: auto;
    max-width: 95%;
    position: relative;
}


.flex-between-center img a {
    display: flex;
    justify-content: center;
    align-items: center;
} 

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

h2 {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    color: #2E9796;
    margin-bottom: 30px;
}

h3 {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #048939;
    margin-bottom: 50px;
}

.instalando {
    color: #2E9796;
}

.instalada {
    color: #048939;
}

.check {
    width: 25px;
}

.movil {
    height: 60%;
}

.movil img {
    max-height: 100%;
}


span {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
}