.section-abonamnete .section-title {
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.section-tab-controllers {
  display: flex;
  justify-content: space-between; }
  .section-tab-controllers .tab-controller {
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
    width: 48%;
    text-align: center;
    cursor: pointer;
    transition: 0.2s box-shadow ease-in, 0.3s border-color ease-in; }
    .section-tab-controllers .tab-controller span {
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      color: #9F9F9F;
      transition: 0.3s color ease-in; }
    .section-tab-controllers .tab-controller.active {
      border-color: #000000;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
      .section-tab-controllers .tab-controller.active span {
        color: #000000;
        font-weight: bold; }
  .section-tab-controllers .tab-controller:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }

.section-memberships-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center; }
  .section-memberships-wrapper .membership-card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: content-box;
    padding-right: 0;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px; }
    .section-memberships-wrapper .membership-card .membership-card-header {
      text-align: center;
      padding: 10px;
      border-bottom: 1px solid #E9E9E9;
      height: 60px; }
      .section-memberships-wrapper .membership-card .membership-card-header .title {
        font-size: 20px;
        line-height: 24px; }
      .section-memberships-wrapper .membership-card .membership-card-header p {
        margin: 0;
        font-size: 14px;
        line-height: 16px; }
    .section-memberships-wrapper .membership-card .membership-card-body {
      padding: 20px; }
      .section-memberships-wrapper .membership-card .membership-card-body .title {
        text-align: center;
        margin-bottom: 20px; }
      .section-memberships-wrapper .membership-card .membership-card-body .description-item {
        margin: 0;
        margin-bottom: 10px; }
    .section-memberships-wrapper .membership-card .membership-card-footer {
      padding: 0 20px 30px; }

@media (min-width: 400px) {
  .section-tab-controllers {
    justify-content: center; }
    .section-tab-controllers .tab-controller {
      padding: 20px 58px;
      width: initial; }
    .section-tab-controllers .tab-controller:first-child {
      margin-right: 30px; }
  .section-memberships-wrapper .membership-card {
    width: 370px;
    min-width: 370px;
    max-width: 370px;
    padding-right: 0;
    margin-bottom: 30px; } }

@media (min-width: 830px) {
  .section-tab-controllers .tab-controller {
    padding: 20px 60px; } }

@media (min-width: 1230px) {
  .section-memberships-wrapper {
    flex-direction: row;
    align-items: initial; }
    .section-memberships-wrapper .membership-card {
      width: 370px;
      min-width: 370px;
      max-width: 370px;
      padding-right: 30; }
      .section-memberships-wrapper .membership-card .membership-card-body {
        height: 350px; }
    .section-memberships-wrapper .membership-card:last-child {
      padding-right: 0; } }
