    .editorial-board {
        border-bottom: 0px none rgb(128, 130, 133);
        margin: 50px;
        border-radius: 20px;
        border: solid gray 4px;
        padding: 40px 80px;
        background-color: #E0FFFF;
        box-sizing: border-box;
        display: block;
        background-image: none;
        /* text-align: center; */
    }

    .header-section {
        margin-bottom: 24px;
        overflow-wrap: break-word;
        box-sizing: border-box;
        display: block;
    }

    .headline {
        margin-bottom: 5.54667px;
        font-weight: 600;
        line-height: 33.28px;
        box-sizing: border-box;
        color: #E20015;
        font-size: 30px;
        clear: both;
        border: 0px none rgb(128, 130, 133);
        font-style: normal;
        outline: rgb(128, 130, 133) none 0px;
        padding: 0px;
        vertical-align: baseline;
        text-align: center;
    }

    .content-section {
        counter-reset: footnotes 0;
        overflow-wrap: break-word;
        box-sizing: border-box;
        border: 0px none rgb(128, 130, 133);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        margin: 0px;
        outline: rgb(128, 130, 133) none 0px;
        padding: 0px;
        vertical-align: baseline;
        color: rgb(51, 51, 51);

    }

    .paraDiv {
        display: flex;
        flex-direction: column-reverse;
        /* gap: 43px; */
        align-items: center;
        /* justify-content: space-evenly; */
        margin-top: 40px;
        text-align: center;
    }

    .paraDiv>img {
        max-height: 240px;
        width: auto;

    }

    .paragraph {
        margin-bottom: 25.6px;
        box-sizing: border-box;
        border: 0px none rgb(128, 130, 133);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        outline: rgb(128, 130, 133) none 0px;
        padding: 0px;
        vertical-align: baseline;
    }

    .editor-in-chief {
        font-size: 25px;
        margin-bottom: 40px;
        box-sizing: border-box;
        border: 0px none rgb(155, 81, 224);
        font-style: normal;
        font-weight: 400;
        margin: 0px 0px 40px;
        outline: rgb(155, 81, 224) none 0px;
        padding: 0px;
        vertical-align: baseline;
        color: rgb(155, 81, 224);
    }

    .editor-title {
        font-weight: 700;
        box-sizing: border-box;
        border: 0px none rgb(155, 81, 224);
        font-size: 25px;
        font-style: normal;
        margin: 0px;
        outline: rgb(155, 81, 224) none 0px;
        padding: 0px;
        vertical-align: baseline;
        color: #213C96;
    }

    .associate-editor {
        margin-bottom: 25.6px;
        box-sizing: border-box;
        border: 0px none rgb(128, 130, 133);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        outline: rgb(128, 130, 133) none 0px;
        padding: 0px;
        vertical-align: baseline;
        color: rgb(51, 51, 51);
    }

    .editor-member {
        font-weight: 700;
        box-sizing: border-box;
        border: 0px none rgb(128, 130, 133);
        font-size: 20px;
        font-style: normal;
        margin: 0px;
        outline: rgb(128, 130, 133) none 0px;
        padding: 0px;
        vertical-align: baseline;
        color: black;
    }

    .designation {
        color: black;
        font-size: 17px;
        font-weight: 500;
    }

    .email {
        box-sizing: border-box;
    }

    .editorial-member {
        font-weight: 700;
        box-sizing: border-box;
        border: 0px none rgb(128, 130, 133);
        font-size: 16px;
        font-style: normal;
        margin: 0px;
        outline: rgb(128, 130, 133) none 0px;
        padding: 0px;
        vertical-align: baseline;
    }

    .advisory-editor {
        font-weight: 700;
        box-sizing: border-box;
        border: 0px none rgb(128, 130, 133);
        font-size: 16px;
        font-style: normal;
        margin: 0px;
        outline: rgb(128, 130, 133) none 0px;
        padding: 0px;
        vertical-align: baseline
    }

    .advisory-title {
        font-weight: 700;
        box-sizing: border-box;
        border: 0px none rgb(128, 130, 133);
        font-size: 16px;
        font-style: normal;
        margin: 0px;
        outline: rgb(128, 130, 133) none 0px;
        padding: 0px;
        vertical-align: baseline;
    }

    .section-title {
        font-weight: 700;
        box-sizing: border-box;
        border: 0px none rgb(128, 130, 133);
        font-size: 20px;
        font-style: normal;
        margin: 0px;
        outline: rgb(0, 208, 132) none 0px;
        padding: 0px;
        vertical-align: baseline;
    }

    .contact-info {
        font-weight: 700;
        box-sizing: border-box;
        border: 0px none rgb(128, 130, 133);
        font-size: 16px;
        font-style: normal;
        margin: 0px;
        outline: rgb(128, 130, 133) none 0px;
        padding: 0px;
        vertical-align: baseline;
    }

    .technical-editor {
        font-weight: 700;
        box-sizing: border-box;
        border: 0px none rgb(128, 130, 133);
        font-size: 16px;
        font-style: normal;
        margin: 0px;
        outline: rgb(128, 130, 133) none 0px;
        padding: 0px;
        vertical-align: baseline;
    }

    .footer-section {
        box-sizing: border-box;
    }


    @media (max-width: 767px) {
        .editorial-board {
            margin: 10px;
            padding: 19px;
        }

        .paragraph {
            font-size: 14px;
        }

        .associate-editor {
            font-size: 15px;
        }
    }