/*
   Stylesheet for Wudroz Pharma's Website
   Property of Medilance Healthcare

   Author - Medilance IT Team -- Credits(Anmol Garg, Kavan Patel, Mohit Bagdi)
   Contact - it@medilance.in


   Copyright 2022. All Rights Reserved
   Any Plagriazation Subject to Legal Actions
*/

.wps-1 {
    width: 900px;
    margin: 20px auto;
}

.wps-2{
   display: none;
   height: 150px;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   border-radius: 20px;
   margin: 20px 10px; 
   background-color: #2574e0;
   text-align: center;
}

.wps-2>div{
   color: white;
   font-size: 1.3rem;
   margin-bottom: 20px;
}

.wps-2>a{
   color: #2574e0;
   text-decoration: none;
   padding: 10px 20px;
   border: 2px solid white;
   border-radius: 30px;
   background-color: white;
   font-size: 1rem;
   transition: all 0.3s ease;
}

.wps-2>a:hover{
   font-size: 1.1rem;
}

@media only screen and (max-width:930px) {
    .wps-1 {
        width: 800px;
    }
    
}

@media only screen and (max-width:810px) {
    .wps-1 {
        display: none;
    }

    .wps-2{
        display: flex;
    }
    
}