/*-- -------------------------- */
/*     Branding Services Section */
/*-- -------------------------- */
/* Mobile */
@media only screen and (min-width: 0em) {
  #branding {
    padding: 5em 1.25em;
    background: #fff;
    margin-top: 3em;
    /* Hero */
    /* Services */
    /* Feature Row (new section) */
  }
  #branding .container {
    width: 92%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 3.75em;
    text-align: left;
  }
  #branding .top-row .text-col h2 {
    font-size: 2.125em;
    font-weight: 700;
    color: var(--primaryShade);
    margin-bottom: 0.75em;
  }
  #branding .top-row .text-col p {
    font-size: 1.125em;
    line-height: 1.75em;
    color: #111;
  }
  #branding .showcase-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25em;
  }
  #branding .showcase-row .showcase-card {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 0.75em;
    padding: 0.75em;
    text-align: center;
    width: 7.5em;
  }
  #branding .showcase-row .showcase-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1;
  }
  #branding .service-row {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
  }
  #branding .service-row .service-card {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 0.75em;
    padding: 1.5em;
    text-align: left;
  }
  #branding .service-row .service-card h3 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 0.75em;
    color: var(--primaryShade);
  }
  #branding .service-row .service-card p {
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
  }
  #branding .feature-row {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
  }
  #branding .feature-row .feature-card {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 0.75em;
    padding: 1.5em;
    text-align: left;
  }
  #branding .feature-row .feature-card h3 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 0.75em;
    color: var(--primaryShade);
  }
  #branding .feature-row .feature-card p {
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #branding .showcase-row {
    flex-direction: row;
    justify-content: center;
    gap: 1.25em;
  }
  #branding .service-row,
  #branding .feature-row {
    flex-direction: row;
    justify-content: space-between;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #branding .container {
    max-width: 82.5em;
    margin-top: 7.5em;
  }
  #branding .top-row .text-col {
    text-align: center;
  }
  #branding .top-row .text-col h2 {
    font-size: 4em;
  }
  #branding .showcase-row {
    justify-content: center;
    gap: 2.5em;
  }
  #branding .showcase-row .showcase-card {
    flex: 0 1 25%;
    max-width: 25em;
    padding: 1.5em;
  }
  #branding .service-row,
  #branding .feature-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5em;
  }
  #branding .service-row .service-card,
  #branding .feature-row .service-card,
  #branding .service-row .feature-card,
  #branding .feature-row .feature-card {
    flex: unset;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
