/*
   1. Border radius
   ----------------

   @include border-radius(4px);
*/
/*
   2. Transition
   -------------

   @include transition(all 0.2s ease-out);
*/
/*
   3. Box shadow
   -------------

   @include box-shadow(inset 0 3px 4px rgba(0, 0, 0, 0.1));
*/
/*
   4. Opacity
   ----------

   @include opacity(0.8);
*/
/*
   5. Clearfix
   -----------

    @include clearfix();
*/
/*
   6. Font size
   ------------

   @include font-size(16, null, $font-weight-bold);
*/
/*
   7. Properties in REM
   --------------------

   @include rem(margin, 50px 0);
*/
/*
   8. Position
   -----------

   @include position(absolute, 10px, 10px, 5px, 15px);
*/
/*
   9. Breakpoints
   --------------

   @include breakpoint($min, $md){}
   @include breakpoint($max, $lg){}
   @include breakpoint(null, $xs, $lg){}
   @include breakpoint(null, 580px, $lg){}
*/
/*
   10. Background image
   --------------------

   @include background('pattern.png');
   @include background(transparent url(product/pattern.png) no-repeat 0 0);
*/
/*
   11. Grid mixin
   --------------

   @include col(1, 3);
*/
/*
   12. Box sizing
   --------------

   @include box-sizing(border-box);
*/
/*
   13. Placeholder
   ---------------

   @include placeholder {};
*/
/*
   14. Arrow
   ---------

   @include arrow(right, 3px, $black);
*/
/*
   15. Bg opacity
   --------------

   @include background-opacity(#333, 0.5);
*/
/*
   16. Transform
   --------------

   @include transform(skew(-20deg));
*/
.paragraph--type--host {
  margin-left: calc((100% - 100vw) / 2) !important;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.vas-domacin__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .vas-domacin__bg {
    padding: 7rem 0;
  }
}
.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: 768px) {
  .vas-domacin__container {
    padding: 3rem;
    width: 100%;
    margin: 0 1.6rem;
  }
}
@media (max-width: 768px) {
  .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 (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .vas-domacin .btn_primary {
    width: 18.6rem;
    gap: 0;
  }
}
/*# sourceMappingURL=paragraph-host.css.map */
