body main .double_section {
  position: relative;
  padding: 0 4vw;
  margin-bottom: 20px;
  display: flex;
  column-gap: 1vw;
}
body main .double_section .your_smartphone, body main .double_section .cloud {
  flex: 1;
  background-color: #F6F6F6;
}
body main .double_section .your_smartphone {
  position: relative;
  display: flex;
  flex-flow: wrap;
  padding: 3vh 2vw;
  justify-content: center;
}
body main .double_section .your_smartphone h3 {
  text-align: center;
  font-size: 1.9em;
  font-weight: 800;
  width: 100%;
  color: #333333;
}
body main .double_section .your_smartphone a {
  color: #5DB461;
  font-size: 1.25em;
  background-image: linear-gradient(#5DB461, #5DB461);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
}
body main .double_section .your_smartphone a:hover {
  background-size: 100% 2px;
  color: #5DB461;
}
body main .double_section .your_smartphone .business, body main .double_section .your_smartphone .clients {
  width: 50%;
  display: flex;
  flex-flow: wrap;
}
body main .double_section .your_smartphone .business h5, body main .double_section .your_smartphone .clients h5 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  color: #5DB461;
  width: 100%;
}
body main .double_section .your_smartphone .business div, body main .double_section .your_smartphone .clients div {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  row-gap: 2vh;
}
body main .double_section .your_smartphone .business div img, body main .double_section .your_smartphone .clients div img {
  width: 80%;
}
body main .double_section .your_smartphone .business div p, body main .double_section .your_smartphone .clients div p {
  text-align: center;
  font-size: 1em;
  color: #333333;
  height: clamp(72px, 5.5vh, 104px);
  width: 90%;
}
body main .double_section .cloud {
  position: relative;
  display: flex;
  justify-content: center;
  row-gap: 2vh;
  padding: 3vh 2vw;
}
body main .double_section .cloud .cloud_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  row-gap: 1.5vh;
  width: 74%;
}
body main .double_section .cloud .cloud_content h3, body main .double_section .cloud .cloud_content p {
  text-align: center;
  font-size: 1.3em;
  color: #333333;
}
body main .double_section .cloud .cloud_content h3 {
  font-size: 2em;
  font-weight: 800;
}
body main .double_section .cloud .cloud_content .features_container {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 2vh;
}
body main .double_section .cloud .cloud_content .features_container .feature {
  width: 7vw;
  height: 7vw;
  padding: 1vw;
  background-color: #ffffff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}
body main .double_section .cloud .cloud_content .features_container .feature img {
  width: 45%;
}
body main .double_section .cloud .cloud_content .features_container .feature p {
  font-size: 1em;
}
body main .certificates_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 4vw 20px 4vw;
  padding: 3vh 3vw;
  column-gap: 3vw;
  background-color: #ffffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
body main .certificates_section .text {
  width: 40%;
}
body main .certificates_section .text h2 {
  margin-bottom: 2vh;
  font-weight: 800;
  font-size: 3em;
  color: #333333;
}
body main .certificates_section .text p {
  font-size: 1.3em;
  color: #333333;
}
body main .certificates_section .certificates {
  width: 57%;
  display: flex;
  justify-content: center;
}
body main .certificates_section .certificates div {
  width: 12%;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body main .certificates_section .certificates div:nth-child(1) {
  z-index: 7;
}
body main .certificates_section .certificates div:nth-child(2) {
  z-index: 6;
}
body main .certificates_section .certificates div:nth-child(3) {
  z-index: 5;
}
body main .certificates_section .certificates div:nth-child(4) {
  z-index: 4;
}
body main .certificates_section .certificates div:nth-child(5) {
  z-index: 3;
}
body main .certificates_section .certificates div:nth-child(6) {
  z-index: 2;
}
body main .certificates_section .certificates div:nth-child(7) {
  z-index: 1;
}
body main .certificates_section .certificates div img {
  width: 140px;
  max-width: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}
body main .certificates_section .certificates div img:hover {
  transform: scale(1.2);
}

.branding-section {
  padding: 50px 2vw;
  margin: 0 4vw;
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  row-gap: 33px;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.branding-section .branding-header {
  font-weight: 800;
  font-size: 1.9em;
}
.branding-section .branding-txt {
  font-size: 1.3em;
  max-width: 50%;
}
.branding-section .branding_img-mobile {
  display: none;
}

@media (max-width: 1806px) {
  body main .double_section .your_smartphone h3 {
    font-size: 1.7em;
    line-height: 1.9em;
  }
  body main .double_section .your_smartphone .business h5, body main .double_section .your_smartphone .clients h5 {
    font-size: 1.1em;
    margin: 0;
  }
  body main .double_section .your_smartphone .business div p, body main .double_section .your_smartphone .clients div p {
    font-size: 0.85em;
  }
  body main .double_section .cloud .cloud_content h3 {
    font-size: 1.8em;
  }
  body main .double_section .cloud .cloud_content p {
    font-size: 1.1em;
  }
  body main .double_section .cloud .cloud_content a {
    font-size: 1.1em;
  }
  body main .double_section .cloud .cloud_content .features_container .feature p {
    font-size: 0.85em;
  }
  body main .double_section .cloud .cloud_content .features_container .feature img {
    width: 35%;
  }
  body main .certificates_section .text h2 {
    font-size: 2.8em;
  }
  body main .certificates_section .text p {
    font-size: 1.1em;
  }
}
@media (max-width: 1636px) {
  body main .certificates_section .certificates div {
    width: 10%;
  }
}
@media (max-width: 1392px) {
  body main .certificates_section .certificates {
    width: 55%;
  }
  body main .certificates_section .certificates div {
    width: 8%;
  }
}
@media (max-width: 1214px) {
  body main .double_section {
    flex-flow: column;
    row-gap: 20px;
  }
  body main .double_section .your_smartphone h3 {
    font-size: 2em !important;
  }
  body main .double_section .your_smartphone .business h5, body main .double_section .your_smartphone .clients h5 {
    margin: 2vh 0 !important;
  }
  body main .double_section .your_smartphone .business div p, body main .double_section .your_smartphone .clients div p {
    font-size: 1em !important;
  }
  body main .double_section .cloud .cloud_content h3 {
    font-size: 2em !important;
  }
  body main .double_section .cloud .cloud_content .features_container .feature {
    width: 27% !important;
    height: auto !important;
    padding: 2.5vh 1vw !important;
    justify-content: normal !important;
    row-gap: 1vh;
  }
  body main .certificates_section {
    flex-flow: column !important;
    row-gap: 4vh;
  }
  body main .certificates_section .text {
    width: 100% !important;
    text-align: center;
  }
  body main .certificates_section .certificates {
    width: 100% !important;
    justify-content: start !important;
    -webkit-justify-content: flex-start !important;
    padding-left: 25%;
  }
}
@media (max-width: 1127px) {
  .branding-section .branding-txt {
    max-width: 90%;
    font-size: 1em;
  }
  .branding-section .branding_img-mobile {
    display: block;
    width: 100%;
  }
  .branding-section .branding_img-mobile img {
    width: auto;
    margin: 0 auto;
  }
  .branding-section .branding_img-desktop {
    display: none;
  }
}
@media (max-width: 772px) {
  body main .double_section .your_smartphone .business, body main .double_section .your_smartphone .clients {
    width: 100% !important;
  }
  body main .double_section .your_smartphone .clients div p {
    height: 130px !important;
  }
  body main .double_section .cloud .cloud_content {
    width: 100% !important;
  }
  body main .double_section .cloud .cloud_content .features_container .feature {
    width: 43% !important;
  }
  body main .certificates_section {
    margin-bottom: 0 !important;
  }
  body main .certificates_section .certificates {
    padding-left: 18% !important;
  }
}
@media (max-width: 569px) {
  body main .certificates_section .certificates {
    padding-left: 9% !important;
  }
  body main .certificates_section .certificates div img {
    width: 110px !important;
  }
}
@media (max-width: 403px) {
  body main .certificates_section .certificates {
    padding-left: 15% !important;
  }
  body main .certificates_section .certificates div img {
    width: 100px !important;
  }
  body main .certificates_section .text h2 {
    font-size: 2em;
  }
}

/*# sourceMappingURL=double_certificate.css.map */
