body{
    font-size: 14px;
    font-weight: 400;
    color: #202020;
    font-family: 'Montserrat', sans-serif;
}
.container{
    max-width: 1400px;
}
h1{
    font-size: 64px;
    font-weight: 900;
    line-height: 1em;
}
h2{
    font-size: 32px;
    font-weight: 800;
    line-height: 1em;
}
h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
}
h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
}
h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
}
h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
}
p{
    font-size: 15px;
}
.text-light{
    color: #A4A4A4;
}
.text-brand{
    color: #FF5A5A;
}
.text-sm{
    font-size: 20px;
}
.text-x-sm{
    font-size: 14px;
}
.border-none{
    border: none;
}
.border-bottom{
    border-bottom: 1px solid #E8E8E8;
}
.borde-transparent{
    border: 1px solid transparent;
}