@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%;
    overflow-x: hidden;
}

.MarginAuto {
    margin: 0 auto;
}

.No-padding {
    padding: 0;
}

.marginTop {
    margin-top: 1em;
}

/**************** Article CSS**************************/
.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;
}

.mainDiv {
    margin-top: 12rem;
    /* padding: 0px 6rem; */
}

.articleHeading {
    font: normal normal bold 40px/51px Heebo;
    letter-spacing: 0px;
    opacity: 1;
    font-size: 4rem;
    font-family: 'Heebo-Regular';
}

.displayFlex {
    display: flex;
}

.writerDetails {
    margin: 1.1rem 0 1rem 1rem;
}

.writeName {
    color: #0261BB;
    font-family: 'Heebo-Regular';
    font-weight: bold;
    font-size: 1.6rem;
}

.writePosition {
    font-size: 1.4rem;
}

.date {
    opacity: 0.73;
    font-weight: bold;
}

.socialMedia {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.socialMedia img {
    margin-right: 1rem;
}

.aligncenter {
    display: flex;
    justify-content: center;
}

.imgWidth {
    height: 70%;
    width: 90%;
}

.grey {
    color: #191919;
}

.imgName {
    text-align: center;
    font-size: 1.6rem;
}

.h5Heading {
    color: #191919;
    font-weight: bold;
    opacity: 1;
}

.subPointes {
    background-color: #F1F8FB;
    padding: 2rem 1.5rem;
}

.pointes {
    color: #191919;
    font-weight: bold;
    margin-top: 3rem;
}

.marginTopNone {
    margin-top: 0 !important;
}

.paragraphNo {
    color: #191919;
    margin-right: 0.5rem;
}

.parameters {
    margin-left: 0.5rem;
    opacity: 1;
}

.paragraph {
    opacity: 1 !important;
    font-size: 1.5rem;
    margin-top: 2rem;
}

.para-bg{
    /* background-color: #E8F6FD; */
    padding: 5px 12px;
    margin-bottom: 15px;
}

ul {
    margin-left: -2rem;
}

.articleImgwidth {
    width: 55%;
    height: 20%;
}

.displayBlock {
    display: flex;
    flex-direction: column;
}

.mt-1 {
    margin-top: 1rem;
}
@media only screen and (max-width:540px){
    .mainDiv {
        padding: 0px 1rem;
        margin-top: 100px;
    }
}
@media only screen and (max-width:395px){
    .articleHeading {
        font-size: 2.5rem;
line-height:3rem;
    }
}

/**************** End Article CSS**************************/