.mg-t-64 {
  margin-top: 64px;
}

.mg-t-48 {
  margin-top: 48px;
}

.mg-t-32 {
  margin-top: 32px;
}

.mg-t-24 {
  margin-top: 24px;
}

.mg-t-16 {
  margin-top: 16px;
}

.mg-t-10 {
  margin-top: 10px;
}

.mg-t-6 {
  margin-top: 6px;
}

.mg-b-64 {
  margin-bottom: 64px;
}

.mg-b-48 {
  margin-bottom: 48px;
}

.mg-b-32 {
  margin-bottom: 32px;
}

.mg-b-24 {
  margin-bottom: 24px;
}

.mg-b-16 {
  margin-bottom: 16px;
}

.mg-b-10 {
  margin-bottom: 10px;
}

.mg-b-6 {
  margin-bottom: 6px;
}

@media screen and (max-width: 1300px) {
  .tablet-mg-t-64 {
    margin-top: 64px;
  }
  
  .tablet-mg-t-48 {
    margin-top: 48px;
  }
  
  .tablet-mg-t-32 {
    margin-top: 32px;
  }
  
  .tablet-mg-t-24 {
    margin-top: 24px;
  }
  
  .tablet-mg-t-16 {
    margin-top: 16px;
  }
  
  .tablet-mg-t-10 {
    margin-top: 10px;
  }
  
  .tablet-mg-t-6 {
    margin-top: 6px;
  }
  
  .tablet-mg-b-64 {
    margin-bottom: 64px;
  }
  
  .tablet-mg-b-48 {
    margin-bottom: 48px;
  }
  
  .tablet-mg-b-32 {
    margin-bottom: 32px;
  }
  
  .tablet-mg-b-24 {
    margin-bottom: 24px;
  }
  
  .tablet-mg-b-16 {
    margin-bottom: 16px;
  }
  
  .tablet-mg-b-10 {
    margin-bottom: 10px;
  }
  
  .tablet-mg-b-6 {
    margin-bottom: 6px;
  }  
}

@media screen and (max-width: 767px) {
  .phone-mg-t-64 {
    margin-top: 64px;
  }
  
  .phone-mg-t-48 {
    margin-top: 48px;
  }
  
  .phone-mg-t-32 {
    margin-top: 32px;
  }
  
  .phone-mg-t-24 {
    margin-top: 24px;
  }
  
  .phone-mg-t-16 {
    margin-top: 16px;
  }
  
  .phone-mg-t-10 {
    margin-top: 10px;
  }
  
  .phone-mg-t-6 {
    margin-top: 6px;
  }
  
  .phone-mg-b-64 {
    margin-bottom: 64px;
  }
  
  .phone-mg-b-48 {
    margin-bottom: 48px;
  }
  
  .phone-mg-b-32 {
    margin-bottom: 32px;
  }
  
  .phone-mg-b-24 {
    margin-bottom: 24px;
  }
  
  .phone-mg-b-16 {
    margin-bottom: 16px;
  }
  
  .phone-mg-b-10 {
    margin-bottom: 10px;
  }
  
  .phone-mg-b-6 {
    margin-bottom: 6px;
  }  
}