.slideCont.slide01 {
    background: var(--canacintra-colorSlide) url(../images/OfficeChair.G02.2k.png) no-repeat 80% 50% / 600px;
}


/* ----- */

.rentSec02 {
    /* height: fit-content; */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    max-width: 1500px;
    margin: 0 auto 80px;
    padding: 0 100px;
    box-sizing: border-box;
}

.sec02col {
    /* flex-grow: 1; */
    text-align: center;
    vertical-align: top;
    justify-content: space-between;
}

.servWrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 0;
    padding: 30px 0px;
    top: 0;
}

.servIcon {
    min-width: 30px;
    margin-top: 5px;
    aspect-ratio: 1;
    background: no-repeat center / contain;
}

.servDesc>p {
    margin: 0px 0px 5px 15px;
    text-align: left;
}

.servDescTitle {
    font-size: 1.4em;
    font-weight: 600;
}

.servDescDes {
    font-size: 1em;
}

.servButton {
    text-align: left;
    margin-top: 20px;
    padding: 10px 20px;
    width: fit-content;
    border: solid 1px var(--canacintra-color1);
    border-radius: 3px;
    cursor: pointer;
}

.servButton:hover {
    color: white;
    background-color: var(--canacintra-color1);
}

.servIcon.i01 {
    background-image: url(../images/building_icon.png)
}

.servIcon.i02 {
    background-image: url(../images/technology_icon.png)
}


/* ---- */

.rentSec03 {
    /* height: fit-content; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    max-width: 1500px;
    margin: 0 auto 80px;
}

.bigImage {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
}

.hugeImage {
    width: 100%;
    aspect-ratio: 2;
    object-fit: cover;
}

.sec02col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.rentSec03>.sec02col>.servWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-shrink: 1;
    justify-content: space-between;
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.topImage {
    width: 100% !important;
}

.smallImage {
    width: 32%;
    aspect-ratio: 1.97;
}