.cotizar{
    height: 55rem;
    background: var(--light);
    background-image: url("/img/sections/cotizar.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cotizar__container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: inherit;
    padding: 2rem 2rem 4rem;
}

.heading{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    text-align: center;
}

.highlight{
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
}

.gold{
    color: #b29262;
}

.blue{
    color: var(--blue);
}
