.dws-motto {
  padding: 2rem 0 0;
}
.dws-motto .slogan {
  font-size: 1.3em;
  font-weight: 500;
  color: var(--header-color1);
}
.dws-motto .description {
  font-size: 1em;
  color: var(--content-dark-blue);
}
.motto-box {
  background: var(--white);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.motto-col {
  margin-bottom: 20px;
}
.motto-icon {
  margin-bottom: 50px;
}
.motto-desc {
  text-align: center;
}
.motto-desc p {
  font-weight: 500;
  color: var(--content-dark-blue);
  font-style: italic;
  font-size: 1rem;
}
.template2.dws-motto .motto-desc h3 {
  font-size: 1.32rem;
  font-weight: 700;
  color: var(--header-color1);
}
.template2.dws-motto .motto-desc p {
  font-weight: 400;
  font-style: normal;
}
.template2.dws-motto .motto-box {
  border-radius: 12px;
}
.template2.dws-motto .slogan {
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
 .dws-motto .slogan,
 .dws-motto .description {
  text-align: center;
}

.dws-motto .section-header img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .dws-motto .slogan,
  .dws-motto .description {
    text-align: left;
  }
  .template1.dws-motto .header-text {
    padding-left: 30px;
  }
  .dws-motto .section-header {
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 3rem
  }
  .dws-motto .section-header img {
    margin-bottom: 0px;
  }
  .dws-motto .slogan {
    margin-bottom: 1.5rem;
  }
  .motto-box {
    height: 100%;
  }
  
}
@media screen and (min-width: 992px) {
  .dws-motto .section-body {
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .dws-motto .section-body {
    flex-direction: column;
    height: 775px;
  }
  .motto-col:first-child {
    flex-basis: 860px;
  }
  .motto-col {
    min-height: 355px;
  }
  .motto-box {
    height: 100%;
  }
  .motto-col:nth-of-type(1) .motto-box  {
    height: 735px;
  }

  .safari .motto-col {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1366px) {
  .dws-motto .container {
    max-width: 1200px;
  }
  .dws-motto .slogan {
    font-size: 2em;
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .template1.dws-motto .header-text {
    padding-left: 115px;
  }
  .motto-desc p {
    font-size: 1.23em;
  }
  .template2.dws-motto .motto-desc p,
  .template2.dws-motto .description {
    font-size: 1.125rem;
  }
  .template2.dws-motto .motto-desc h3 {
    font-size: 1.625rem;
  }
  .template2.dws-motto .slogan {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }

}
@media screen and (min-width: 1700px) {
  .dws-motto .slogan {
    font-size: 2.5em;
  }
  .dws-motto .description {
    font-size: 1.125em;
  }
  .motto-desc p {
    font-size: 1.563em;
  }
  .template2.dws-motto .slogan {
    font-size: 3.75rem;
  }
  .template2.dws-motto .container {
    max-width: 1462px;
  }
  .template2.dws-motto .description {
    max-width: 74%;
  }
  .template2.dws-motto .motto-box {
    max-width: 441px;
  }
  .template2.dws-motto .motto-col:not(:first-child) {
    margin-bottom: 40px;
  }
  .template2.dws-motto .section-body {
    height: 790px;
  }
  .dws-motto .section-body {
    margin-top: 45px;
  }
  .template2.dws-motto .motto-col:first-child {
    height: 872px;
  }
}