cite {
filter:alpha(opacity=55);
opacity:.90;
color: #fff;
position: absolute;
bottom: 30%;
left: 40px;
padding: 0px;
}
.butt{border-radius:20px;padding:10px;margin: 10px 10px 10px 10px;background: linear-gradient(#ffcacd, #ff3a46);}
.butt h3{margin:4px 0}
.butt:hover{background:#f1f1f1;}
@media (max-width: 980px) and (min-width: 200px) { 
cite {
bottom: 0px;
}  
.butt h3{font-size: 14px;}
.butt{padding: 0px;}
}

.mobile-header-bar {
  background: #fff;
  padding: 8px 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.mobile-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-logo {
  height: 34px;
  max-width: 140px;
  object-fit: contain;
}

.mobile-call {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
