.popularSearches{
 }

.popular-search{
    width: 100%;
	float: left;
}    

.popular-search-inner{
        }


.popular-search-inner h3{
    margin-bottom: 1%;
	margin-top:2%;
    font-size: 3rem;
}

.popular-search-tags{
        margin-top: 1%;
margin-bottom:4%;
        }  
.popular-search-tags a{
      margin-right: 0.75rem;
   margin-top: 1rem;
   display: inline-block;
   padding: 0.438rem 1rem;
   border: 1px solid #ebedf0;
   cursor: pointer;
   border-radius: 30px;
   color: #6d7585;
   border-color: #005596;
    font-size: 1.4rem;
        }
.popular-search-tags a:hover{
   margin-right: 0.75rem;
   margin-top: 1rem;
   display: inline-block;
   padding: 0.438rem 1rem;
   border: 1px solid #ebedf0;
   cursor: pointer;
   color: #ebedf0;
   border-radius: 30px;
   box-shadow: 0 2px 8px 0 rgba(242,121,48,0.16);
   border-color: #0072bc;
   background: #005596;
        }

@media screen and (max-width: 480px){

    .popular-search-inner h3 {
    margin: 6%;
    font-size: 3rem;
}



.popular-search-tags{
        width: 97%;
       margin: 15px 25px;
        }

.popular-search-tags a{
    /* margin: 3%; */
           margin-right: 0.75rem;
   margin-top: 1.8rem;
   display: inline-block;
   padding: 0.438rem 1rem;
   border: 1px solid #ebedf0;
   cursor: pointer;
   border-radius: 30px;
   color: #6d7585;
   border-color: #005596;
    font-size: 1.4rem;
        }


}
