.section-map{

}
.section-map .phone{
    font-weight: bold;
    margin-top: 20px;
}
.section-map .phone .title{}
.section-map .phone .number{
    font-size: 1.8em;
    margin-top: 10px;
}
.section-map .phone .number i{
    transform: translateY(12px);
    color: var(--main-green);
}

.section-map .section-map_wrap{
    display: flex;
    justify-content: center;

    width: 100%;

    margin-top: 30px;
    gap: 60px;
}
.section-map .section-map_wrap .col1, .section-map .section-map_wrap .col2{
    width: 50%;
}

.section-map .section-map_wrap .col1{
}
.section-map .section-map_wrap .col2{
}

.section-map .section-map_wrap .col2 p{
    margin-bottom: 6px;
    font-family: Arial, sans-serif;
    font-weight: bolder;
    font-size: .8em;
    color: var(--main-black);
}

.section-map .section-map_wrap iframe{
    width: 100%;
    height: 400px;
    border-radius: .25rem;
}

@media screen and (max-width: 1025px) {
    .section-map .section-map_wrap{
        flex-direction: column;
    }
    .section-map .section-map_wrap .col1, .section-map .section-map_wrap .col2{
        width: 100%;
    }
}
@media screen and (max-width: 769px) {

}
@media screen and (max-width: 426px) {

}

@media screen and (max-width: 376px) {

}
@media screen and (max-width: 321px) {
    .section-map .phone .number{
        font-size: 1.6em;
    }

}