.banner-section {
    min-height: 100dvh;
    padding: 130px 0 40px;
    background: #F0E9D8;
    display: flex;
    align-items: center;
}

.banner-section .container .section-item.text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.banner-section .container .section-item.text-section .buttons-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .banner-section {
        padding: 150px 0 60px;
    }
}

@media screen and (max-width: 600px) {
    .banner-section {
        padding: 170px 0 80px;
    }
}