.contact {
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: #f2f4f8;
}

h2 {
  color: #0F2F49 !important;
}

h4 {
  color: #2676b6 !important;
}

h5 {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none !important;
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-news {
  width: 100%;
  height: 500px;
}

.icon {
  color: #2676b6 !important;
  transform: scale(1.5);
}

.g-20 {
  gap: 20px;
}

.main-button {
  background-color: #2676b6;
  text-decoration: none;
  color: #ffffff;
  width: 150px;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 18px 15px 18px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.main-button:hover {
  background-color: transparent;
  color: #0F2F49;
  border: 2px solid #2676b6;
  transition: all 0.3s ease-in-out;
}

input,
select {
  height: 50px !important;
}

.hover-blue {
  color: #0F2F49 !important;
}
