.main-container{
    max-width: 1440px;
    margin: 0 auto;
}
.announcement{
    display: flex;
    justify-content: center;
    background-color: #d8e8e3;
}
.announcement span{
    padding-top: 3.2rem;
    padding-bottom: 3.2rem; 

}
.announcement span a{
    color: black;
}

.banner-img{
    position: relative;
}

.banner-img img{
    width: 100%;
}
.banner-img .text-over{
    font-style: italic;
    position: absolute;
    color: white;
    top: 3%;
    bottom: 23%;
    max-width: 34%;
    margin-top: 3%;
    font-size: 106%;
    line-height: 29px;
    left: 1%;
}
.banner-img .text-over h3{
    font-family: "Crete Round", Georgia, "Times New Roman", serif;
    font-size: 175%;
    font-style: italic;
}
.banner-img .text-over .butn{
    border: 2px solid white;
    border-radius: 15px;
    font-size: 122%;
    padding: 1% 5%;
}
.banner-img .text-over .butn:hover{
    background-color: white;
    color: black;
    transition: all .7s ease;
    cursor: pointer;
}

.left-right-section{
    display: flex;
    margin-top: 5px;
}
.left-right-section .text{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    justify-content: center;
    color: brown;
    background-color: burlywood;
}
.left-right-section .image{
    display: flex;
    flex-direction: row;
    width: 50%;
}
.main-container section .image img{
    max-width: 100%;
    width: 100%;
}
.text h1, .text h3{
    margin: 0;
    font-weight: 400;
}
.text h1{
    margin-bottom: 24px;
    font-size: 40px;
    text-align: center;
}
.text h3{
    margin-bottom: 34px;
}
.text .cta{
    display: flex;
    border: 2px solid brown;
    border-radius: 50px;
    width: 41%;
    height: 15%;
    font-size: 95%;
    font-weight: 700;
    font-family: sans-serif;
    align-self: center;
    align-items: center;
    justify-content: center;
    padding-top: 6%;    
    padding-bottom: 6%;
}
.text .cta:hover{
    cursor: pointer;
    background-color: rgb(87, 38, 0);
    color: rgb(253, 253, 253);
    transition: all .7s ease;
    width: 54%;
    height: 4%;
    font-size: 21px;
    padding-top: 5%;
    padding-bottom: 5%;
    border: 2px solid white;
}
.chill .text h1{
    font-size: 24px;
    line-height: 1.5;
}
.two-col-container{
    display: flex;
    margin-top: 2%;
    height: 650px;
    width: 100%;
}
.two-col-container .container1,.two-col-container .container2{
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
}
.two-col-container .container1 .text,.two-col-container .container2 .text{
    margin-top: -1%;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 50%;
    justify-content: center;
    color: brown;
    background-color: burlywood;
}
.two-col-container .col-image-container{
    height: 50%;
    width: 100%;
}
.two-col-container .col-image-container img{
    height: 100%;
    width: 100%;
}
.two-col-container .container2{
    margin-left: 8px;
}
.two-col-container .container1{
    margin-right: 8px;
}
.two-col-container .container1 .text,.two-col-container .container2 .text{
    margin-top: 1px;
}