.custom-button-section {
  padding: 0;
}
.custom-button-section a.custom-btn {
  font-family: var(--nunito-font) !important;
  font-size: 20px;
  font-weight: 500;
}
.custom-button-section.full .custom-btn{
  width: 100%;
  text-align: 
      center;
}
.custom-button-section.medium .custom-btn {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.custom-button-section .custom-btn.icon::before {
  content: '';
}
.custom-button-section .custom-btn.icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-button-section .custom-btn-wrapper.round .custom-btn {
  border-radius: 30px;
}
