@media (max-width: 991px) {
  .left_image_block {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .left_image_block_image {
    margin-bottom: 40px;
  }
}
.left_image_block_image img {
  width: 100%;
  object-fit: cover;
}
.left_image_block_text {
  padding: 80px;
  padding-right: calc((100% - 1320px) / 2 + 12px);
}
@media (max-width: 1400px) {
  .left_image_block_text {
    padding-right: calc((100% - 1140px) / 2 + 12px);
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .left_image_block_text {
    padding-right: calc((100% - 960px) / 2 + 12px);
  }
}
@media (max-width: 991px) {
  .left_image_block_text {
    padding: 0;
  }
}
.left_image_block_button {
  display: flex;
  padding: 11px 20px 11px 32px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  border: 1px solid var(--Light-Main, #F2ECE7);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  transition-duration: 0.2s;
  color: #F2ECE7;
  text-decoration: none;
}
.left_image_block_button:hover {
  background-color: #d5b200;
  color: #292929;
  border-color: #d5b200;
}
.left_image_block_button:hover:after {
  transform: rotate(135deg);
  filter: invert(80%) sepia(8%) saturate(325%) hue-rotate(201deg) brightness(94%) contrast(89%);
}
.left_image_block_button:after {
  content: url("/wp-content/uploads/2023/12/open.svg");
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  transition-duration: 0.2s;
}

/*# sourceMappingURL=left_image_block.css.map */
