
.l-container__address {
    position: relative;
    width: 49vw;
    padding: 1em;
    float: left;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

p {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
}



.t-address__map {
    color: #464646;
    font-size: 1.2rem;
}

.link__content {
    display: inline;
    padding: 2px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #3f3f3f;
    text-decoration: underline;
}

.link__content:hover {
    background-color: #007f95;
    color: #fff;
    text-decoration: none;
}

.map__location {
    height: 200px;
}

.c-rte__entry {
    margin-bottom: 30px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.15);
}

.c-rte__entry h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.2rem;
    line-height: 1.1;
}

.c-rte__entry h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.3rem;
    line-height: 1.2;
}

.c-rte__entry p {
    margin-bottom: 0px;
}

.l-label__entry {
    line-height: 1;
}

.image {
    display: block;
}

.l-image__label {
    margin-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 20px !important;
}

.c-container__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .t-address__map {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .t-address__map {
        font-size: 1.2rem;
        line-height: 1.25;
    }
}

@media screen and (max-width: 479px) {
    .t-address__map {
        font-size: 1.2rem;
        line-height: 1.25;
    }
}

