/* Banner page section */

#mainCardComponent {
    padding: 0%;
    background-color: #F0F1F2;
}

.bannerImage {
    height: 23.375rem;
    object-fit: cover;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 3.125rem;
}

/*Card section container */


.cards_contact_container {
    margin-top: 3.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Individual card container */

.card-contact-wrapper {
    background-color: #fff;
    max-height: 700px;
    margin: 1rem;
}

.card-contact-text {
    padding: 2rem;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.19);
    height: 100%;
}

/* Header of the invidual card */

.contact-card-title {
    max-height: 109.750px;
    width: 50%;
    float: left;
}

    .contact-card-title h5 {
        margin-top: 1.2rem;
    }

.contact-card-img {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
}

    .contact-card-img p {
        text-align: center;
        margin: 0 !important;
    }

.card-contact-header {
    position: relative;
}

    .card-contact-header img {
        width: 4rem;
        height: auto;
    }

#last-contact-card-img {
    height: auto;
    width: 4rem;
}

/* Body of the invidual card */

.card-contact-body {
    display: inline-block;
    margin: 1rem;
}

.card-contact-info-paragrah {
    display: inline-block;
}

    .card-contact-info-paragrah p {
        margin: 0.525rem 0;
        font-size: 14px;
    }

    .whatsapp_btn button {
        color: #18BDE6;
        padding: 0.6875rem;
        background-color: #fff;
        border-radius: 5px;
        margin-top: 2rem;
    }


/* Map section */

.map-container {
    overflow: hidden;
    position: relative;
    height: 0;
    height: 552px;
    clip-path: polygon(0 11%, 100% 11%, 100% 100%, 0% 100%) !important;
}

    .map-container iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.mapContainer {
    padding: 0%;
}

@media (max-width: 1439px) {
    .card-contact-wrapper {
        margin: 1rem;
    }

    .contact-card-title h5 {
        font-size: 18px;
    }

    .card-contact-text {
        padding: 1.5rem;
    }

    .card-contact-body {
        margin: 0rem;
        width: 100%;
    }

    .card-contact-info-paragrah p {
        font-size: 12px;
    }

    .whatsapp_btn button {
        margin-top: 1rem;
    }
}

@media (max-width:1325px) {
    .contact-card-title h5 {
        font-size: 14px;
    }

    .card-contact-info-paragrah p, strong, li {
        font-size: 12px;
    }

    .contact-card-title {
        width: 60%;
    }
}

@media (max-width:1100px) {
    .card-contact-header img {
        width: 4rem;
        height: 4rem;
    }
}

@media (max-width:1000px) {
    .card-contact-header img {
        width: 4rem;
        height: auto;
    }

    #bravoauto-contact-card-img {
        height: auto;
        width: 4rem;
    }

    #motorrad-contact-card-img {
        width: 6rem;
        height: 6rem;
    }
}

@media (max-width:991px) {
    .contact-card-title h5 {
        font-size: 16.2px;
    }
}

@media (max-width:467px) {
    .cards_contact_container {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}
