.paragraph--type--host {
  margin-left: calc((100% - 100vw) / 2) !important;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.vas-domacin__bg {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .vas-domacin__bg {
    padding: 7rem 0;
  }
}
.vas-domacin__bg-image .contextual-region {
  position: static;
}
.vas-domacin__bg-image img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.vas-domacin__container {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 3rem 3.3rem 3rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  width: 90%;
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  .vas-domacin__container {
    padding: 3rem;
    width: 100%;
    margin: 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .vas-domacin__container {
    flex-direction: column;
    gap: 0;
  }
}
.vas-domacin__logo {
  margin-bottom: 1.5rem;
  flex-basis: 200px;
  flex-grow: 1;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .vas-domacin__logo {
    flex-basis: 150px;
  }
}
.vas-domacin__text {
  flex-basis: 0;
  flex-grow: 999;
}
.vas-domacin__title {
  font-family: "Montserrat", foco, sans-serif;
  font-size: 30px;
  font-weight: 600 !important;
  line-height: 1.5;
  color: var(--host-text);
  margin-bottom: 15px !important;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .vas-domacin__title {
    font-size: 2rem !important;
    color: #2d2d2d;
  }
}
.vas-domacin__body {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.vas-domacin__body:hover {
  color: var(--title-gray);
}
.vas-domacin .btn_primary {
  width: 230px;
  font-size: 1.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .vas-domacin .btn_primary {
    width: 18.6rem;
    gap: 0;
  }
}
/*# sourceMappingURL=paragraph-host.css.map */
