.img-promo{
  max-width: 600px;
  max-height: 600px;
}

.rain-h1, .rain-h2, .rain-h3, .rain-h4, .rain-h5, .rain-h6, .rain-p, .rain-ul{
  	font-family: "Roboto", sans-serif;
  	color: #333!important;
   	list-style-type: none;
  word-break: none;
}

.rain-p, .rain-ul{
  	font-weight: 400;
}

.Rain-header{
	margin: 50px auto!important;
}

.rain-h3{
  	font-size: 30px;
  	font-weight: 500;
}


.rain-slider{
	text-align: center;
}

.rain-slider img{
  	height: 250px;
  	width: auto;
}

.product-grid-rain{
 	text-align: center; 
   	margin: 100px auto!important;
}

.rain-list{
  	display: flex;
  	align-items: center;
}

/*reseller rain desing bottom home page */

.rain-resseler-home-bottom {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.rain-resseler-home-bottom > * {
    width: 50%;
}

.rain-resseler-home-bottom-image img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1024px) {
    .rain-resseler-home-bottom {
        flex-direction: column;
    }

    .rain-resseler-home-bottom > * {
        width: 100%;
    }
}



