.google-map {
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    /* margin-left: 10%;
    margin-right: 10%;*/
    width: 600px;
    height: 400px;
}

.google-map iframe {
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
    position: absolute;
    padding-bottom: 40px;
}

.google-map iframe {
    height: 400px;
    width: 600px;
    left: 0;
    top: 0;
    position: absolute;
}

.cardRTEAbout {
    width: 200px;
    height: 140px;
    justify-content: space-around;
}

.cardRTEAbout img {
    width: 150px;
    display: block;
}

.jewelGenerationsMargin {
    margin-top: 20px;
}

.aboutPortfolioRTE {
    margin-top: 20px;
    padding: 0px;
}

.aboutRTESection {
    width: 700px;
}

@media(max-width: 1674px) {
    .aboutRTESection {
        width: 500px;
    }
}

@media(max-width: 1524px) {
    .aboutPortfolioRTE {
        flex-direction: column;
    }
    .cardRTEAbout {
        width: 100%;
        margin-bottom: 20px;
    }
    .google-map {
        width: 500px;
    }
    .google-map iframe {
        width: 500px;
    }
}

@media(max-width: 1286px) {
    .google-map {
        width: 320px;
    }
    .google-map iframe {
        width: 320px;
    }
}

@media(max-width: 1024px) {
    .google-map {
        width: 100%;
    }
    .google-map iframe {
        width: 100%;
    }
    .aboutRTESection {
        width: 100%;
        margin-top: 10px;
    }
}


/*@media(max-width: 620px) {
    .google-map iframe {
        width: 300px;
    }
}*/