/* COLORS */
/* FONTS */
#cert-details .section-content {
  width: 60%;
  position: relative;
  z-index: 29;
  margin-bottom: 40px;
}
#cert-details .section-flex {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cert-details .section-flex .img-holder {
  order: 2;
  flex: 1 1 0%;
  min-width: 240px;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
}
#cert-details .section-flex .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cert-details .section-flex .cert-data {
  order: 1;
  flex: 1 1 0%;
  min-width: 240px;
}
#cert-details .section-flex .cert-data ul {
  text-align: left;
  margin-bottom: 20px;
}
#cert-details .section-flex .cert-data ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 40px !important;
}
#cert-details .section-flex .cert-data ul.checkmarks li a {
  float: right;
  font-weight: bold;
  color: #00adef;
}
#cert-details .section-flex .cert-data ul.checkmarks li a:hover {
  color: #00adef;
}
#cert-details .section-flex .cert-data ul.checkmarks li:before {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 812px) {
  #cert-details .section-flex .image {
    order: 1;
  }
  #cert-details .section-flex .cert-data {
    order: 2;
  }
}
/* COLORS */
/* FONTS */
#tech {
  position: relative;
  z-index: 1;
}
#tech .section-content {
  width: 60%;
  margin-bottom: 40px;
}
#tech .blocks {
  position: relative;
  z-index: 9;
  color: #0c0d0e;
}
#tech .blocks .items {
  position: relative;
  z-index: 19;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex-direction: column;
  height: 660px;
}
#tech .blocks .items .section-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
#tech .blocks .items .section-flex .img-holder {
  flex: 1 1 0%;
  background-color: #eee;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
}
#tech .blocks .items .section-flex .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 599px) {
  #tech .blocks .items .section-flex .img-holder {
    display: none;
  }
}
#tech .blocks .items .item {
  width: 50%;
  flex: 0 0 auto;
  position: relative;
}
#tech .blocks .items .item:first-child {
  margin-top: 80px;
}
#tech .blocks .items .item .item-content {
  padding: 10px;
  flex: 1 1 0%;
}
#tech .blocks .items .item .item-inner {
  padding: 10px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  position: relative;
}
#tech .blocks .items .item .item-inner.featured {
  border: 2px solid #191b46;
}
#tech .blocks .items .item .item-inner .h5 {
  margin-bottom: 10px;
  transition: color 0.5s;
  font-size: 16px;
}
#tech .blocks .items .item .item-inner:hover .h5 {
  color: #00adef;
}
#tech .blocks .items .item .item-inner .button {
  position: absolute;
  bottom: 30px;
}
#tech .blocks .items .item .item-inner .icon {
  height: 50px;
  width: auto;
  margin-bottom: 40px;
}
#tech .blocks .items .item .item-inner .icon img {
  height: 100%;
  width: auto;
}
#tech .blocks .items .item .item-inner .icon .lottie {
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 812px) {
  #tech .blocks .items {
    height: auto;
  }
  #tech .blocks .items .item {
    width: 100%;
    flex: 1 0 auto;
  }
  #tech .blocks .items .item:first-child {
    margin-top: 0;
  }
}
/*# sourceMappingURL=usecases.css.map */