.theme-footer .support .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  margin-right: 18px;
}
@media only screen and (max-width: 767.98px) {
  .theme-footer .support .icon {
    width: 70px;
    height: 70px;
    margin-right: 12px;
  }
}
.theme-footer .support .box-text {
  min-width: 0;
  flex: 1 1 0%;
  word-break: break-word;
}
.theme-footer .support .box {
  align-items: flex-start !important;
}

.plan .theme-btn {
  margin-top: 18px;
}
@media (max-width: 991.98px) {
  .plan .theme-btn {
    margin-top: 22px;
  }
}
@media (max-width: 767.98px) {
  .plan .theme-btn {
    margin-top: 10px;
  }
}
