@media only screen and (max-width: 1280px) {
.doctor-about-buttom {
  color: white;
  background-color: #283165;
  display: block;
  text-align: center;
  padding: -22px;
  position: absolute;
  bottom: 3px;
  left: 95px;
  padding: 6px 17px 0px 17px;
  border-radius: 16px;
}
}