.section_8{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 20px;
    padding-top: 100px;
    margin: 100px auto;
}


.section_8 .col1{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.section_8 .col1_item{
    display: flex;
    font-size: 1.4em;
    align-items: center;
    max-width: 260px;
}
.section_8 .col1_item i{
    margin-right: 10px;
}
.section_8 .col1 .title{
    font-size: 2.2em;
    font-weight: bold;
}
.section_8 .col1 .phone{
}
.section_8 .col1 .email{
}
.section_8 .col1 .address{
}


.section_8 .col2{
    width: 60%;
}
.section_8 .col2 iframe{
    width: 100%;
    height: 400px;
}


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

}
@media screen and (max-width: 769px) {
    .section_8 .col1{
        padding-left: 40px;
        width: 100%;
        justify-content: left;
    }
    .section_8 .col2{
        width: 100%;
    }

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

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

}