#page > div.containpage.page.home > div > div.line{
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, transparent, #fab400 30%, #ffe3a0 70%, transparent);
    padding: 2.5px;
}
#AffBonus > div.image-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
    padding:0px 10px 0;
}
#AffBonus > div.image-content > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
}
#AffBonus > div.image-content > a > img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #0000009c;
    height: initial;
}
#page > div.containpage.page.home > div > div.w3-container{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
    padding: 15px;
    color: #000;
    background: url(../assets/bg02.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#page > div.containpage.page.home > div > div.w3-container > h3{
    font-size: 16px;
    text-align: center;
    padding: 0px 0px 5px;
}
/*  desktop */
 @media only screen 
 and (min-device-width : 768px)
 and (min-device-height : 768px)
 and (orientation : landscape) {   
    #AffBonus > div.image-content > a > img{
        width: 90%;
        border-radius: 10px;
        box-shadow: 0px 2px 5px #0000009c;
        height: 550px;
    }
    .elementor-216 .elementor-element.elementor-element-ffad518 img {
        width: 171px;
        padding: 150px 0 0;
    }
    .elementor-216 .elementor-element.elementor-element-4c7d69d img {
        width: 430px;
        padding: 150px 0 50px;
    }
 }
  /* desktop */

  .elementor a > b {
    color: #e7581f;
  }