.heading {
    font-size: 1.1rem;
    margin-top: 10px;
}

.article {
    font-size: 0.9rem;
    color: rgb(146, 146, 146);
}

.sections {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.current_page_container {
    width: 200px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 50px;
    border-bottom: 3px solid rgb(0, 0, 0);
    border-radius: 10px;
}

.current_page_text {
    color: rgb(159, 0, 0);
    font-size: 1.8rem;
}



.section1 {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.container-left1 {
    display: flex;
    flex-direction: column;
    color: white;
    margin-left: 40px;
    padding: 24px 31px;
    width: 33%;
    border: 2px solid rgb(163, 0, 0);
    border-radius: 10px;
    border-left: transparent;
    border-right: transparent;
}

.container-right1 {
    margin-left: 20px;
    width: 50%;
}

/* --------------------------------------------------------- */
.section2 {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.container-left2 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 33%;
    border: 2px solid rgb(163, 0, 0);
    border-radius: 10px;
    border-left: transparent;
    border-right: transparent;
}

.container-right2 {
    margin-left: 20px;
    width: 33%;
}

/* --------------------------------------------------- */

.section3 {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
}

.container-left3 {
    display: flex;
    flex-direction: column;
    color: white;
    width: 33%;
    border: 2px solid rgb(163, 0, 0);
    border-radius: 10px;
    border-left: transparent;
    border-right: transparent;
}

.container-right3 {
    margin-left: 20px;
    width: 50%;
}

.pics {
    height: 250px;
}
