.section-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.01em;
    color: #222225;
    width: auto;
    height: 44px;
    padding-bottom: 12px;
}

.subsection-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #222225;
    width: auto;
    height: 28px;
    margin-bottom: 24px;
    border-bottom: 2.5px solid rgba(217, 221, 232, 1)
}

.packages {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.package-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    width: 100%;
    gap: 20px;
    background: rgba(237, 240, 246, 1);
}

@media (min-width: 560px) {
    .package-item {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .package-item {
        gap: 70px;
    }
}

.package-title {
    flex:2;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #464952;
}

.subtitle {
    font-family: 'Switzer', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #464952;
    width: auto;
    height: 24px;
    margin-bottom: 24px;
}
button.button-primary,
.button-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    background: linear-gradient(90deg, #FA1403 0%, #AD0F03 101.72%);
    color: #FFFFFF;
    border: none;
    font-family: 'Switzer', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 24px;
    width: 153px;
    height: 56px;
    border-radius: 0
}

button.button-primary:hover,
.button-primary:hover {
    text-transform: uppercase;
    color: #2F2F32;
    border: 2.5px solid;
    border-image: linear-gradient(90deg, #FA1403 0%, #AD0F03 101.72%) 1;
    background: none;
}

button.button-secondary,
.button-secondary {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    font-family: 'Switzer', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #2F2F32;
    border: 2.5px solid;
    border-image: linear-gradient(90deg, #FA1403 0%, #AD0F03 101.72%) 1;
    margin: 0 auto;
}

.historical-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 693px;
    height: 352px;
}
.packages-dates {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #464952;
    text-align: center;
}

.event-package {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 20px;
    background: rgba(237, 240, 246, 1);
}

@media (min-width: 560px) {
    .event-package {
        display: flex;
        flex-direction: row;
    }
}

.event-package-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.event-package-col-headline {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #222225;
}