img {
	width: 100%;
	height: auto;
	}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&amp;display=swap');

.fashion-content {
    font-family: 'Montserrat', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #333;
}

.fashion-content p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
}

.fashion-content h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 40px 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fashion-content .highlight {
    font-weight: 500;
    color: #000;
}

.fashion-content .locations {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin: 30px 0;
}

.fashion-content img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 0px;
    pointer-events: none;
}