.option_button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: var(--primary);
}

@media(max-width: 768px) {
    .option_button {
        bottom: 65px;
    }
}


.secondary_btn, .secondary_btn:hover {
    border-width: 1.2px;
    font-size: 15px;
    padding: 5px 20px;
}

.section_data {
    padding: 10px 0;
}

.section_data p {
    font-size: 15px;
}