    #hobot_container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        font-family: 'Lato', sans-serif;
        color: #000;
        overflow: hidden;
        text-align: center;
    }

    #hobot_container .lazy{
      width: auto;
      max-width:100%;
      height:auto;
    }

    #hobot_container .hobot_font {
        font-family: 'Lato', sans-serif;
    }

    #hobot_container .hobot_rel {
        position: relative;
    }

    #hobot_container div {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #hobot_container img {
        max-width: 100%;
        display: block;
    }

    #hobot_container p {
        font-size: 1.2rem;
        line-height: 1.35;
        font-weight: normal;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-weight: 400;
    }

    #hobot_container p strong {
        font-weight: bold;
    }

    #hobot_container .hobot_normalPadding {
        padding: 20px;
    }

    #hobot_container .hobot_paddingContent {
        padding: 55px 90px 0 90px;
    }

    #hobot_container h2 {
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
        padding: 0;
        margin: 1 0;
        font-weight: 700;
        color: #2a3b4e;
    }

    #hobot_container h4 {
        font-size: 22px;
        line-height: 1.2;
        padding: 0 2rem;
        margin: 1em;
        font-weight: 500;
        color:#2a3b4e;
    }

    #hobot_container .hobot_half {
        width: 50%;
    }

    #hobot_container .hobot_row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #hobot_container .hobot_row.hobot_right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    #hobot_container .hobot_box {
        width: 50%;
        color: #000;
        text-align: center;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    #hobot_container .hobot_box img {
        position: relative;
    }

    #hobot_container .hobot_box.hobot_content {
        padding: 0 1%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #hobot_container .hobot_box p {
        margin: 0;
        width: 100%;
    }

    #hobot_container .hobot_box .hobot_textBlock p {
        font-weight: 400;
        padding-left: 3%;
        padding-right: 3%;
        width: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #hobot_container ul {
        text-align: left;
        margin: 0 2rem;
    }

    #hobot_container_footer {
        margin-left: 10rem;
    }

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

        #hobot_container h2 {
            font-size: 20px;
        }

        #hobot_container h4 {
            font-size: 16px;
        }


        #hobot_container .hobot_row {
            display: block;
        }

        #hobot_container .hobot_box {
            width: 100%;
        }

        #hobot_container .hobot_box.hobot_content {
            padding: 30px;
        }

        #hobot_container .hobot_box img {
            width: 100%;
            left: 0;
            margin-left: 0;
        }

        #hobot_container_top {
            font-size: 10px;
        }
    }

    @media only screen and (max-width: 340px) {
        #hobot_container h2 {
            font-size: 14px;
        }

        #hobot_container h4 {
            font-size: 12px;
        }

        #hobot_container p,
        tg,
        td {
            font-size: 10px;
        }

        #hobot_container .hobot_row {
            display: block;
        }

        #hobot_container .hobot_box {
            width: 100%;
        }

        #hobot_container .hobot_box.hobot_content {
            padding: 30px;
        }

        #hobot_container .hobot_box img {
            width: 100%;
            left: 0;
            margin-left: 0;
        }

        #hobot_container_top {
            font-size: 10px;
        }
    }
