/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
section.branding-techniques .box-text {
    min-height: 79px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.cbd-icons-wrapper {
  position: absolute;
  width: 80vw;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.cbd-icons-container {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1em 0;
  position: relative;
  text-align: center;
  font-size: 16px;
  border-radius: 0.5em;
  background-color: #21242b;
  border-bottom: 10px solid #01c1ff;
}
.cbd-icons-container i {
  color: #18f98f;
  font-size: 2.5em;
  text-align: center;
}
.cbd-icons-container span.num {
  color: #01c1ff;
  display: inline-block;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}
.cbd-icons-container span.text {
  color: #e0e0e0;
  font-size: 1.5em;
  text-align: center;
  padding: 0.7em 0;
  font-weight: 400;
  line-height: 1;
  display: block;
}
.cbd-icons-container span.per {
	display: inline-block;
	font-size: 3em;
	color: #01c1ff;
}
@media screen and (max-width: 1024px) {
  .cbd-icons-wrapper {
    width: 85vw;
  }
  .cbd-icons-container {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .cbd-icons-wrapper {
    width: 90vw;
    flex-wrap: wrap;
    gap: 30px;
  }
  .cbd-icons-container {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .cbd-icons-wrapper {
    gap: 15px;
  }
  .cbd-icons-container {
    width: 100%;
    font-size: 8px;
  }
}