.new-eeat section {
    padding-block: 50px;
}

.new-eeat .container {
    max-width: 1140px;
    width: 100%;
}

.new-eeat .eeat-content {
    position: relative;
    margin-top: 65px;
}

.new-eeat .eeat-content img {
    position: absolute;
    left: 48%;
    bottom: 92%;
    height: auto;
    width: 65px;
}

.new-eeat .content-box-one {
    background-color: #F2FBFF;
    border: 2px dashed #5896c1;
    min-width: 40%;
    width: 40%;
    margin: 0 auto 15px;
}

.new-eeat .titleContent {
    padding: 5px;
}

.new-eeat .sec-title {
    font-size: 23px;
    text-transform: uppercase;
    color: #005e9c;
    text-align: center;
    font-weight: 700;
}

.new-eeat .titleContent .margBottom {
    margin-bottom: 10px;
}

.new-eeat .titleContent p {
    line-height: 20px;
    color: #233253;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.new-eeat .content-box-two {
    text-align: center;
}

.new-eeat .content-box-two h3 {
    font-weight: 600;
    font-size: 21px;
    color: #233253;
    text-transform: uppercase;
}

.new-eeat .content-box-two p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 15px;
    color: #454545;
    font-weight: 300;
}
.new-eeat .content-box-two p a {
    font-size: 13px;
    font-weight: 300;
    color: #007bff;
    line-height: 15px;
}

.new-eeat .titleContent img {
    display: none;
}

@media screen and (max-width: 768px) {
    .new-eeat section {
        padding-block: 20px;
    }

    .new-eeat .content-box-one {
        border: 1px solid #ed1c24;
        border-radius: 5px;
    }

    .new-eeat .desktopImg {
        display: none;
    }

    .new-eeat .titleContent img.mobileImg {
        display: block;
    }

    .new-eeat .titleContent {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 20px 15px 20px;
    }

    .new-eeat .content-box-one {
        min-width: 100%;
        width: 100%;
    }

    .new-eeat .eeat-content {
        margin-top: unset;
    }

    .new-eeat .eeat-content img {
        position: relative;
        left: 0;
        border-right: 2px dashed #5896c1;
        padding-right: 20px;
    }

    .new-eeat .titleContent img {
        display: block;
    }

    .new-eeat .sec-title,
    .new-eeat .titleContent p {
        text-align: left;
    }

    .new-eeat .mobileCnt {
        padding-left: 20px;
    }

    .new-eeat .titleContent p {
        font-size: 19px;
    }

    .new-eeat .sec-title {
        font-size: 20px;
        margin-top: unset;
    }
}
.termSectionCommon .addAccordion .new-eeat section {
    padding-block: 20px;
}