body{
    background-color: #F0F0F0;
}
.ceo_m_container{
    padding-top: 100px;
    padding-bottom: 60px;
}
.ceo_m_wrapper{
    padding-bottom: 60px;
    border-radius: 10px 0 0 10px;
    background-color: #FFFFFF;
    width: 95vw;
    margin-left: auto;
}
.ceo_m_content{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}
.ceo_m_flex01{
    width: 50%;
    position: relative;
    bottom: 20px;
    left: -20px;
}
.ceo_m_flex01 h1{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}
.ceo_m_flex01 p{
    font-size: 16px;
    line-height: 35px;
}
.ceo_m_flex02{
    width: 50%;
    position: relative;
    bottom: 20px;
    left: -20px;
}
.ceo_m_flex02 img{
    width: 100%;
}

.service_m_wrapper{
    padding-bottom: 60px;
    border-radius: 10px 0 0 10px;
    background-color: #FFFFFF;
    width: 95vw;
    margin-left: 0;
    margin-top: 40px;
}
.service_m_content{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.service_m_flex01{
    width: 50%;
    position: relative;
    bottom: 20px;
    right: -20px;
}
.service_m_flex01 img{
    width: 100%;
}
.service_m_flex02{
    width: 50%;
    position: relative;
    bottom: 20px;
    right: -20px;
}
.service_m_flex02 p{
    font-size: 16px;
    line-height: 35px;
}

.service_com_container{
    background-color: #ADDCED;
    margin-top: 60px;
}
.service_com_wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
}
.service_com_content{
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    background-color: #E6FDFF;
    padding: 40px;
    box-sizing: border-box;
}
.service_com_heading{
    margin-bottom: 40px;
}
.service_com_heading p{
    font-size: 30px;
    font-weight: 700;
}
.service_com_heading p span{
    font-size: 20px;
}
.service_com_area{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.service_com01{
    width: 40%;
}
.service_com01 p{
    font-size: 16px;
    background-color: #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
}
.service_com02 p{
    font-size: 16px;
    background-color: #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
}
.service_com02{
    width: 60%;
}
@media screen and (max-width: 1024px) {
    .ceo_m_content,
    .service_m_content,
    .service_com_area {
        flex-direction: column;
        align-items: center;
    }

    .ceo_m_flex01,
    .ceo_m_flex02,
    .service_m_flex01,
    .service_m_flex02,
    .service_com01,
    .service_com02 {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        position: relative;
    }

    .ceo_m_flex01 h1,
    .service_com_heading p {
        font-size: 24px;
    }

    .ceo_m_flex01 p,
    .service_m_flex02 p,
    .service_com01 p,
    .service_com02 p {
        font-size: 15px;
        line-height: 28px;
    }
}
@media screen and (max-width: 768px) {
    .ceo_m_container,
    .service_com_wrapper {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .ceo_m_flex01 h1,
    .service_com_heading p {
        font-size: 20px;
    }

    .ceo_m_flex01 p,
    .service_m_flex02 p,
    .service_com01 p,
    .service_com02 p {
        font-size: 14px;
        line-height: 24px;
    }

    .service_com_content {
        padding: 20px;
    }
}