.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--quiz-image-paragraph .quiz-image-paragraph-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper {
    margin: 0 6.25rem;
  }
}
.paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper .quiz-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: 992px) {
  .paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper .quiz-image-paragraph-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper .quiz-image-paragraph-box {
    gap: 3.125rem;
  }
}
.paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper .quiz-image-paragraph-box .quiz-image-paragraph-image {
  width: 100%;
  -webkit-box-shadow: 0rem 0rem 0.9375rem -0.5rem rgb(66, 68, 90);
          box-shadow: 0rem 0rem 0.9375rem -0.5rem rgb(66, 68, 90);
}
@media (min-width: 768px) {
  .paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper .quiz-image-paragraph-box .quiz-image-paragraph-image {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper .quiz-image-paragraph-box .quiz-image-paragraph-image {
    margin-bottom: 0;
    min-width: 478px;
  }
}
.paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper .quiz-image-paragraph-box .quiz-image-paragraph-image .img-responsive {
  width: 100%;
  height: auto;
}
.paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper .quiz-image-paragraph-box .quiz-image-paragraph-text {
  font-family: "BarlowCondensed";
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin-top: 6.25rem;
  height: 100%;
}
@media (min-width: 480px) {
  .paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper .quiz-image-paragraph-box .quiz-image-paragraph-text {
    margin-top: 3.125rem;
  }
}
@media (min-width: 768px) {
  .paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper .quiz-image-paragraph-box .quiz-image-paragraph-text {
    padding: 0 2.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type--quiz-image-paragraph .quiz-image-paragraph-wrapper .quiz-image-paragraph-box .quiz-image-paragraph-text {
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
/*# sourceMappingURL=../../maps/components/paragraph/paragraph--quiz-image-paragraph.css.map */
