.draccu-container-product-hole {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
}

.draccu-container-product-hole #img-desktop-banner{
    border: solid 1px #dadada;
    border-radius: 10px;
    margin-bottom: 10px;
}

.draccu-container-product-hole #img-mobile-banner{
    display: none;
}

.draccu-container-product-hole #img-mobile-banner{
    display: none;
}

.draccu-container-product-hole .draccu-content-product-hole{
    border: solid 1px #dadada;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 25px 30px 25px 30px;
}


.draccu-container-product-hole .draccu-content-product-hole h4{
    font-size: 1.5em;
    font-weight: 700;
    color: #1D2327;
}
.draccu-container-product-hole .draccu-content-product-hole h5{
  font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -12px;
}

.draccu-container-product-hole  .draccu-content-product-hole button[type="submit"]{
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    background-color: #13C9B3;
    margin-top: 15px;
    cursor: pointer;
}


.draccu-container-product-hole  .draccu-product-hole-plugins{
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 8px 30px 25px 30px;
    margin-top: 12px;
}

.draccu-container-product-hole  .draccu-product-hole-plugins h4{
    font-size: 1.5em;
    font-weight: 700;
    color: #1D2327;
}


.draccu-container-product-hole  .draccu-product-hole-plugins p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -12px;
}

.draccu-container-product-hole .draccu-product-hole-plugins .others-plugins{
    display: flex;
    gap: 20px;
}

.draccu-container-product-hole  .draccu-product-hole-plugins .others-plugins div{
    max-width: 250px;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding-bottom: 10px;

}

.draccu-container-product-hole  .draccu-product-hole-plugins .others-plugins img{
    max-width: 100%;
    border: none;
    border-radius: 10px 10px 0 0;
}

.draccu-container-product-hole  .draccu-product-hole-plugins .others-plugins h5{
    font-size: 1.1em;
    font-weight: 700;
    color: #1D2327;
    margin-top: -7px;
    padding: 10px 10px 0 10px;
}

.draccu-container-product-hole  .draccu-product-hole-plugins .others-plugins p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -20px;
    padding: 0 10px 0 10px;
    margin-bottom: 5px;
}

.draccu-container-product-hole  .draccu-product-hole-plugins .others-plugins a{
    color: #00CBBB;
    text-decoration: none;
    font-weight: 700;
    padding: 0 10px 0 10px;
}

@media only screen and (max-width: 500px) {
    .draccu-container-product-hole  {
        max-width: 100%;
        padding: 20px 10px;
    }

    .draccu-container-product-hole  #img-desktop-banner{
        display: none;
    }
    
    .draccu-container-product-hole  #img-mobile-banner{
        display: block;
        width: 100%;
        border: solid 1px #dadada;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .draccu-container-product-hole  .draccu-real-estate-content{
        display: block;
    }

    .draccu-container-product-hole  .draccu-real-estate-content .menu-buttons-draccu-real-estate button{
        width: 100%;
    }

    .draccu-container-product-hole  .draccu-product-hole-plugins .others-plugins{
        display: block;
    }

    .draccu-container-product-hole .draccu-product-hole-plugins .others-plugins div{
        max-width: 100%;
        margin-bottom: 20px;
    
    }    
}