/*-- -------------------------- -->
<---  Development Services Section -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #dev-services {
    padding: 5em 1.25em;
    background: #fff;
    margin-top: -5.3125em;
  }
  #dev-services .container {
    width: 92%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 3.75em;
  }
  #dev-services .features {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
  }
  #dev-services .features .feature {
    text-align: center;
  }
  #dev-services .features .feature img {
    height: 5em;
    width: auto;
    margin-bottom: 1em;
  }
  #dev-services .features .feature h3 {
    font-size: 1.25em;
    margin-bottom: 0.625em;
  }
  #dev-services .features .feature p {
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
  }
  #dev-services .custom-code {
    text-align: center;
    padding: 1.25em 0.625em;
    background: transparent;
  }
  #dev-services .custom-code .text {
    max-width: 47.5em;
    margin: auto;
  }
  #dev-services .custom-code .text h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 1.25em;
  }
  #dev-services .custom-code .text p {
    font-size: 1.125em;
    line-height: 1.75em;
    color: #111;
  }
  #dev-services .process {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25em;
  }
  #dev-services .process .step {
    text-align: center;
  }
  #dev-services .process .step img {
    height: 3em;
    margin-bottom: 0.625em;
  }
  #dev-services .process .step h4 {
    font-size: 1em;
  }
  #dev-services .process .process-arrow {
    width: 2em;
    height: auto;
    transform: rotate(180deg);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #dev-services .features {
    flex-direction: row;
    justify-content: space-between;
  }
  #dev-services .features .feature {
    flex: 1;
    padding: 0 0.625em;
  }
  #dev-services .custom-code .text {
    max-width: 47.5em;
  }
  #dev-services .process {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #dev-services .process .step {
    flex: 0 1 auto;
  }
  #dev-services .process .process-arrow {
    transform: rotate(0deg);
    margin: 0 0.625em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #dev-services {
    padding: 6.25em 0;
  }
  #dev-services .container {
    max-width: 82.5em;
  }
  #dev-services .features {
    gap: 3.75em;
  }
  #dev-services .custom-code {
    padding: 2.5em 1.25em;
  }
  #dev-services .custom-code .text h3 {
    font-size: 1.75em;
  }
  #dev-services .custom-code .text p {
    font-size: 1.25em;
  }
  #dev-services .process {
    gap: 2.5em;
  }
  #dev-services .process .step img {
    height: 3.5em;
  }
  #dev-services .process .step h4 {
    font-size: 1.125em;
  }
}
/*-- -------------------------- -->
<---    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;
  }
}
