.cos-one .border-box {
    border: 1px solid #ddd;
    position: relative;
    line-height: 1.45em;
    margin-bottom: 0 !important;
}

@media(min-width: 992px) {
    .cos-one .border-box {
        padding-left: 60px;
    }

    .cos-one .border-box img {
        position: absolute;
        left: 15px;
        top: 15px;
        max-width: 50px;
    }
}

.cos-one h3,.cos-one .small-title {
    margin-bottom: 10px;
}
.imm-two {
    padding: 20px 30px;
    margin: 40px 0 50px 0;
    border: 2px solid #d9e0ca;
    border-radius: 30px;
    position: relative;
}
.imm-two p{
    margin-bottom: 10px;
}

@media(min-width: 992px) {
    .imm-two {
        padding-top: 40px;
    }
    .grid-item .imm-two h3, div[class*="col-md"] .imm-two h3{
        font-size: 1.75rem;
    }
    .imm-two h3 {
        position: absolute;
        left: 50%;
        top: -27px;
        transform: translateX(-50%);
        display: inline-block;
        align-content: center;
        padding: 0;
        min-height: 52px;
        background: #ecf2e9;
        text-align: center;
    }

    .imm-two h3:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 50px;
        height: 100%;
        clip-path: polygon(0 50%, 100% 100%, 100% 0);
        background: #ecf2e9;
        left: -49px;
        top: 0;
        border-radius: 0;
    }

    .imm-two h3:after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 50px;
        height: 100%;
        clip-path: polygon(0 100%, 100% 50%, 0 0);
        background: #ecf2e9;
        top: 0;
        border-radius: 0;
        bottom: 0;
        left: 100%;
    }
    .grid-item .imm-two{
        margin-bottom: 0;
    }
}

@media(min-width: 992px) {
    .rna-two {
        position: relative;
        padding-left: 160px;
    }

    .rna-two img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .rna-two.alc-img img {
        left: 25px;
    }

    .rna-two:after {
        content: '';
        display: inline-block;
        width: 15px;
        height: 30px;
        background: url("../../upload/image/rna-technology-arrow.png") no-repeat center;
        background-size: contain;
        position: absolute;
        left: 47px;
        bottom: -15px;
    }

    .rna-two-last:after {
        display: none;
    }
}

.rna-two h3>span {
    display: inline-block;
    padding: 6px 10px;
    background: #82ab28;
    color: #fff;
    margin-right: 10px;
}

.rna-two h3 {
    background: #ecf2e9;
    font-size: 1.08em;
}
.pay-two>div{
    position: relative;
    padding-left: 40px;
}
.pay-two span {
    display: inline-flex;
    color: #ec9e40;
    position: absolute;
    left: 10px;
    top: -3px;
    font-weight: bold;
    font-size: 1.2em;
}
@media(max-width: 992px){
    .owl-nano .img-box{
        height: 250px;
    }
    .ihc-one{
        padding: 0 10px 10px 10px;
    }
}


@media(min-width: 992px) {
    .ihc-one {
        display: flex;
        grid-gap: 15px;
        padding: 0 20px 0 0;
    }

    .ihc-one>span {
        width: 50px;
    }

    .ihc-one>div {
        width: calc(100% - 50px)
    }
    .owl-nano .img-box{
        height: 320px;
    }
}

.ihc-one {
    background: #f6f6f6;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: .96em;
    line-height: 1.45em;
    height: 100%;
    border: 1px solid #ddd;
}

.ihc-one p:last-child {
    margin-bottom: 0;
}

.ihc-one>span {
    display: flex;
    min-height: 20px;
    background: #f3c38a;
    color: #403425;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
}

.ihc-one>div {
    padding: 15px 0 5px 0;
}

.ihc-one .small-title,.ihc-one h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.ihc-one p,.ihc-one h3 {
    margin-bottom: 10px;
}

.border-title {
    padding: 15px 0 10px 35px;
    position: relative;
}

.border-title:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 30px;
    background: #f5a601;
    transform: skewX(-15deg);
    position: absolute;
    left: 0;
    top: 15px;
}

.border-title.text-center {
    padding: 15px 0 0;
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
    justify-content: center;
}

.border-title.text-center:before {
    position: static;
    margin-right: 25px;
}

.bg-title{
    padding: 10px 20px;
    border-left: 10px solid #82ab28;
    background: #f2f2f2;
    margin-bottom: 30px;
    color: #82ab28;
}
.apoc-one{
    margin-bottom: 0;
}
.apoc-one .nav-tabs{
    border-bottom: none;
    margin-bottom: 10px;
}
.apoc-one .nav-tabs>li{
    float: none;;
    margin-bottom: 10px;
}
.target-one{
    text-align: center;
    grid-gap: 0;
    border-bottom: none;
}
.target-one+.tab-content{
    margin-bottom: 30px;
}
.target-one>li>a{
    margin-right: 0;
}
.explore-box a{
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    background: #ffff;
    transition: all ease .4s;
}
.explore-box .img-box{
    height: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.explore-box a:hover{
    transform: scale(1.04);
}
.explore-box .small-title{
    font-size: 1.1em;
    height: calc(100% - 180px);
    align-content: center;
    padding: 0 10px;
}