.rain-reseller-header {
    position: relative;
  	background-size: cover;  	
  	height: 95vh;
  	background-image: url(/images/rain/reseller-header.jpg);
  	background-position: center left; /* You can adjust this as needed */
}  

.rain-wtb-header {
    position: relative;
  	background-size: cover;  	
  	height: 95vh;
  	background-image: url(/images/rain/islider01.jpg);
  	background-position: center left; /* You can adjust this as needed */
}  

.rain-card-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.rain-wtb-card {
    flex: 1 0 calc(33.33% - 20px);
}

.rain-wtb-card{
  	text-align: center;
  	margin-top: 40px;
  	padding: 25px;
  	border-bottom: 3px solid #fcc004;
  	-webkit-box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.75);
}

.rain-social:hover, .rain-wtb-card:hover{
  opacity: 0.8;
}

