.devres {
  padding-bottom: 12rem;
}
.devres__headline {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 3.5rem;
  font-weight: 500;
}

.devres-intro {
  padding: 5rem 0 7rem;
}
@media screen and (min-width: 1100px) {
  .devres-intro__inner {
    display: flex;
    justify-content: space-between;
  }
}
.devres-intro__body, .devres-intro__cta {
  flex-basis: 47.5%;
}
.devres-intro__body {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #151515;
  max-width: 590px;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 1100px) {
  .devres-intro__body {
    margin: 0 3rem 0 0;
    flex-basis: 60%;
  }
}
@media screen and (min-width: 1100px) {
  .devres-intro__media {
    margin: 0 3rem 0 0;
    flex-basis: 40%;
  }
}
.devres-intro__cta {
  margin-top: 3rem;
  text-align: center;
}

.devres-integrate {
  margin-bottom: 8rem;
}
@media screen and (min-width: 700px) {
  .devres-integrate__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .devres-integrate__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.devres-integrate__item {
  margin-bottom: 4rem;
}
@media screen and (min-width: 700px) {
  .devres-integrate__item {
    margin-bottom: 0;
  }
}
.devres-integrate__link {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.devres-integrate__link:hover .devres-integrate__title {
  text-decoration: underline;
}
.devres-integrate__image {
  margin-bottom: 1rem;
}
.devres-integrate__title {
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
  padding-right: 2rem;
  font-weight: 600;
}
.devres-integrate__copy {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 300;
}
.devres-integrate__cta {
  margin-top: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.devres-integrate__cta .i-btn {
  margin: 1rem auto;
}
@media screen and (min-width: 900px) {
  .devres-integrate__cta {
    flex-direction: row;
  }
  .devres-integrate__cta .i-btn {
    margin: 0 1.5rem;
  }
}

.devres-tech {
  background-color: #F9FBFD;
  padding: 6rem 0;
}
.devres-tech__group {
  padding-bottom: 4rem;
  border-bottom: 1px solid #9FCCEA;
  margin-bottom: 4rem;
  grid-template-columns: 1fr 3fr;
}
@media screen and (min-width: 900px) {
  .devres-tech__group {
    display: grid;
    grid-gap: 3.25rem;
  }
}
.devres-tech__head {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 900px) {
  .devres-tech__head {
    margin-bottom: 0;
  }
}
.devres-tech__heading {
  font-weight: 600;
}
.devres-tech__copy {
  font-weight: 300;
}
@media screen and (min-width: 700px) {
  .devres-tech__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .devres-tech__items {
    grid-gap: 3.25rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.devres-tech__item {
  display: block;
  margin-bottom: 3rem;
}
@media screen and (min-width: 700px) {
  .devres-tech__item {
    margin-bottom: 0;
  }
}
.devres-tech__link {
  color: black;
}
.devres-tech__link:hover {
  text-decoration: underline;
}
.devres-tech__dl {
  margin-top: 1.25rem;
  margin-left: -0.85rem;
}
.devres-tech__image {
  margin-bottom: 1.5rem;
}
.devres-tech__title {
  display: block;
  padding-right: 2rem;
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -0.5px;
  font-weight: 500;
}
@media screen and (min-width: 1100px) {
  .devres-tech__foot {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.devres-tech__outro {
  max-width: 730px;
  margin-right: 2rem;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 300;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px) {
  .devres-tech__outro {
    margin-bottom: 0;
  }
}
.devres-services {
  padding: 7rem 0;
}
@media screen and (min-width: 900px) {
  .devres-services__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 1340px) {
  .devres-services__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.devres-services__item {
  background-color: #FAFAFA;
  padding: 2.5rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .devres-services__item {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.devres-services__icon {
  display: block;
  margin: 0 auto 2rem;
  max-width: 80px;
}
.devres-services__title, .devres-services__copy {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .devres-services__title, .devres-services__copy {
    text-align: left;
  }
}
.devres-services__title {
  font-weight: 600;
}
.devres-services__copy {
  font-weight: 300;
}
.devres-services__cta {
  margin-top: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.devres-services__cta .i-btn {
  margin: 1rem auto;
}
@media screen and (min-width: 900px) {
  .devres-services__cta {
    flex-direction: row;
  }
  .devres-services__cta .i-btn {
    margin: 0 1.5rem;
  }
}

.devres-app {
  margin-top: 6rem;
}
.devres-app__main {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
}
@media screen and (min-width: 840px) {
  .devres-app__main {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.devres-app__body {
  flex: 2;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 300;
  margin-right: 2rem;
}
.devres-app__media {
  flex: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 840px) {
  .devres-app__media {
    margin-bottom: 0;
  }
}
.devres-app__image {
  object-fit: cover;
}

.devres-intro {
  padding: 5rem 0 7rem;
}
@media screen and (min-width: 1100px) {
  .devres-intro__inner {
    display: flex;
    justify-content: space-between;
  }
}
.devres-intro__body, .devres-intro__cta {
  flex-basis: 47.5%;
}
.devres-intro__body {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #151515;
  max-width: 590px;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 1100px) {
  .devres-intro__body {
    margin: 0 3rem 0 0;
    flex-basis: 60%;
  }
}
@media screen and (min-width: 1100px) {
  .devres-intro__media {
    margin: 0 3rem 0 0;
    flex-basis: 40%;
  }
}
.devres-intro__cta {
  margin-top: 3rem;
  text-align: center;
}