.banner {
    width: 100%;
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 1150px;
}

.banner h1 {
    font-size: 65px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}
.banner p{
    width: 1200px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    margin-top: 300px;
}
.events{
    width: 1150px;
    margin: 0 auto;
    margin-top: 50px;
}
.events .content{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.events .text{
    width: 550px;
}
.picture{
    width: 550px;
}
.picture img{
    width: 100%;
    border-radius: 30px;
}
.mid{
    border-top: 4px solid #e9d9cc;
    border-bottom: 4px solid #e9d9cc;
}
.events h2{
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
    color: #795131;
}
.events h4{
    font-size: 20px;
    margin-top: 20px;
    width: 450px;
    color: #795131;
}
.events p{
    width: 450px;
    font-size: 16px;
    margin-top: 80px;
    color: #795131;
}
@media (max-width: 780px) {
    .banner img{
        min-height: 280px;
    }
    .banner .content{
        width: 94%;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%,50%);
    }
    .banner h1{
        width: 90%;
        font-size: 40px;
    }
    .banner p{
        width: 90%;
        margin-top: 25px;
        font-size: 18px;
    }
    .events{
        width: 100%;
    }
    .events .content{
        width: 94%;
        padding: 20px;
        margin: 0 auto;
        display: block;
        border: 2px dotted #795131;
        margin-bottom: 25px;
        border-radius: 15px;
    }
    .events .text{
        width: 100%;
    }
    .picture{
        width: 100%;
    }
    .events p{
        margin-top: 20px;
        padding-bottom: 15px;
        width: 100%;
        
    }
    .events h4{
        width: 100%;
    }
}