.homePage .baseBtn .icon > img {
  width: 10px !important;
}
@media only screen and (min-width: 576px) {
  .homePage .baseBtn .icon > img {
    width: 14px !important;
  }
}
@media only screen and (min-width: 768px) {
  .homePage .baseBtn .icon > img {
    width: 18px !important;
  }
}
@media only screen and (min-width: 1441px) {
  .homePage .baseBtn .icon > img {
    width: 21px !important;
  }
}

#Community .commBox > img {
  object-position: 80% 0;
}
@media only screen and (min-width: 576px) {
  #Community .commBox > img {
    object-position: center;
  }
}
.cnt_frm .msg .wpforms-error{
    position: unset !important;
}
