.post-header {
    margin: auto;
    max-width: 1520px; 
}

.box-1 { 
    display: flex;
    flex-direction: row; 
    width: 100%;
    margin: 30px 40px;
    max-width: 1440px;
    background-color: rgb(0, 98, 65);
}

.side-1, .side-2 { 
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    color: white;
    justify-content: center;
    text-align: center;

}


.drink1, .drink2 {
    width: 100%;
    height: auto;
}


.our-treat { 
    font-size: 24px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.rewards { 
    font-size: 19px;
    font-weight: 400;
    width: 550px;
    margin-bottom: 32px;
    letter-spacing: -0.16px;
    line-height: 33px;
}

.join { 
    background-color: transparent;
    color: white;
    border: solid; 
    border-color: white;
    border-width: 1px;
    height: 35px;
    width: 101px; 
    border-radius: 18px;
    font-family: "SoDo Sans SemiBold";
    font-size: 16px;
}

.join:hover { 
    background-color: rgba(0, 0, 0, 0.06);
}

.box-2 { 
    display: flex;
    flex-direction: row; 
    width: 100%;
    margin: 30px 40px;
    max-width: 1440px;
    background-color: rgb(163, 2, 154)
}

.new-side-1, .new-side-2 { 
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    color: white;
    justify-content: center;
    text-align: center;

}

.order-now { 
    background-color: transparent;
    color: white;
    border: solid; 
    border-color: white;
    border-width: 1px;
    height: 35px;
    width: 115px; 
    border-radius: 18px;
    font-family: "SoDo Sans SemiBold";
    font-size: 16px;
}

.order-now:hover { 
    background-color: rgba(0, 0, 0, 0.06);
}


.text-box { 
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 40px;
    max-width: 1440px;
    padding-top: 32px;
    padding-bottom: 32px;
    
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(228, 228, 228);
}

.big-text { 
    display: flex;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    width: 600px;
    line-height: 25.2px;
}

