
.m_plat_div1{
    width: 100%;
    height: auto;
}
.m_plat_div1_body {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}
.m_plat_div1_body_title{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.m_plat_span1{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 1rem 0rem;
}

.m_plat_span2{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: justify;
    text-indent: 2em;
}
.m_plat_span3{

}
.m_plat_span3>img{
    width: 100%;
}

.m_f_div4{
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
}
.m_f_div4_body{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.m_f_div4_body_title{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.m_f_div4_body_title span:nth-of-type(1){
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-bottom: 1rem;
}
.m_f_div4_body_title span:nth-of-type(2){
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 1rem;
}

.m_f_div4_body_ims{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m_f_span1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 14px;
}
.m_f_span1 img{
    width: 60px;
}

.m_f_div5_body_ims{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.m_f_div5_body_ims img{
    width: 100%;
}
.m_f_div5_body_ims span{
    width: 44%;
    margin-bottom: 1rem;
}


