.material1 {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.material1 a {
  color: black;
}

h2 {
  color: #0F2F49 !important;
}

h4 {
  color: #2676b6 !important;
}

a {
  text-decoration: none !important;
}
a h5 {
  color: #2676b6 !important;
  font-weight: 500 !important;
}

.info-tablet {
  background-color: #f2f4f8;
  height: 100%;
  max-height: 530px;
  width: 290px;
  padding: 40px;
  border-radius: 16px;
  position: absolute;
}

h5 {
  color: #2676b6 !important;
  font-weight: 700 !important;
}

.material2 {
  background-color: #f2f4f8;
  display: flex;
  align-items: start;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
}

.material3 {
  background-color: #cfe3f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  gap: 15px;
}
.material3 .box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 24px;
  padding: 24px 40px;
  background-color: #e2eff9;
  border: 1px solid #e1e4ed;
  height: 222px;
  width: 400px;
  border-radius: 8px;
}
.material3 .box h5 {
  color: #0F2F49 !important;
}
.material3 .box a {
  color: #2676b6;
}
.material3 a {
  color: black;
}

.hover-blue {
  transition: all 0.3s ease-in-out;
}
.hover-blue p {
  transition: all 0.3s ease-in-out;
}

.hover-blue:hover {
  transition: all 0.3s ease-in-out;
  color: #2676b6 !important;
}
.hover-blue:hover p {
  color: #2676b6 !important;
  transition: all 0.3s ease-in-out;
}
