.detail-images article {
    height: 50rem;
    background-position: center center;
    background-size: cover;
    margin: 0 1.5rem;
    width: 90rem;
}


.detail-images {
    padding-top:0;
    padding-bottom: 0;
}

.main-text-section h2 {
    font-size: 3.2rem;
}

.main-text-section p, .main-text-section .location {
    color: var(--text-gray-color);
    margin-bottom: 2rem;
}

.main-text-section .location span {
    font-weight: 600;
}
.go-back-link {
    margin: 4rem 0;
}
.go-back-link a {
    display: inline-block;
    font-size: 1.8rem;
}

.container {
    display: flex;
    flex-direction: column;
}

.details {
    color: var(--primary-color);
}