.center {
    padding-top: 84px;
    gap:24px;
}

.section_title {
    color: rgb(245, 243, 243);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 35px;
    padding: 8px 16px;
    gap: 10px;
    text-align: center;
    background-color: rgb(76, 35, 35);
}
.section_title p {
    font-size: 24px;
}
