@font-face {
    font-family:Montserrat-normal;
    src: url(../assets/Montserrat-normal.ttf);
}
body {
    background-color: black;
    margin: 0;
}
.how_bg {
    background-image: url("../assets/bg-comolohacemos.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.how__container {
    display: flex;
    z-index: -9 inherit;;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -5rem;
}

.how__title {
    width: 64vw;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 2rem 0;
    top: -4rem;
    position: static;
}


.how__text {
    font-family: Montserrat-normal;
    font-size: 1.7vw;
    text-align: center;
    color: #dcdcdc;
    width: 45vw;
}


@media only screen and (max-device-width: 720px) {
    .how_bg {
        background-image: url("../assets/bg-comolohacemos.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        background-size: cover;
        position: relative;
        z-index: -3;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .how__title {
        width: 95vw;
        height: auto;
        padding: 0 0 0 0;
        margin: 0 0 2rem 0;
        top: -4rem;
        position: static;
    }
    
    .how__text {
        font-family: Montserrat-normal;
        font-size: 5vw;
        text-align: center;
        color: #dcdcdc;
        width: 75vw;
    }
    
}
    