.Opening h1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 15px;
    border-bottom: solid 1.5px;
    font-size: clamp(24px,4vw,36px)
}
.Opening dl{
    display: table;
    width: 100%;
    border: solid #e4e4e4;
    border-width: 1px 0;
    font-size: clamp(20px,4vw,28px)
}
.Opening dt{
    display: table-cell;
    padding: 0.4rem;
}

.Opening dd{
    text-align: right;
    display: table-cell;
    padding: 0.4rem;
}

.Location h1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: solid 1.5px;
    font-size: clamp(24px,4vw,36px)
}
.map-container{
    text-align: center;
}
address{
    text-align: center;
    font-size: 25px;
    padding: 20px;
}
iframe{
    width: 100%;
    height: 600px;
    border: 5px;
}
