.fe_fliplogo_box {
	width: 100%;
	aspect-ratio: 3 / 2;
    border-radius: 9px 9px 9px 9px;
}

.fe_fliplogo_box_inner {
  position: relative;
  width: 75%;
  height: 75%;
  text-align: center;
  border-radius: 9px 9px 9px 9px;
}

.providerbutton {
  border: 1px solid #d1e1e4;
  border-radius: 4px;
  width: 249px;
  height: 249px;
  float: left;
  margin: 15px;
  background-color: #d8e8eb;
  display: flex;
  justify-content: center;
}

.img-fluid {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  display: block;
}