.tag-line{
    color: #fff;
    font-size: 30px;
}
.map {
    /* Set maximum width for the map container */
    max-width: 100%;
}

/* Responsive iframe container */
.iframe-container {
    position: relative;
    width: 100%;
    /* Set the desired aspect ratio here (16:9 in this example) */
    padding-bottom: 56.25%;
}

/* Responsive iframe */
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Product-tag{
    color:#000000 ; 
}
.Product-tag:hover {
    text-decoration: underline;
}
