.button {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  font-size: 43px;
  padding-top: 7px;
  cursor: pointer;
  text-align: center;
}
.button:hover {
  text-decoration: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.button:active, .button:focus {
  outline: none;
}
.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
@media (min-width: 425px) {
  .button-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.button--fourth {
  margin: 10px 15px;
  font-size: 1.3rem;
  display: inline-block;
  color: #e1231b;
  background-image: url("../images/background/button-bg-white-ver2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  padding: 18px 33px 10px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 425px) {
  .button--fourth {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .button--fourth {
    font-size: 2.6875rem;
  }
}
.button--fourth:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  text-decoration: none;
  color: #e1231b;
}
.button--fourth:hover {
  color: #e1231b;
}
.button--fourth:focus {
  color: #e1231b;
  text-decoration: none;
}

.paragraph--type--image-paragraph {
  position: relative;
}
.paragraph--type--image-paragraph::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 44px;
  z-index: 10;
  background-image: url("../../../images/border/WINIARY-X-TOP.png");
  background-repeat: repeat-x;
  top: 65px;
}
.paragraph--type--image-paragraph::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  z-index: 10;
  background-image: url("../../../images/border/WINIARY-X-BOTTOM.png");
  background-repeat: repeat-x;
  bottom: -50px;
}
.paragraph--type--image-paragraph .image-paragraph-wrapper {
  padding: 0 20px;
}
.paragraph--type--image-paragraph .image-paragraph-wrapper::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  height: calc(100% - 65px);
  width: 11px;
  z-index: 10;
  background-image: url("../../../images/border/border-y-yellow.png");
  background-repeat: repeat-y;
}
.paragraph--type--image-paragraph .image-paragraph-wrapper::after {
  content: "";
  position: absolute;
  top: 97px;
  right: 0;
  height: calc(100% - 55px);
  width: 11px;
  z-index: 10;
  background-image: url("../../../images/border/border-y-yellow.png");
  background-repeat: repeat-y;
}
@media (min-width: 768px) {
  .paragraph--type--image-paragraph .image-paragraph-wrapper::after {
    top: 90px;
    height: calc(100% - 50px);
  }
}
@media (min-width: 992px) {
  .paragraph--type--image-paragraph .image-paragraph-wrapper::after {
    top: 75px;
  }
}
.paragraph--type--image-paragraph .image-paragraph-wrapper .div-title {
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .paragraph--type--image-paragraph .image-paragraph-wrapper .div-title div h1, .paragraph--type--image-paragraph .image-paragraph-wrapper .div-title div h2, .paragraph--type--image-paragraph .image-paragraph-wrapper .div-title div h3 {
    font-size: 2rem;
    min-width: 170px;
  }
}
.paragraph--type--image-paragraph .image-paragraph-wrapper .image-paragraph-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 1200px) {
  .paragraph--type--image-paragraph .image-paragraph-wrapper .image-paragraph-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.paragraph--type--image-paragraph .image-paragraph-wrapper .image-paragraph-box .image-paragraph-image {
  width: 45%;
}
@media (min-width: 1200px) {
  .paragraph--type--image-paragraph .image-paragraph-wrapper .image-paragraph-box .image-paragraph-image {
    width: 35%;
  }
}
.paragraph--type--image-paragraph .image-paragraph-wrapper .image-paragraph-box .image-paragraph-image .img-responsive {
  width: 100%;
  height: auto;
}
.paragraph--type--image-paragraph .image-paragraph-wrapper .image-paragraph-box .image-paragraph-text {
  width: 80%;
  text-align: left;
  margin-bottom: 20px;
  height: 100%;
}
@media (min-width: 1200px) {
  .paragraph--type--image-paragraph .image-paragraph-wrapper .image-paragraph-box .image-paragraph-text {
    width: 65%;
    margin: 0;
  }
}
.paragraph--type--image-paragraph .image-paragraph-wrapper .image-paragraph-box .image-paragraph-text .field--label {
  display: none;
}
.paragraph--type--image-paragraph .image-paragraph-wrapper .image-paragraph-box .image-paragraph-text .field--item p {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .paragraph--type--image-paragraph .image-paragraph-wrapper .image-paragraph-box .image-paragraph-text .field--item p {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--image-paragraph .image-paragraph-wrapper .image-paragraph-box .image-paragraph-text .field--item p {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=../../maps/components/paragraph/paragraph--image-paragraph-quarter.css.map */
