/*
Theme Name: Digital Business Solution - Child
Description: Digital Business Solution
Author: Digital Business Solution
Template: digibiz
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.section-title-normal span {
  border-bottom: 2px solid #e1b62b;
}

.icon-angle-right::before {
  color: var(--fs-color-primary);
  font-weight: 700;
  font-size: 1.5em;
}
.row-box-shadow-1 .col-inner
 {
  box-shadow: 0 0 12px #e3e3e3;
}
.col-inner.text-center:has(.button) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.col-inner.text-center .button.primary.is-large.lowercase {
  align-self: center;
}

.is-divider.divider.clearfix {
  margin-top: 5px;
  margin-bottom: 29px;
  height: 2px;
  max-width: 80px;
  background-color: rgb(224, 224, 224);
  width: 80px;

}
.button span {
  font-weight: normal;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}