.featuredimage {
    max-height: 60px;
    margin: auto;
    cursor: pointer;
    background-color: white;
}

.imageContainer {
    display: inline-flex;
    border: solid 1px rgb(204, 204, 204);
    width: 247px;
    vertical-align: top;
    margin-bottom: 4px;
    text-align: center;
    position: relative;
    background-color: white;
    height:90px;
}

.imageContainer.has-arrow {
  height: 112px;
}

.imageContainer.open {
  height: 216px;
}

.imageContainer.open.long {
  height: 236px;
}

.img-description {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

.contract-images-grid {
  display: flex;
  align-items: center;
  padding-top:10px;
}

.img-replacement {
    height: 90px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.view-more-button.btn.btn-primary {
  margin: auto;
  width: 100px;
  display: flex;
  margin-top: 20px;
}

.img-replacement > p {
  margin: 0;
}
.replacement-holder {
  height: 90px;
  width: 247px;
}

.contact-button:before {
  font-family: "icomoon";
  position: absolute;
  bottom: 5px;
  left: 50%;
  line-height: 1;
  font-size: 8px;
  color: #32499c;
  font-weight: 400;
}

.imageContainer.open  .contact-button:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  font-family: "icomoon";
  position: absolute;
  bottom: 5px;
  left: 48%;
  line-height: 1;
  font-size: 8px;
  color: #32499c;
  font-weight: 400;
}
.contact-info {
  background-color: #f2f2f2;
  width: 245px;
}

.cont {
  height: 90px;
  width: 245px;
  display:flex;
  padding: 0px 10px;
}

.imageContainer.open .contact-information {
  display:grid;
}

 .contact-information {
  display:none;
  text-align: initial;
  width: 245px;
}
.contact-information > p {
  color: #32499c;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.contact-information > p.header-contact {
  text-align:center; 
  font-weight:bold;
  margin: 3px 0 3px 0px;
}

.contact-information > p {
  margin: 3px 0 3px 5px;
}

.contact-button {
  color:#f2f2f2;
  width:245px;
}