.about-container-gptday {
  background: #fff;
  border-radius: 24px;
  /* box-shadow: 0 6px 32px rgba(0, 90, 200, 0.09); */
  /* padding: 44px 32px 32px 32px; */
  /* max-width: 540px; */
  margin: 70px auto 40px auto;
  position: relative;
  color: #222b3c;
  text-align: center;
  overflow: hidden;
}
.about-blur-gptday {
  position: absolute;
  left: -80px;
  top: -60px;
  width: 170px;
  height: 170px;
  background: #00eaff44;
  border-radius: 60% 40% 45% 55%;
  filter: blur(42px);
  z-index: 0;
  animation: blurAnimAbout 5s infinite alternate;
}
@keyframes blurAnimAbout {
  0% { left: -80px; top: -60px;}
  100% { left: -60px; top: -90px;}
}
.about-logo-gptday {
  font-size: 52px;
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 16px #32b1ff88);
}
.about-title-gptday {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 1px;
  color: #1656C1;
}
.about-text-gptday {
  font-size: 1.15rem;
  color: #204473;
  opacity: 0.96;
  margin-bottom: 28px;
}
.about-highlight-gptday {
  background: linear-gradient(90deg, #c3e6fc 0%, #e4f5ff 100%);
  border-radius: 9px;
  padding: 11px 15px;
  margin: 26px 0;
  color: #1358aa;
  font-size: 1.01em;
  opacity: 0.97;
}
.about-contacts-gptday {
  margin-top: 28px;
  font-size: 1.05rem;
  color: #2055b8;
}
.about-contacts-gptday a {
  margin: 0 8px;
  color: #218ee3;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.17s;
}
.about-contacts-gptday a:hover {
  color: #0a72a5;
}
@media (max-width: 600px) {
  .about-container-gptday { padding: 25px 5px; }
  .about-title-gptday { font-size: 1.22rem;}
  .about-logo-gptday { font-size: 33px;}
}
