#social_icon {
  /*background: #fff;*/
  /*color: #fff;*/
  padding-right: 5px;
  /*border-radius: 20%;*/
}
.customers_grid img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.box {
  padding-top: 50px;
  padding-bottom: 150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /* margin-left: 300px; */
  /* margin-right: -150px; */
}
.partner {
  text-align: center;
  display: flex;
  align-items: center;
  min-width: 24.6%;
  padding: 40px;
  margin: 3px auto;
  background: white;
  height: 150px;
}
.partner-logo {
  width: 100%;
  vertical-align: middle;
  padding: 15px 0px;
}
.case-title {
  text-align: center;
  font-weight: 600;
}
.case1-box {
  text-align: center;
}
.case-logo {
  width: 25% !important;
  margin-right: 2rem;
}
.world_bank_logo {
  width: 45% !important;
}

.case-header {
  padding: 0.6rem;
  color: white;
  border-radius: 1rem;
}

.case-header ~ p,
.case-header ~ ul {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  font-size: calc(0.7rem + 0.9vmin);
  color: #343a40;
}

.header-blue {
  background: linear-gradient(
    90deg,
    rgba(5, 164, 255, 1) 9%,
    rgba(5, 164, 255, 1) 41%,
    rgba(255, 255, 255, 1) 100%
  );
}

.header-green {
  background: linear-gradient(
    90deg,
    rgba(31, 184, 84, 1) 9%,
    rgba(31, 184, 84, 1) 41%,
    rgba(255, 255, 255, 1) 100%
  );
}

.header-yellow {
  background: linear-gradient(
    90deg,
    rgba(201, 201, 0, 1) 9%,
    rgba(227, 226, 3, 1) 27%,
    rgba(255, 255, 255, 1) 100%
  );
}

::selection {
  background-color: #0c3866;
  color: white;
}
