.ie-container {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.ie-body {
  display: flex;
  width: 660px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.ie-logo {
  width: 77px;
  height: auto;
}

.ie-heading {
  width: 660px;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #014165;
  margin: 31px 0;
}

.ie-subheading {
  width: 660px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #014165;
  margin-bottom: 61px;
}
.ie-message {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
.ie-browsers-container {
  display: flex;
}
.ie-browser-link {
  text-decoration: none;
  margin-right: 50px;
}

.ie-browser-link:last-child {
  margin-right: 0;
}

.ie-browser {
  height: 82px;
  width: auto;
}

@media only screen and (max-width: 769px) {
  .ie-container {
    align-items: unset;
  }

  .ie-body {
    padding-top: 15px;
    max-width: 297px;
    justify-content: unset;
  }

  .ie-heading {
    margin: 59px 0 14px;
    font-size: 20px;
    max-width: 287px;
  }

  .ie-subheading {
    margin-bottom: 47px;
    width: 297px;
  }
  .ie-message {
    margin-top: 60px;
  }
  .ie-browsers-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 297px;
  }
  .ie-browser-link {
    margin: 0 20.5px 30px;
  }

  .ie-browser-link:last-child {
    margin: 0 20.5px 30px;
  }
}
