.first-content-container-ba {
  display: flex;
  padding: var(--120, 120px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--40, 40px);
  align-self: stretch;
  border-radius: 32px;
  background: var(--BG-Card, #f5f6f9);
  position: relative;
  overflow: hidden;
}

.webSolution {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.first-content-ba {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--40, 40px);
}

.first-content-ba h1 {
  color: var(--Typography-Black, #0c0c0d);
  max-width: 894px;
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  z-index: 10;
}

.first-content-ba ul {
  display: flex;
  align-items: flex-start;
  gap: var(--24, 24px);
  align-self: stretch;
  z-index: 10;
}

.first-content-ba ul li {
  color: var(--Typography-Ghost, #a3a5bf);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.blog-big-article-container-bani {
  display: flex;
  max-width: 1440px;
  padding: var(--100, 100px) var(--120, 120px);
  align-items: flex-start;
  gap: 102px;
}

.blog-big-article-left-bani {
  display: flex;
  max-width: 792px;
  padding-right: var(--24, 24px);
  flex-direction: column;
  align-items: center;
  gap: var(--80, 80px);
}

.blog-big-article-left-bani div {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: center;
  gap: var(--32, 32px);
}

.blog-big-article-left-bani div h1 {
  align-self: stretch;
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.blog-big-article-left-bani div p {
  align-self: stretch;
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.blog-card-mail-first-content-bl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--24, 24px);
  align-self: stretch;
  max-width: 384px;
}

.blog-card-mail-first-content-bl h1 {
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.blog-card-mail-first-content-bl p {
  color: var(--Typography-Dark-Grey, #45454d);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  align-self: stretch;
}

.blog-card-mail-second-container-bl {
  margin-top: 30px;
  display: flex;
  max-width: 384px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--32, 32px);
}

.blog-card-mail-second-container-bl input {
  height: 50px;
  display: flex;
  max-width: 384px;
  padding: 10px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--20, 20px);
  align-self: stretch;
  border: 0;
  outline: 0;
  border-bottom: 1.5px solid #e3e7fc;
  max-width: 584px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.blog-card-mail-second-container-bl input::placeholder {
  color: var(--Typography-Ghost, #a3a5bf);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.blog-card-mail-second-container-bl button {
  display: flex;
  padding: var(--8, 8px) var(--24, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--8, 8px);
  border-radius: 60px;
  background: var(--BG-Card, #f5f6f9);
  color: var(--Typography-Black, #0c0c0d);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  transition-timing-function: linear;
}

.blog-card-mail-second-container-bl button:hover {
  background-color: #edeef7;
}

.mobSolution {
  display: none;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1080px) {
  .webSolution {
    display: none;
  }

  .mobSolution {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: -200px;
  }

  .first-content-container-ba {
    padding: 80px;
  }

  .blog-big-article-container-bani {
    padding: 80px;
    flex-direction: column;
  }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {
  .first-content-ba {
    gap: 32px;
  }

  .mobSolution {
    right: 0;
    top: -62px;
  }

  .first-content-container-ba {
    display: flex;
    justify-content: flex-end;
    height: 520px;
    padding: 40px 20px;
    border-radius: 16px;
  }

  .first-content-container-ba h1 {
    font-size: 24px;
  }

  .blog-big-article-container-bani {
    padding: 40px 20px;
  }

  .blog-big-article-left-bani {
    gap: 64px;
  }
}