@media screen and (min-width: 320px) and (max-width: 480px) {
  /*advertiser dashboard*/
  .adv-round-frame {
    width: 110px;
    height: 110px;
    transform: translate(8%, 25%);
  }

  .pink-header-title {
    font-size: 30px;
  }

  .pink-header-subtitle {
    color: #fff;
    margin: 5px 0 0 0;
    font-size: 15px;
  }

  .pink-header-text {
    margin-right: 10px;
  }
  /*advertiser dashboard end*/
}
@media screen and (max-width: 333px) {
  /*advertiser dashboard*/
  .adv-round-frame {
    width: 110px;
    height: 110px;
    transform: translate(8%, 25%);
  }

  .pink-header-title {
    font-size: 25px;
    padding-top: 15px;
  }

  .pink-header-subtitle {
    color: #fff;
    margin: 5px 0 0 0;
    font-size: 15px;
  }

  .pink-header-text {
    margin-right: 10px;
  }
  /*advertiser dashboard end*/
}
