.topBar .container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0;
}

.articleH1 {
    display: none !important;
}

.article {
    background-color: #f3f3f3;
    box-shadow: inset 0 1px 0 rgb(255 255 255);
    border: 1px solid rgba(0, 0, 0, .075);
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 30px;
    margin-bottom: 20px;
}

.articleBox {
    margin-bottom: 40px;
    width: 100%;
}

.article .col-sm-6 {
    padding: 0;
}

.article img {
    border-radius: 12px;
    width: 100%;
}

.right {
    text-align: right;
}

.column {
    float: left;
    width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.redBtn {
    height: 100%;
}

.redBtn:hover {
    background-color: rgb(245, 63, 23);
}

.button-red-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 5px;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.redBtn {
    background-color: #2e55a5;
    /* Red background color for the buttons */
    color: white;
    /* White text color */
    border: none;
    /* Remove border */
    padding: 10px 10px;
    /* Padding for the buttons */
    font-size: 18px;
    /* Text size */
    cursor: pointer;
    /* Cursor pointer on hover */
    border-radius: 6px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.redBtn a {
    color: #fff;
}

.containerAge .buttonAge {
    background-color: #EA0F0F;
}

button.cta {
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    background-color: #a81818;
    border-radius: 0.375rem;
    padding: 1rem;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 0px 1.75rem;
    text-decoration: none;
    font-weight: 700;
    border-color: #a81818;
}

button.cta:hover {
    background-color: #a81818;
}


button.grey {
    background: #EEEEEE;
    color: black;
    font-size: 17px;
    font-weight: bold;

    padding: 13px;
    border-radius: 0px;
}


button.cta:hover {
    transform: scale(0.98);
    background-color: #EA0F0F;
    box-shadow: 0 0 0 0 #015bcd;
    animation: pulse 2.5s infinite cubic-bezier(.66, 0, 0, 1);
}


button.grey:hover {
    transform: scale(0.98);
    background: #EEEEEE;
}



.textPopUp:hover+#popup {
    display: block;
}

.textPopUp {
    cursor: pointer;
}

#popup {
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    width: 90%;
    max-width: 940px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
    border-radius: 8px;
}

#popup p {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 16px;
}

body {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
}

header {
    display: none;
}

.sectionContainer {
    padding-left: 0px;
    padding-right: 0px;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 0;
}

.contentContainer {
    margin: auto;
    max-width: 100%;
    background: #fff;
    padding-top: 0px;
}

.articleContent {
    max-width: 1200px;
    float: none;
    background: none;
    padding-top: 0px;
}

p {
    font-size: 18px;
    margin-bottom: 25px;
}

.topBar {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 28px 0 25px;
    margin: auto;
    width: calc(100% - 8rem);
}

.rightSideBar {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

.logo img {
    width: 200px;
}

.mainHeading {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px;
    padding: 0 15px;
}

h1 {
    color: #122F25;
    line-height: 1.0;
    font-size: 43px;
    font-weight: 700;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 10px;
}

h2 {
    color: #122F25;
    font-size: 32px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

.articleContent a {
    color: #3826cd;
    text-decoration: underline;
    font-weight: 700;
}

.articleContent a:hover {
    text-decoration: none;
}

.published {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin: 8px auto 8px 0;
}

.createdBy {
    display: flex;
    align-items: center;
    gap: 5px;
}

.createdBy img {
    width: 16px;
    margin-right: 5px;
}

.published p {
    font-size: 16px;
    color: #6d6d6d;
    font-weight: 500;
    margin-bottom: 0;
}

.imgContainer {
    width: 100%;
    margin: 0 auto 20px;
}

.mainContent {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 40px;
}

.description img {
    margin-bottom: 20px;
}

footer {
    background: #fff;
    width: 100%;
    padding: 0;
}

.footerBox {
    width: 100%;
    padding: 40px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.footerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 800px;
}

footer .navButtons a {
    font-size: 15px;
    color: #888;
    text-decoration: none;
}

footer .navButtons a:hover {
    color: #fff;
}

.copyRights {
    background: #fff;
    padding: 20px 0;
    color: #777;
    font-size: 15px;
    width: 100%;
}

.copyRights p {
    font-size: 15px;
    margin-bottom: 0px;
}

footer .logo img {
    margin: auto;
}

.navButtons {
    display: flex;
    gap: 24px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #555555;
    height: 50px;
    align-items: center;
}

.cta {
    display: block;
    margin: 5px auto 30px;
    width: 80% !important;
    text-decoration: none;
    background: #cc0000;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    outline: none;
    letter-spacing: -0.025em;
    padding: 8px 25px;
    text-align: center;
}

.cta:hover {
    background: #990000;
}

button {
    outline: none;
    color: #fff;
    background: unset;
    border: none;
    text-align: center;
}

@media (max-width: 767px) {
    .topBar {
        padding: 20px 0 0;
        width: calc(100% - 2rem);
    }

    .logo img {
        width: 150px;
    }

    .mainHeading {
        margin: 0 auto 20px;
    }

    .published {
        display: flex;
        justify-content: space-evenly;
        gap: 5px;
        margin: 10px auto;
        flex-direction: column;
        align-items: flex-start;
    }

    p {
        font-size: 18px;
    }

    .container {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    .articleContent {
        padding: 10px 0;
    }

    .footerBox .navButtons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 12px;
        height: auto;
    }

    footer .navButtons a {
        font-size: 13px;
    }

    .footerContainer {
        width: 100%;
        padding: 0 5px;
        gap: 20px;
    }

    .copyRights p {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .imgContainer {
        margin: 0 auto 20px;
        padding: 0;
    }

    .articleBox {
        padding: 10px;
        margin-bottom: 0px;
    }

    .article {
        flex-direction: column;
        padding: 15px;
    }

    .button-red-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .published p {
        font-size: 14px;
    }

    .logo {
        padding-left: 0;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .container {
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }

    .footerContainer {
        width: 100%;
    }

    .imgContainer {
        padding: 0 15px;
    }
}