.partner-wrapper {
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  display: flex;
}
.partner-wrapper a{
  border: 2px solid ;
  outline: 0px;
  margin: 0px 0px 0px 0.75rem;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1rem;
  padding: 11px 0.75rem;
  border-radius: 8px;
  height: 48px;
  line-height: 1.8;
  flex-direction: row;
  display: flex;
}
.partner-wrapper .svg-wrap {
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}
.partner-wrapper .svg-wrap svg {
  display: inline-block;
  user-select: none;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.partner-wrapper a span{
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 1119px){
  .partner-wrapper .svg-wrap {
    display: flex;
    width: 18px;
    height: 18px;
    margin-right: 0.2rem;
  }
  .partner-wrapper a {
    padding: 11px 0.5rem;
  }
}















