.coce-3-cols.grid {
	display: flex !important;
}

.req-act-btn {
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 999;
  transition: all 0.2s ease-in-out;
}
.req-act-btn .button {
  background-color: #c00;
  border: none;
  padding: 1em 2em;
  box-shadow: 0 20px 40px rgba(204, 0, 0, 0.25);
}
.req-act-btn:hover {
  bottom: 3em;
}

.coce--off-white .section-heading {
  color: #6a6a6a;
  max-width: 50%;
  margin: 2em auto;
}
.coce--off-white .grid {
  z-index: 99;
  padding: 0 5% 3em 5%;
}
.coce--off-white .grid .content {
  cursor: default;
  padding: 0 1em;
}
.coce--off-white .grid .content .subheading {
  background-color: #f1f2f2;
  z-index: 100;
  display: inline-block;
  padding: 0 1em;
}
.coce--off-white .grid .content .body-text {
  padding: 2em;
  font-weight: 300;
  margin: -2em 0;
  border: 1px solid #036;
}
.coce--off-white .grid .content .body-text p {
  margin: 0;
}

.coce-3-cols.grid .item {
  width: calc((100% / 3) - 1px);
  height: 0;
  padding-bottom: calc((100%/3));
  display: block;
  position: relative;
}
.coce-3-cols.grid .item .item-img {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.coce-3-cols.grid .item .item-img img {
  transition: all 1s ease-in-out;
  width: 100%;
  position: relative;
}
.coce-3-cols.grid .item .item-img::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.coce-3-cols.grid .item .item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20%;
  text-align: center;
}
.coce-3-cols.grid .item .item-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  border: 1px solid #FFF;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.coce-3-cols.grid .item .item-content .title {
  color: #FFF;
  font-size: 1.5em;
  z-index: 10;
  transition: all 0.25s ease-in;
}
.coce-3-cols.grid .item .item-content .subtitle {
  color: #CCC;
  font-size: 1.1em;
  z-index: 10;
  transition: all 0.25s ease-in;
}
.coce-3-cols.grid .item .item-content .description {
  display: block;
  color: #fff;
  text-align: left;
  font-weight: 300;
  font-size: 0.9em;
  transition: all 0.25s ease-in;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.coce-3-cols.grid .item .item-content .action-btn {
  background-color: #c00;
  border: none;
  position: absolute;
  background-color: #0073e6;
  bottom: 20%;
  opacity: 0;
  left: 35%;
  right: 35%;
  transition: all 0.2s ease-in-out;
}
.coce-3-cols.grid .item img {
  overflow: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.coce-3-cols.grid .item img::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.coce-3-cols.grid .item:hover {
  z-index: 100;
}
.coce-3-cols.grid .item:hover .item-img {
  top: -30px;
  border-radius: 39% 61% 49% 51%/47% 71% 29% 53%;
  box-shadow: 0 2em 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.coce-3-cols.grid .item:hover .item-img.blob-style--1 {
  border-radius: 39% 61% 49% 51%/47% 71% 29% 53%;
  -webkit-transform: rotate(-10deg) scale(1.2);
          transform: rotate(-10deg) scale(1.2);
}
.coce-3-cols.grid .item:hover .item-img.blob-style--2 {
  border-radius: 65% 35% 38% 62%/37% 31% 69% 63%;
  -webkit-transform: rotate(11deg) scale(1.2);
          transform: rotate(11deg) scale(1.2);
}
.coce-3-cols.grid .item:hover .item-img.blob-style--3 {
  border-radius: 63% 37% 42% 58%/40% 81% 19% 60%;
  -webkit-transform: rotate(7deg) scale(1.2);
          transform: rotate(7deg) scale(1.2);
}
.coce-3-cols.grid .item:hover .item-img::after {
  background-color: #0073E4;
  opacity: 0.5;
}
.coce-3-cols.grid .item:hover .item-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.coce-3-cols.grid .item:hover .image::before {
  content: none;
}
.coce-3-cols.grid .item:hover .item-content {
  align-items: flex-start;
  padding: 15%;
}
.coce-3-cols.grid .item:hover .item-content::before {
  background-color: rgba(0, 0, 0, 0.3);
  left: 5%;
  right: 5%;
  top: 5%;
  bottom: 5%;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
}
.coce-3-cols.grid .item:hover .item-content .title {
  text-align: left;
}
.coce-3-cols.grid .item:hover .item-content .subtitle {
  margin-top: 0;
  text-align: left;
  font-size: 1em;
}
.coce-3-cols.grid .item:hover .item-content .description {
  overflow: visible;
  height: 3em;
  margin: 2em auto;
  opacity: 1;
  z-index: 101;
}
.coce-3-cols.grid .item:hover .item-content .action-btn {
  opacity: 1;
  background-color: #0073e6;
  margin: auto;
  padding: 1em;
  bottom: -14px;
  z-index: 101;
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
  .section-wrapper .coce-3-cols.grid .item {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .section-wrapper .coce-3-cols.grid .item .item-img {
    position: relative;
  }
  .section-wrapper .coce-3-cols.grid .item .item-img.blob-style--1, .section-wrapper .coce-3-cols.grid .item .item-img.blob-style--2, .section-wrapper .coce-3-cols.grid .item .item-img.blob-style--3 {
    border-radius: 0;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content {
    position: absolute;
    padding: 2em;
    top: 0;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content::before {
    left: 1em;
    right: 1em;
    top: 1em;
    bottom: 1em;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content .title {
    margin: 0 auto;
    font-size: 7vw;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content .subtitle {
    margin: 0 auto;
    font-size: 5vw;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content .description {
    overflow: visible;
    height: auto;
    opacity: 1;
    margin: 2em;
    font-size: 3vw;
  }
  .section-wrapper .coce-3-cols.grid .item .item-content .action-btn {
    opacity: 1;
    margin: 1em auto;
    position: initial;
    display: block;
    font-size: 4.5vw;
    width: 50%;
  }
  .section-wrapper .coce-3-cols.grid .item:hover .item-img {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    top: 0;
  }
}

