.container {
    width:100%;
}

.bg_img {
    width: 100%;
}

.bg_img2 {
    width: 100%;
    height: 505px;
}

.text_container {
    position: absolute;
    top: 10vh;
    right: 14vw;
    text-align: center;
    width: 53%;
    right: 0;
    color: #e3d1b6;
}

.btn_style {
    text-decoration: none;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    padding: 8px 20px;
    transition: all 0.5s;
    color: #29322d;
    background-color: #e3d1b6;
}

.btn_style span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
.btn_style span:after {
    content: '\00bb';
    font-size: 1.5em;
    position: absolute;
    opacity: 0;
    right: -15px;
    transition: 0.5s;
    bottom: -3px;
  }
  
.btn_style:hover span {
    padding-right: 15px;
  }
  
.btn_style:hover span:after {
    opacity: 1;
    right: 0;
  }

.btn_more_container {
    margin-top: 7px;
  }

.section2 {
    position: relative;
    margin-top: -5px;
}

.text_container_s2 {
    position: relative;
    text-align: center;
    width: 100%;   
    color: #e3d1b6;
}

.section2_2 {
    width:100%;
    background-color: #29322d;
    margin-top: -5px;
    height: 500px;
}

.content_intro {
    margin-bottom: 30px;
}

.container_cards {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}

.vztprod {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 13px;
    width: fit-content;
    bottom: -100px;
}

.vztprod>span>a {
    text-decoration: none;
    color: #29322d;
}

.leaf-left {
    position: absolute;
    width: 150px;
    bottom: -60px;
    left: -60px;
}

.leaf-left>img {
    width: 100%;
}

.leaf-right {
    position: absolute;
    width: 250px;
    bottom: -160px;
    right: -80px;
    z-index: -1;
}

.leaf-right>img {
    width: 100%;
}

.center-content-section2 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

@media only screen and (min-width: 2600px) {
    .container {
        max-width: 2600px;
        margin: auto;
    }
}

@media only screen and (orientation: portrait) {
    .bg_img {
        display: none !important;
    }

    .section1 {
        height: 100vh;
        width: 100%;
        background-image: url(./../img/bg/bgLP1s_mobile.jpg) !important;
        background-size: cover;
        background-position: center bottom;
    }

    .section2 {
        overflow: hidden !important;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .center-content-section2 {
        width: 100vw;
    }

    .text_container_s2 { 
        width: 90% !important;
        margin: auto;
    }

    .bg_img2 {
        width: auto !important;
        /*height: 60vh !important;*/
        position: relative;
    }

    .section2_2 {
        width: 100vw !important;
        position: relative;
        z-index: -1;
    }

    .text_container {
        width: 100% !important;
    }

    .content_intro {
        margin-bottom: 15px !important;
    }

}
