html, body {
   
    font-size: 62.5%;
}

img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

div{
    width: 100%;
}
section{
   width: 100%;
}
h3{
    font-size: 4em;
    text-align: center;
}
h4{
    font-size: 4em;
    text-align: center;
    margin: 5px auto;
}
p{
    text-align: center;
    font-size: 3em;
}
.noticeContainer{
    width: 100%;
    
}
.notice{
    background-color: yellow;
    font-weight: bold;
    position: relative;
    border: solid 1px black;
    margin-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

i {
    font-size: 6em;
}
#leftExcl{
    position: absolute;
    top: 40%;
    left: 10%;
}
#rightExcl{
    position: absolute;
    top: 40%;
    right: 10%;
}
.notice p {
    width: 62%;
    margin: auto;
}

.locationContainer{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}

.locationContainer section{
    width: 32%;
    min-width: 200px;
    max-width: 340px;
    border: solid 1px black;
    margin: 1px;
    border-radius: 5px;
}

#pardon{
    width: fit-content;
    font-size: 4em;
    font-weight: bold;
    border: solid 1px black;
    margin: 0 auto;
    padding: 5px;
    background-color: #69caff;
    border-radius: 5px;
}

#location{
    margin: 0;
}

#insure {
    font-weight: bold;
}


@media screen and (max-width: 650px)  {
    .locationContainer section{
        width: 100%;
        margin: 1px auto;
    }

}