a {
  color: #0076bc;
}
.feature_bx {
  /* padding: 51px 0px 0px 55px !important; */
}
.usecase-list {
  margin-top: 50px;
}

.usecase-list ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-left: 0px;
}
.usecase-list ul li {
  display: inline-block;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease;
  width: 100%;
}
.usecase-Icon img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 0 13px 3px rgb(0 0 0 / 10%);
  width: 120px;
  height: 120px;
  /*-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.13);*/
}
.usecase-Heading {
  margin-top: 10px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 500;
  font-size: 16px;
}
.usecase-Heading a {
  color: #707070 !important;
  font-size: 20px;
}
.col-pad {
  padding: 10px 0;
}
.col-main {
  width: 100%;
  display: flex;
}
.col-main-reverse {
  width: 100%;
  display: flex;
}
.col-left {
  width: 50%;
}
.col-right {
  width: 50%;
}
.col-left p {
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 500;
}
.col-main-reverse .col-right {
  text-align: left;
}
.col-main .col-right {
  text-align: right;
}
.col_Heading {
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
}
.col_context {
  font-size: 14px;
  margin-top: 15px;
  line-height: 28px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.knowmore-btn {
  height: 40px;
  line-height: 37px;
  width: 140px;
  background: white;
  float: left;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #000;
}
.knowmore-btn:hover {
  text-decoration: none;
  color: currentColor;
}
.bullet {
  font-size: 14px;
  list-style-type: none;
  line-height: 24px;
}
.bullet-para ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 22px;
  text-indent: -19px;
  line-height: 30px;
}
.btn-blue:hover {
  transform: scale(1) !important;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}
#usecases_section .feature_bx .row .col {
  transition: all 0.2s ease-in-out;
}
#usecases_section .feature_bx .row .col:hover {
  transform: scale(1.1);
}
a {
  color: #000;
}
