.bwu {
  text-align: center;
}
.bwu .field--name-field-title {
    font-weight: bold;
      font-size: 14px;
      padding: 15px;
      height: 55px;
      color: #041986;
      text-transform: uppercase;
}

.bwui {
  text-align: center;
}

@media only screen and (min-width: 769px) {
.bwu {
  width: 20%;text-align: center;padding-bottom: 8%;
}

.bwui h2{
  font-size: 40px;color: #041986;text-transform: uppercase;padding: 0;
}
.bwui p {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: normal;
  }

.bwu .field--name-field-icon {
  /* Center the icon horizontally and vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  /* Apply circular background */
  width: 90px;
  height: 90px;
  background-color: #041986;
  border-radius: 50%;
  margin: auto;border: 3px solid #221c1c;
}

.bwu .field--name-field-icon svg {
  display: block;
  margin: auto;
  font-size: 36px;
  color: white;
  line-height: 90px;padding-top: 7px;
}
.bwui img{
    width: 100px;        height: 45px;
        margin-top: -5px;
}
.bwui h2{color:#041945;font-size:36px;margin-bottom:30px;}

.field--name-field-icon::after {
  border: 3px solid #e5990c;
}

.bwui {
  padding: 5% 15% 5% 15%;
}
.bwu .field.field--name-body {
  padding-top: 30px;
}

.bwu .field.field--name-field-icon {
  padding-bottom: 10px;
}
}

@media only screen and (max-width: 768px) {
.bwui {
  margin-top: 30px;border-bottom:1px solid #e4dede;
    padding-bottom: 30px;margin-bottom: 30px;
}
.bwui img {
    width: 30%;
}
.bwu .field--name-field-icon {
  /* Center the icon horizontally and vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  /* Apply circular background */
  width: 60px;
  height: 60px;
  background-color: #041986;
  border-radius: 50%;
  margin: auto;
  border: 3px solid #221c1c;margin-top: 30px;
}
.bwu .field--name-field-icon svg {
  display: block;
  margin: auto;
  font-size: 30px;
  color: white;
}
}




.wcu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:60px;
}
.wcu svg:not(:host).svg-inline--fa, .wcu svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
    font-size: 30px;color: #1990f6;
}
@media only screen and (min-width: 1200px) {

.wcu {
  width: calc(20% - 20px);
  text-align: center;
  border-radius: 50% / 100px;
  background: #041945;
  padding: 20px;
  margin: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
}

.wcu .field--name-field-icon {
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.wcu .field--name-field-icon .glyphicon {
    font-size: 26px;
}
.wcu .field--name-title {
  flex-grow: 0; /* Changed from 1 to 0 */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px; /* Reduced margin */
  align-self: center; /* Added vertical centering */
  height:80px;    color: white;
    font-weight: bold;
}

.wcu .field--name-body {
  /* Set flex-basis for consistent height */
  flex-basis: 150px; /* Adjust this value as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  padding: 20px;
  margin-top: 10px;
  box-sizing: border-box;
}



@media only screen and (max-width: 1200px) {
.wcu {
    width: calc(30% - 20px);
    text-align: center;
    border-radius: 50% / 100px;
    background: #041945;
    padding: 20px;
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
}

@media only screen and (max-width: 768px) {
.wcu {
    width: calc(100% - 20px);
    text-align: center;
    border-radius: 50% / 100px;
    background: #041945;
    padding: 20px;
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
}

