.merak-content-left-image-right {
  background-color: inherit;
  position: relative;
}
.merak-content-left-image-right .columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.merak-content-left-image-right .column {
  flex: 1;
  padding: 1.5rem 0;
}
.merak-content-left-image-right .left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.merak-content-left-image-right .content-title {
  font-size: 1.55rem;
  font-weight: 700;
  font-family: "Lato";
  color: #0077A8;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .merak-content-left-image-right .content-title {
    font-size: 1.99rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-content-left-image-right .content-title {
    font-size: 2rem;
  }
}
.merak-content-left-image-right .content-description {
  font-size: 1.05rem;
  font-family: "Lato";
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-right: 3rem;
}
@media screen and (min-width: 769px) {
  .merak-content-left-image-right .content-description {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-content-left-image-right .content-description {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .merak-content-left-image-right .content-description {
    padding-right: 0;
  }
}
.merak-content-left-image-right .tags-section {
  margin-top: 1.5rem;
  width: 100%;
}
.merak-content-left-image-right .tags-section .tag-title {
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "Lato";
  color: #535867;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .merak-content-left-image-right .tags-section .tag-title {
    font-size: 1.59rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-content-left-image-right .tags-section .tag-title {
    font-size: 1.6rem;
  }
}
.merak-content-left-image-right .tags-section .tag-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.merak-content-left-image-right .tags-section .tag-button {
  padding: 0.7rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Lato";
  line-height: 1.5;
  border: 2px solid;
  border-radius: 22px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .merak-content-left-image-right .tags-section .tag-button {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-content-left-image-right .tags-section .tag-button {
    font-size: 1rem;
  }
}
.merak-content-left-image-right .tags-section .tag-button:hover {
  opacity: 0.8;
}
.merak-content-left-image-right .cta-section {
  margin-top: 1.5rem;
  width: 100%;
}
.merak-content-left-image-right .cta-section .button {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Lato";
  line-height: 1.5;
  border-radius: 22px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .merak-content-left-image-right .cta-section .button {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-content-left-image-right .cta-section .button {
    font-size: 1.2rem;
  }
}
.merak-content-left-image-right .right-image {
  display: flex;
  justify-content: center;
}
.merak-content-left-image-right .right-image img {
  max-width: 100%;
  height: auto;
  border-radius: 45px;
}
@media (max-width: 1024px) {
  .merak-content-left-image-right .columns {
    flex-direction: column;
  }
  .merak-content-left-image-right .column {
    width: 100%;
  }
  .merak-content-left-image-right .right-image {
    padding-bottom: 3rem;
  }
}
