/* Content 1 */
.c1-accent {
    position: absolute;
    top: -138%;
    z-index: -1;
}

/* Content 2 */
.c2-image-container {
    border: 5px solid var(--secondary);
    border-radius: 5px;
    padding: 8px;
    background-color: var(--white);
}

.c2-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

/* Content 3 */
#content3 {
    background: url(../../front_assets/img/about/c3-bg.jpg) no-repeat center
        center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.c3-card {
    border: 5px solid var(--secondary);
    border-radius: 5px;
}

/* Content 4 */
.c4-accent-top {
    position: absolute;
    top: -10%;
    z-index: -1;
}

.c4-accent-bottom {
    position: absolute;
    bottom: -15%;
    right: 0;
    z-index: -1;
}

.c4-image {
    border: 5px solid var(--secondary);
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 5px;
}

/* Content 5 */
#map {
    width: 100%;
    height: 575px;
    border: 5px solid var(--secondary);
    border-radius: 5px;
}

.c5-button-google {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    color: #001B00;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.btn-whatsapp {
    background: #25D366;
    border-radius: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19.2px;
    color: var(--white);
}

@media only screen and (min-width: 768px) and (max-width: 997.98px) {

    /* Content 2 */
    .c2-image {
        width: 100%;
        height: 30vh;
        object-fit: cover;
    }

    .c2-accent {
        left: 0;
        top: 0;
        width: 39%;
    }

    /* Content 4 */
    .c4-accent-top {
        width: 20%;
    }

    .c4-accent-bottom {
        width: 20%;
        bottom: 0;
    }

    .c5-accent {
        width: 100%;
        z-index: -1;
        position: relative;
    }

}

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

    /* Content 1 */
    .c1-accent {
        width: 120%;
        rotate: 90deg;
        top: 0;
    }

    /* Content 2 */
    .c2-accent {
        left: -2%;
        top: 0;
        width: 84%;
    }

    /* Content 4 */
    .c4-accent-top {
        width: 50%;
    }

    .c4-accent-bottom {
        width: 50%;
        bottom: 0;
    }

    /* Content 5 */
    .c5-button-google,
    .btn-whatsapp {
        width: 100%;
        display: block;
    }

    #map {
        height: 60vh;
    }

    .c5-accent {
        width: 100%;
    }
}
