/* Override */
#inner-page-wrapper {
    padding: 0;
}

#inner-page-wrapper > .container {
    max-width: 100%;
    padding: 0;
}

.global-txt {
    font-family: var(--font-family-default);
    font-size: clamp(16px,0.89vw,17px);
    line-height: 1.7;
}

.global-txt p {
    margin: 0 0 clamp(15px,1.51vw,29px);
}


/* Section 1 */
.ip-his-sec {
    background: #F3F3F3;
    padding: 138px 15px;
}

.accent-bg {
    left: auto;
    max-width: 572px;
    width: 100%;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    background: #0F6295;
}

.accent-bg > .bg-canvas {
    opacity: 0.2;
}

.accent-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F3F3F3;
    background: linear-gradient(90deg, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 0) 100%);
    z-index: 2;
}

.ip-his-sec .ip-his-col {
    width: 50%;
}

.ip-his-sec .ip-his-col.img {
    padding: 0 0 0 30px;
}

.ip-his-sec .ip-his-col.img .ip-his-col-inner {
    max-width: 652px;
    width: 100%;
    margin: 0 0 0 auto;
}

.ip-his-sec .ip-his-txt {
    margin: clamp(30px, 2.86vw, 55px) 0 0;
    max-width: 719px;
    width: 100%;
}

.ip-his-sec .ip-his-txt h3 {
    font-family: var(--font-family-title-alt);
    font-size: 25px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
}

.ip-his-sec .his-btns {
    max-width: 617px;
    width: 100%;
    margin: clamp(30px,2.86vw,55px) 0 0;
}

.ip-his-sec .his-btn {
    width: 50%;
}

.ip-his-sec .his-btn:last-child a {
    margin: 0 0 0 auto;
}

.ip-his-sec .his-btn:last-child {
    padding: 0 0 0 10px;
}

.ip-his-sec .his-btn .outline {
    border: 1px solid var(--primary);
    background: transparent;
    color: var(--primary);
}

@media only screen and (max-width : 1024px) { 

    .img-wrapper canvas {
        min-height: auto !important;
    }

    .ip-his-col {
        width: 100% !important;
    }

    .ip-his-sec {
        padding: 50px 15px !important;
    }

    .global-title.left::after {
        margin: auto;
        left: 0;
    }

    .global-title.left {
        align-items: center;
        text-align: center;
    }

    .global-txt {
        text-align: center;
    }

    .ip-his-sec {
        padding: 70px 15px;
    }

    .ip-his-sec .ip-his-col {
        width: 100%;
    }

    .ip-his-sec .ip-his-main {
        flex-direction: column-reverse;
    }

    .ip-his-sec .ip-his-col.img {
        padding: 0 0 70px;
    }

    .ip-his-sec .ip-his-col.img .ip-his-col-inner,
    .ip-his-sec .ip-his-col.content .ip-his-col-inner {
        max-width: 500px;
        margin: auto;
    }

    .accent-bg {
        width: 20%;
        display: none;
    }

    .ip-his-sec .his-btns {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ip-his-sec .his-btn:last-child {
        padding: 10px 0 0;
    }

    .ip-his-sec .his-btn {
        width: 100%;
    }

    .ip-his-sec .his-btn a {
        margin: auto !important;
    }

}