* {
    margin: 0;
    padding: 0;
}

section {
    width: 100%;
    height: 100%;
}

    section .se-bx1 {
        width: 100%;
        padding: 120px 0;
        background-image: url("../../../image/Views/aboutus.png");
        background-repeat: no-repeat;
    }

        section .se-bx1 .bx1-d {
            width: 63%;
            height: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            section .se-bx1 .bx1-d .d-p2 {
                font-size: 16px;
                font-weight: 400;
                color: rgba(255, 255, 255, 1);
                padding-top: 10px;
                text-align: center;
            }

    section .se-bx2 {
        width: 100%;
        height: 100%;
        margin-top: 60px;
    }

        section .se-bx2 .bx2-d2 {
            width: 63%;
            height: 100%;
            margin: 0 auto;
        }

            section .se-bx2 .bx2-d2 .d2-p1 {
                font-size: 16px;
                font-weight: 400;
                color: rgba(74, 82, 89, 1);
                margin-bottom: 32px;
                text-indent: 2em;
            }

            section .se-bx2 .bx2-d2 .d2-mg1 {
                width: 488px;
                height: 298px;
                margin: 0 auto;
                margin-bottom: 84px;
            }

                section .se-bx2 .bx2-d2 .d2-mg1 img {
                    width: 100%;
                    height: 100%;
                }




@media screen and (max-width:556px) {
    section .se-bx1 {
        padding: 0 0 50px 0;
    }

        section .se-bx1 .bx1-d {
            width: 80%;
        }

            section .se-bx1 .bx1-d .d-p2 {
                padding-top: 0px;
            }

    section .se-bx2 {
        margin-top: 10px;
    }

        section .se-bx2 .bx2-d2 {
            width: 90%;
        }

            section .se-bx2 .bx2-d2 .d2-mg1 {
                width: 100%;
                height: auto;
                margin-bottom: 40px;
            }

                section .se-bx2 .bx2-d2 .d2-mg1 img {
                    width: 90%;
                    height: auto;
                    margin: auto;
                    display: block;
                }
}

@media screen and (min-width:557px) and (max-width:768px) {
    section .se-bx1 {
        padding: 50px 0 80px 0;
    }

        section .se-bx1 .bx1-d {
            width: 80%;
        }

    section .se-bx2 {
        margin-top: 30px;
    }

        section .se-bx2 .bx2-d2 {
            width: 90%;
        }

            section .se-bx2 .bx2-d2 .d2-mg1 {
                width: 100%;
            }

                section .se-bx2 .bx2-d2 .d2-mg1 img {
                    width: 80%;
                    margin: auto;
                    display: block;
                }
}

@media screen and (min-width:769px) and (max-width:996px) {
    section .se-bx1 {
        padding: 50px 0 80px 0;
    }

    section .se-bx2 .bx2-d2 .d2-mg1 {
        margin-bottom: 50px;
    }

        section .se-bx2 .bx2-d2 .d2-mg1 img {
            width: 80%;
            margin: auto;
            display: block;
        }
}

@media screen and (min-width:997px) and (max-width:1200px) {
}
