.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;
}

.first-content-container-ba img {
  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-bawi {
  display: flex;
  padding-right: var(--24, 24px);
  flex-direction: column;
  align-items: center;
  gap: var(--80, 80px);
  flex: 1 0 0;
}

.blog-big-article-bawi {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--64, 64px);
}

.blog-big-article-img-container-bawi {
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-radius: 16px;
  background: var(--BG-Card, #f5f6f9);
}

.blog-big-article-img-container-bawi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-big-article-txt-bawi {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: center;
  gap: var(--32, 32px);
}

.blog-big-article-txt-bawi 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-txt-bawi 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;
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1080px) {
  .first-content-container-ba {
    padding: 80px;
  }
  .blog-big-article-container-bani {
    flex-direction: column;
    padding: 80px;
  }
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 768px) {
  .first-content-container-ba {
    padding: 40px 20px;
  }
  .first-content-container-ba h1 {
    font-size: 32px;
  }
  .blog-big-article-container-bani {
    padding: 40px 20px;
  }
  .blog-big-article-left-bawi {
    gap: 64px;
  }
  .blog-big-article-container-bani {
    gap: 64px;
  }
}
