#discover{
    height: 519px;
    padding-top: 40px;
}


#discover-col2 h2{
    text-align: left;
    font: normal normal normal 52px / 62px DM Serif Text;
    letter-spacing: 0px;
    color: #fff !important;
}

#discover h3{
    text-align: left;
    font: normal normal 500 22px / 32px Montserrat;
    letter-spacing: 0px;
    color: #fff;
    padding-right: 2%;
}



/*Option*/

#option{
    height: 758px;
    padding-top:101px;
}
#option h2{
    margin-top: 0px !important;
}

#option h3{
    text-align: left;
    font: normal normal 500 22px / 32px Montserrat;
    letter-spacing: 0px;
    color: #734E38;
}

#option .beginItem{
    margin-bottom: 5px !important;
}

#option .boton-amarillo{
    margin-top: 7px !important;
}



@media only screen and (max-width: 1024px) {
  

    #discover-col1, #discover-col2{
        width: 100%;
    }
    /*#discover {
        height: 960px;
    }*/

    #discover>div>div{
        flex-direction: column-reverse;
    }

    div#discover-col2 {
        margin-bottom: 48px;
    }

    div#discover-col1>div {
        align-items: center;
    }

    #discover h3{
        font-size: 18px;
    }

    #discover {
        height: 925px;
    }

    /*option*/
    #option-col1, #option-col2{
        width: 100% !important;
    }

    #option {
        height: 1110px;
        padding-top: 50px;
    }

}

@media only screen and (max-width: 600px) {
    #option h3 {
      font-size: 18px;
      margin-bottom: 28px;
    }

    #option {
        height: 1065px;
    }
}