.ex-about-us img {
    border-radius: 10px;
}



.main-cont{
    height: 70vh;
    position: relative;
    color: white;
    background-size: cover;
    background-position: center;
}

.main-cont-overlay{
    background: var(--background-mustard);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.ex-main-text{
    height: 60%;
    z-index: 2;
}
.ex-main-text .title{
    color: white
}


b{
    display: inline-block;
}

.ex-about-us h2{
    margin: 8vmin 0;
}
.ex-about-us .img-cont{
    margin: 3vh 0;
}

.rent h2{
    text-align: left;
}
.rent-element {
    border-radius: 1vh;
    padding: 2vh 5vmin;
    margin: 4vh 0;
    height: 45vh;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    box-shadow: 0vmin 0vmin 3vmin rgba(0, 0, 0, 0.1);
    color: white;
}
.rent-element ul{
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    margin: 0;
}

.rent-element ul li{
    text-align: left;
}
.rent-element.mustard{
    background: var(--mustard);
}
.rent-element.gray{
    background: var(--gray);
}

.cotizar{
    margin: 2vh 0!important;
}



@media screen and (min-aspect-ratio: 1/1) {
    .ex-main-text{
        margin-left: 5vw;
    }


    .ex-main-text p{
        font-size: 1.2rem;
    }
    .ex-main-text a{
        align-self: start;
    }
    .main-cont-overlay{
        background: linear-gradient(60deg, var(--background-mustard) 50%, transparent 50%);
    }

    .ex-about-us{
        position: relative;
        min-height: 60vh;
    }
    .ex-about-us img{
        align-self: stretch;
    }
    .ex-about-us h2{
        margin: 4vmin 0;
        padding-left: 0;
    }
    .v-stripe{
        position: absolute;
        top: 2vmin;
        bottom: 2vmin;
        left: 0;
        background: linear-gradient(90deg, var(--mustard) 70%, black 30%);
    }
    
    .rent-cont{
        position: relative;
    }
    .rent .img-cont{
        position: absolute;
    }
    .rent img{
        height: 67vh;
        object-fit: contain;
        width: 100%;
    }
    .rent-element {
        padding: 7vh 2vmin;
        margin: 4vh 0;
        height: 55vh;
    }
    .rent-element ul{
        width: 80%;
    }
}