.blog-blogger {
  position: relative;
}
.blog-blogger-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blog-blogger-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-blogger-background-img-mob {
  display: none;
}
.blog-blogger .container {
  padding: 3.5rem 5rem;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 4rem;
}
.blog-blogger-img.first svg {
  width: 10.125rem;
  height: 10.375rem;
}
.blog-blogger-img.second svg {
  width: 9.6875rem;
  height: 10.0625rem;
}
.blog-blogger-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.blog-blogger-title p {
  color: #fff;
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.07rem;
}
.blog-blogger-subtitle p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0125rem;
}
.blog-blogger-subtitle p span {
  font-weight: 700;
}
.blog-blogger-button a {
  display: flex;
  justify-content: center;
  color: #0a2457;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.01rem;

  padding: 0.46875rem 3.125rem;

  border-radius: 0.625rem;
  background: #fafafa;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);

  text-decoration: unset;
}
