section.about {
  padding: 20px 0 32px;
  background: #f4f7fc;
}

section.about .world {
  align-items: stretch;
  row-gap: 22px;
}

section.about .world > [class*="col-"] {
  display: flex !important;
  margin-top: 0 !important;
}

section.about .bg-box {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 590px;
  grid-template-rows: 208px 58px 1fr 44px;
  gap: 12px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce6f5;
  border-radius: 7px;
  box-shadow: 0 12px 30px rgba(20, 47, 91, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

section.about .bg-box:hover {
  border-color: #b9cdfc;
  box-shadow: 0 18px 38px rgba(20, 47, 91, 0.16);
  transform: translateY(-3px);
}

section.about .image-container {
  display: flex !important;
  width: 100%;
  height: 208px;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  overflow: hidden;
  background: #f5f8fd;
  border: 1px solid #e2e9f4;
  border-radius: 6px;
}

section.about .image-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

section.about .bg-box h4 {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  color: #17243a;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

section.about .bg-box p {
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: #526176 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

section.about .bg-box .link-btn {
  display: flex !important;
  height: 44px;
  align-items: center;
  justify-content: center !important;
  align-self: end;
  margin: 0 !important;
  padding: 0 !important;
}

section.about .bg-box .theme-btn {
  display: inline-flex !important;
  box-sizing: border-box;
  height: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px !important;
  color: #fff !important;
  background: #0b5cff !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 20px rgba(11, 92, 255, 0.22);
  text-decoration: none !important;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

section.about .bg-box .theme-btn:hover {
  background: #084bd4 !important;
  box-shadow: 0 12px 26px rgba(11, 92, 255, 0.3);
  transform: translateY(-2px);
}

section.about .bg-box .faiz1 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 700;
}

@media (max-width: 991px) {
  section.about .bg-box {
    min-height: 560px;
    grid-template-rows: 190px 58px 1fr 44px;
  }

  section.about .image-container {
    height: 190px;
  }
}

@media (max-width: 767px) {
  section.about .bg-box {
    min-height: 0;
    grid-template-rows: 210px auto auto 44px;
  }

  section.about .image-container {
    height: 210px;
  }
}
