.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--d-p-social-media {
  position: relative;
}
.paragraph--type--d-p-social-media .d-social-media {
  padding-bottom: 2rem;
  padding-top: 3rem;
}
.paragraph--type--d-p-social-media .d-social-media .div-title {
  text-transform: uppercase;
}
.paragraph--type--d-p-social-media .d-social-media .div-subtext p {
  text-align: center;
  margin-bottom: 1rem;
}
.paragraph--type--d-p-social-media .d-social-media .border-r::before {
  right: -25px;
  width: 10px;
}
.paragraph--type--d-p-social-media .d-social-media .border-t::after {
  top: -10px;
}
.paragraph--type--d-p-social-media .d-social-media .social-media-card img {
  width: auto;
  margin: 0 auto;
  max-height: 150px;
  text-align: center;
}
.paragraph--type--d-p-social-media .d-social-media .social-media-card__header-top {
  margin-top: 0;
  font: 700 2.25rem "BarlowCondensed";
  text-align: center;
  color: #363636;
}
.paragraph--type--d-p-social-media .d-social-media .social-media-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -20px;
}
.paragraph--type--d-p-social-media .d-social-media .social-media-card__link > div {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 17px;
  padding: 8px 18px 2px;
}
.paragraph--type--d-p-social-media .d-social-media .social-media-card__link > div > a {
  display: inline-block;
  color: #fff;
  background-color: #da1715;
  border-radius: 48px 40px 34px 30px;
  padding: 20px 40px;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  text-transform: uppercase;
  font: 700 1.25rem "BarlowCondensed";
}
.paragraph--type--d-p-social-media .d-social-media .social-media-card__link > div > a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  text-decoration: none;
  background-color: white;
  color: #da1715;
  border-color: #da1715;
}
@media (max-width: 992px) {
  .paragraph--type--d-p-social-media .d-social-media .social-media-card {
    margin-bottom: 2.5rem;
  }
}
/*# sourceMappingURL=../../maps/components/paragraph/paragraph--d-p-social-media.css.map */
