/* Top Profiles */


/* Attention, do not edit this file directly, please use the stylesheet editor in admin.
Any changes made here will be overwritten*/

.profile-section {
margin:50px 0 0;
width:100%;
display:flex;
flex-direction:column;
align-items:center;
}
.profile-section > div {
flex:1;
}
.top-profile-btn {
color:black;
background:#FFDF00;
font-weight:bold;
font-size:20px;
padding:10px 15px;
border-radius:10px;
margin:10px auto;
transition:all 0.3s;
border:3px solid #FFDF00;
font-family:'Freight Sans Bold';
text-transform:uppercase;
}
.top-profile-btn:hover {
background:white;
color:#f47b20;
}

@media (min-width: 1200px) {

}

@media (min-width: 980px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
