@font-face {
    font-family: Heebo-Thin;
    src: url("../../../fonts/Heebo-Thin.ttf");
}

@font-face {
    font-family: Heebo-Black;
    src: url("../../../fonts/Heebo-Black.ttf");
}

@font-face {
    font-family: Heebo-Bold;
    src: url("../../../fonts/Heebo-Bold.ttf");
}

@font-face {
    font-family: Heebo-ExtraBold;
    src: url("../../../fonts/Heebo-ExtraBold.ttf");
}

@font-face {
    font-family: Heebo-Light;
    src: url("../../../fonts/Heebo-Light.ttf");
}

@font-face {
    font-family: Heebo-Medium;
    src: url("../../../fonts/Heebo-Medium.ttf");
}

@font-face {
    font-family: Heebo-Regular;
    src: url("../../../fonts/Heebo-Regular.ttf");
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: Heebo-Regular;
    max-width: 100%;
}

.MarginAuto {
    margin: 0 auto;
}

.No-padding {
    padding: 0;
}

.marginTop {
    margin-top: 0.4em;
}

/**************** Article CSS**************************/

.leadingtheway {
    margin-bottom: 30px;
}

.button-container {
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-container {
    padding-top: 20px;
}

#more-articles {
    border-color: green;
    text-transform: uppercase;
    color: green;
    font-family: Heebo-Medium;
    background-color: #ffff;
    height: 38px;
    font-size: 16px;
}


.mainDiv {
    margin-top: 8rem;
    /* padding: 0px 2rem; */
}

.subtitle {
    font-size: 18px !important;
    font-family: Heebo-Medium;
    margin-bottom: 15px;
    color: #909090 !important;
}

.articleHeading {
    font: normal normal bold 40px/51px Heebo;
    letter-spacing: 0px;
    opacity: 1;
    /* font-size: 3rem; */
    font-family: 'Heebo-Regular';
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.displayFlex {
    display: flex;
    align-items: center;
}

.writerDetails {
    margin: 1.1rem 0 1rem 1rem;
}

.highlight-text {
    color: #0261BB;
    font-family: 'Heebo-Bold';
    font-style: italic;
}



.writeName {
    color: #0261BB;
    font-family: 'Heebo-Regular';
    font-weight: bold;
    font-size: 1rem;
}

.writePosition {
    font-size: 1rem;
}

.bold-item {
    font-style: italic;
}

.socialMedia {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.socialMedia img {
    margin-right: 0.7rem;
}

.aligncenter img {
    margin-left: auto;
    margin-right: auto;
}

.grey {
    color: #191919;
}

.imgName {
    text-align: center;
    font-size: 1.6rem;
}

.paragraph {
    opacity: 1 !important;
    font-size: 1rem;
    margin-top: 2rem;
}

.imgWidth {
    width: 100%;
    max-width: 100%;
}

.imgWidth60 {
    max-width: 97rem;
    max-height: 45.9rem;
}

.displyaBlock {
    display: flex;
    flex-direction: column;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-3 {
    margin-top: 1rem;
}

.img-heading {
    font-family: Heebo-Medium;
    font-size: 22px;
    color: #191919;
}

/* removing default margin of list */
.list-para {
    margin: 0rem 0 0.5rem -1rem;
}

.list-heading {
    margin: 1rem 0 0.5rem 0;
    font-family: Heebo-Medium;
}

::marker {
    font-family: 'Heebo-Medium';
}

ul {
    list-style-type: disc;
}


@media only screen and (min-width: 991px) {
    .imgWidth60 {
        display: flex;
    }
}

@media only screen and (max-width:540px) {
    .mainDiv {
        padding: 0px 1rem;
        margin-top: 8rem;
    }
}

@media only screen and (max-width:395px) {
    .articleHeading {
        font-size: 2.5rem;

    }
}

@media only screen and (max-width: 768px) {
    .more-articles-container {
        padding-top: 12px;
    }
}


/**************** End Article CSS**************************/