.profileContainer {
    margin-bottom: 5em;
}
.profileCard {
    width: 18em;
    height: 38em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: gainsboro;
    margin-top: 2em;
    margin-bottom: 6em;
}

.profileCard__image {
    border-radius: 50%;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 13em;
    max-height: 13em;
}

.aboutUs__description {
    padding-top: 5em;
    padding-bottom: 5em;
}

.ourValue {
    background-color: #f9f9f9;
    position: relative;
    padding: 0;
    z-index: 1;
}

.quotelogo {
    font-size: 3em;
    color: #ac8140;
}

.ourValueLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.LeftBottomFlowerAboutUs {
    width: 13%;
    position: absolute;
    z-index: 2;
    top: 132em;
}

.ourValue__description {
    padding-left: 5em;
    padding-top: 5em;
    padding-bottom: 5em;
    padding-right: 5em;
}

.custom-right-wood-about-us {
    z-index: 2;
    width: 30%;
    margin-top: -25rem;
}

.custom-left-leaf-about-us {
    z-index: 2;
    width: 15%;
    margin-top: -34rem;
}

h6{
    color: #ac8140;
}

@media only screen and (max-width: 600px) {
    .blankSpace {
        visibility: hidden;
        display: none;
    }

    .aboutUs__description {
        padding-top: 0em;
        padding-bottom: 0em;
    }

    .ourValueLogo {
        width: 50%;
    }

    .ourValue__description {
        padding-left: 5em;
        padding-top: 2em;
        padding-bottom: 2em;
        padding-right: 5em;
    }

    .LeftBottomFlowerAboutUs {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .profileCard {
        width: 14em;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        background-color: gainsboro;
        margin-top: 2em;
        margin-bottom: 6em;
    }
    .profileCard__image {
        margin-top: 3em;
        border-radius: 50%;
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 10em;
        max-height: 10em;
    }

    .card-title {
        font-size: 1em;
    }

    .card-subtitle {
        font-size: 0.8em;
    }

    .card-text {
        font-size: 0.7em;
    }

    .quotelogo {
        font-size: 2em;
        color: #ac8140;
    }

    .LeftBottomFlowerAboutUs {
        width: 17%;
        position: absolute;
        z-index: 2;
        top: 127em;
    }

    .custom-right-wood-about-us {
        margin-top: -15rem !important;
    }
}
