.billboard {
    background-image: url(/general-allergy-center/assets/images/overview/billboard.jpg);
}

.billboard [class^=heading] {
    position: relative;
}

.billboard [class^=heading] ._icon {
    width: 125px;
    display: block;
    position: absolute;
    top: calc(50% - 62.5px);
    left: calc(50% - 62.5px);
}

@media screen and (max-width: 639px) {
    .billboard [class^=heading] ._icon {
        width: 78px;
        top: calc(50% - 39px);
        left: calc(50% - 39px);
    }
}
.billboard [class^=heading] ._icon path {
    fill: #fff;
}

#map {
    height: 267px;
    width: 100%;
}

.box-overview {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(252, 134, 32, 0.5);
    border-radius: 25px;
    padding: 25px;
    text-align: center;
    margin-top: 100px;
}

@media screen and (max-width: 639px) {
    .box-overview {
        margin-top: 50px;
    }
}
.box-overview-heading {
    font-size: 28px;
    font-weight: 900;
    color: #FC862A;
}

@media screen and (max-width: 639px) {
    .box-overview-heading {
        font-size: 22px;
        line-height: 1.6em;
    }
}
.box-overview-text {
    margin-top: 5px;
}

@media screen and (max-width: 639px) {
    .box-overview-text {
        margin-top: 10px;
    }
}
.box-overview-tel {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    line-height: 1;
}

@media screen and (max-width: 639px) {
    .box-overview-tel {
        display: block;
    }
}
.box-overview-tel-item {
    font-size: 26px;
    font-weight: 900;
}

@media screen and (max-width: 639px) {
    .box-overview-tel-item {
        font-size: 18px;
    }
}
.box-overview-tel-item:not(:first-child) {
    margin-left: 40px;
}

@media screen and (max-width: 639px) {
    .box-overview-tel-item:not(:first-child) {
        margin-left: 0;
        margin-top: 10px;
    }
}
.box-overview-tel-item-number {
    font-size: 34px;
}

@media screen and (max-width: 639px) {
    .box-overview-tel-item-number {
        font-size: 24px;
    }
}