.at_technologies {
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.at_technologies .at-tech__icon {
  border-radius: 20px;
  border: 2px solid #00193E;
  padding: 20px 60px;
}
.at_technologies .at-tech__icon:hover {
  background: #A2D2ED !important;
}