@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**************************/
.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 img {
    margin-left: auto;
    margin-right: auto;
    height: 70%;
}

.darkSilve {
    color: #6d6d6d;
}

.grey {
    color: #191919;
}

.imgName {
    text-align: center;
    font-size: 1.6rem;
}

.paragraph {
    opacity: 1 !important;
    font-size: 1.5rem;
    margin-top: 3rem;
}

.mt-0 {
    margin-top: 0;
}

.headingTitle {
    font-size: 2.5rem;
    font-weight: bold;
}

.benefitsImgName {
    opacity: 0.73 !important;
    font-size: 1.8rem;
}

.imgWidth {
    width: 100%;
    max-width: 100%;
}

.MainParagraph {
    background-color: #eff8ef;
    padding: 1rem;
    margin: 1rem 0rem;
}

.paragraphNo {
    color: #191919;
    margin-right: 0.5rem;
}

.paragraphContent {
    opacity: 1;
    color: #191919;
    margin-left: 0.5rem;
}

.MainParagraph2 {
    background-color: #FCF2F2;
    padding: 1rem;
    margin: 1rem 0rem;
}

.paragraphNo2 {
    color: #FF3131;
    margin-right: 0.5rem;
}

.h3Heading {
    color: #191919;
    font-weight: bold;
}

.subParagraph {
    color: #191919;
    opacity: 1;
}

.differentWays {
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    opacity: 1;
}

.list-style-circle {
    list-style-type: disc;
}

.bold {
    font-weight: bold;
}

.pointes {
    color: #191919;
    font-weight: bold;
    margin-top: 3rem;
}

.ps-4rem {
    margin-left: 4rem;
}

.ms-2rem {
    margin-left: 2rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ms-2 {
    margin-left: .5rem;
}

.h4heading {
    color: #191919;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: -2rem
}

.conclusion {
    margin-top: 5rem;
}

.displyaBlock {
    display: flex;
    flex-direction: column;
}

.frameworksList {
    margin-left: -2rem;
}

.frameworksList span {
    margin-left: 1.5rem;
}

.marginLeftforUList {
    margin-left: 5rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

@media only screen and (max-width: 1200px) {
    .marginLeftforUList {
        margin-left: 1rem;
    }
}

@media only screen and (max-width:540px) {
    .frameworksList {
        display: block;
    }

    .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**************************/