.paragraph--type--simple-banner {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  overflow: hidden;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100% !important;
  cursor: pointer;
  text-align: center;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item {
  position: relative;
  word-break: break-word;
  overflow: hidden;
  display: flex;
  margin: 0px !important;
  width: 100%;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .body-hover {
  font-family: "Roboto", Helvetica, Arial;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  padding-top: 10px;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item a {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item a svg.ext {
  display: none;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .title-hover {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container {
  display: flex;
  width: 100%;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .image-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .image-banner:hover .banner-hover {
  top: 0;
  position: absolute;
  height: 100%;
  display: flex;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .image-banner:hover .title-banner {
  display: none !important;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .image-banner:hover .icon-banner {
  display: none !important;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .image-banner .custom-media .field--name-field-media-image img {
  width: 100%;
  filter: brightness(0.4);
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .image-banner .banner-normal {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 180px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .image-banner .banner-normal .title-banner {
  display: flex;
  width: 100%;
  font-weight: 500;
  justify-content: center;
  padding-top: 10px;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .image-banner .banner-normal .icon-banner {
  display: flex;
  justify-content: center;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .image-banner .banner-normal .icon-banner img {
  display: flex;
  justify-content: center;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .banner-hover {
  display: none;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10%;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .banner-hover p {
  font-size: 14px;
  line-height: 1.2;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .banner-hover .title-normal-hover-banner .field--name-field-title {
  display: flex;
  width: 100%;
  padding-top: 10px;
  font-weight: 700;
  justify-content: center;
}

.paragraph--type--simple-banner .paragraph--type--simple-banner-item .banner-container .banner-hover .icon-hover-banner .field--name-field-icon {
  display: flex;
  justify-content: center;
  align-content: center;
}
