.open_positions {
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    width: 100%; 
    padding: 20px;
}

.big_title{
    margin-bottom: 7rem;
}

.page_header{
    margin-top: -2rem;
}

.left_column, .right_column {
    flex: 1; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    color: black;
}

.positions_list {
    list-style-type: none; 
    padding: 0; 
    margin-top: -3rem;
    font-size: 18px;
    font-weight: 250;
    margin-bottom: 2rem;
    text-align: left;
}

.positions_list li{
    margin-bottom: 1.5rem
}

.marker {
    color: var(--santco_color); 
    font-size: 1.2em; 
    font-weight: bold;
    display: inline-block;
    transform: scaleY(1.7); 
    line-height: 0.8; 
    margin-right: 1rem;
}

.marker, li {
    display: inline; /* Makes both elements inline */
}

.positions_list div {
    margin-bottom: 1.5rem; /* Adjust the value as needed */
}



.open_positions_description{
    color: rgba(0, 0, 0, 0.826);
    font-size: 18px;
    font-weight: 250;
    width: 61vw;
    text-align: justify;
    margin: 0 auto; 
    margin-top: -1rem;
}

.open_positions_button {
    display: block; /* Makes the button a block-level element */
    margin: 0 auto; /* Automatically aligns it to the center horizontally */ 
    border: none; /* Optional: Remove border */
    cursor: pointer; /* Optional: Adds the pointer cursor on hover */
    margin-top: 2rem;
    margin-bottom: 5rem;
    background-color: var(--santco_color);
}
