.section1 {
    width: 100%;
    position: relative;
    z-index: 1;
}

.section1 .banner {
    width: 100%;
    height: 260px;
}

.section1 .text-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.section1 .text-overlay h1 {
    margin: 0;
    font-size: 2.7rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    line-height: 1.3;
}

.section1 .text-overlay a {
    display: inline-block;
    margin-top: 1.5rem;
    color: white;
    font-size: 1.7rem;
    text-decoration: none;
    background-color: #8e827996;
    padding: 1.5rem;
}

.section1 .text-overlay img {
    margin-left: 10px;
    width: 20%;
}

.section2 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1.5rem;
    position: relative;
    z-index: 10;
    margin-top: -7rem; 
}

.section2 .btn1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    background-color: #95694e;
}

.section2 .btn1 p {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
}

.section2 .btn1 h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    margin-top: .8rem;
}

.section2 .btn1 .left {
    display: flex;
    flex-direction: column;
}

.section2 .btn1 img {
    width: 60px;
    height: 60px;
}

.section2 .btn2, .btn3, .btn4, .btn5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - 1rem);
    box-sizing: border-box;
    text-align: center;
    padding: 2rem;
}

.section2 .btn3, .btn4 {
    background-color: #b29f91;
}

.section2 .btn3 h3, .btn4 h3 {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    margin-top: 2rem;
}

.section2 .btn2, .btn5 {
    background-color: #fbf6f0;
}

.section2 .btn2 h3, .btn5 h3 {
    color: #916347;
    font-weight: 700;
    font-size: 2rem;
    margin-top: 2rem;
}

.section2 .btn2 img, .btn3 img, .btn4 img, .btn5 img {
    width: auto;
    height: 70px;
}
