/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-zone-card {
  height: 34.7rem;
  width: 24%;
  position: relative;
  border-radius: 15px; }
  @media only screen and (max-width: 1024px) {
    .cp-zone-card {
      width: 49%; } }
  @media only screen and (max-width: 768px) {
    .cp-zone-card {
      height: 19.5rem;
      margin-bottom: 0.8rem; } }
  .cp-zone-card .content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2rem 3.7rem; }
    @media only screen and (max-width: 1024px) {
      .cp-zone-card .content-wrap {
        padding: 1rem; } }
  .cp-zone-card .z-title {
    font-family: "Gotham-Black";
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #ffffff;
    margin-bottom: 1.1rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      .cp-zone-card .z-title {
        font-size: 1.6rem;
        line-height: 1.8rem;
        margin-bottom: 0.3rem; } }
  .cp-zone-card .z-desc {
    font-family: "Gotham-Book";
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #d8d8d8;
    min-height: 4rem; }
    @media only screen and (max-width: 1024px) {
      .cp-zone-card .z-desc {
        font-size: 1rem;
        line-height: 1.3rem; } }
