.whats{
	background-color: #128C7E;
	 color: white;
	 padding: 10px 20px;
	 border-radius: 25px;
	 cursor: pointer;
	transition: 0.4s all;
	 
}
.whats:hover{

	background-color: #25D366;
	transition: 0.4s all;

}

.web-text{
	position: absolute; 
	top: inherit; 
	left: inherit; 
	transform: translate(-20%,150%);
	color: white;
	font-size: 34px;
	font-weight: bold;
}

.web-count{
	font-size:120px;
	color:darkcyan;
	font-weight: bold;
}


.img-text{
	position: relative;
	width: 100%;
	background-color: whitesmoke;
}

.price{
	border-radius: 29px;
background: #EEFBFB;
box-shadow:  5px 5px 6px #5a5a5a,
             -5px -5px 6px #ffffff;
}


@media (max-width: 575.98px) {  

.revs{
	display:flex;
	 flex-direction: column-reverse;
}
.web-text{
	position: absolute; 
	top: inherit; 
	left: inherit; 
	transform: translate(-20%,200%);
	color: white;
	font-size: 20px;
	font-weight: bold;
}

.web-count{
	font-size:80px;
	color:darkcyan;
	font-weight: bold;
}




}

@media (max-width: 767.98px) { 

.revs{
	display:flex;
	 flex-direction: column-reverse;
}
 }

@media (max-width: 991.98px) {
	.revs{
	display:flex;
	 flex-direction: column-reverse;
}

  }

@media (max-width: 1199.98px) {  
.web-text{
	position: absolute; 
	top: inherit; 
	left: inherit; 
	transform: translate(-20%,150%);
	color: white;
	font-size: 28px;
	font-weight: bold;
}

.web-count{
	font-size:100px;
	color:darkcyan;
	font-weight: bold;
}
}

@media (max-width: 1399.98px) {  

 }