.cdesc-sect__description-animated {
  position: relative;
  overflow: auto;
  box-shadow: -3px 3px 17px 3px rgba(0, 0, 0, 0.062745098);
  margin: 7px;
  padding: 7px 33px 22px 30px;
  border-radius: 7px;
  width: 100%;
  transition: 0.5s;
  background: linear-gradient(to right, transparent 0px, rgb(76 175 80 / 7%) 100px, transparent 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cdesc-sect__description-animated:hover {
  background-size: 100% 100%;
  background-position: 1000px 0;
  box-shadow: -3px 3px 27px 7px rgba(0, 0, 0, 0.0901960784);
  transition: 0.8s;
}
.cdesc-sect__description-animated img {
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 1px 1px 22px 0px rgba(0, 0, 0, 0.1254901961);
}
.cdesc-sect__description-animated img:hover {
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.1254901961);
  transform: scale(1.02);
  transition: 0.5s;
}
.cdesc-sect__description-animated a {
  color: #4CAF50;
  text-decoration: none;
  background: linear-gradient(to bottom, transparent, rgb(76 175 80 / 48%));
  background-size: 100% 5px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  padding: 0 5px;
  border-radius: 3px;
  transition: 0.5s;
}
.cdesc-sect__description-animated a:hover {
  background-size: 100% 100%;
  background-position: 10% 100%;
  color: black;
  text-decoration-color: rgb(76 175 80 / 43%);
  transition: 0.5s;
}
.cdesc-sect__description-animated h2,
.cdesc-sect__description-animated h3 {
  margin: 3px 7px 7px 3px;
  display: inline-block;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.33);
}
.cdesc-sect__description-animated p {
/*  text-align: justify;*/
  text-indent: 12px;
  margin: 12px 0;
  min-width: 30%;
}
.cdesc-sect__description-animated p::first-letter {
  color: #02bd38;
  text-shadow: -2px 2px 12px rgba(0, 0, 0, 0.4);
}
.cdesc-sect__description-animated iframe {
  border-radius: 7px;
  box-shadow: 1px 1px 22px 0px rgba(0, 0, 0, 0.1254901961);
}
.cdesc-sect__description-animated .to-right {
  float: right;
  margin: 12px 0 12px 12px;
}
.cdesc-sect__description-animated .to-left {
  float: left;
  margin: 12px 12px 12px 0;
}
.cdesc-sect__description-animated .thirty-percent {
  width: 30% !important;
  height: auto !important;
}
.cdesc-sect__description-animated .fifty-percent {
  width: 50% !important;
  height: auto !important;
}
.cdesc-sect__description-animated .hundred-percent {
  width: 100% !important;
  height: auto !important;
}
.cdesc-sect__description-animated .hundred-percent:hover {
  transform: scale(0.95) !important;
}
.cdesc-sect__description-animated .hundred {
  width: 100px !important;
  height: auto !important;
}
.cdesc-sect__description-animated .three-hundred {
  width: 300px !important;
  height: auto !important;
}
.cdesc-sect__description-animated .five-hundred {
  width: 500px !important;
  height: auto !important;
}
.cdesc-sect__description-animated .no-shadow {
  box-shadow: none !important;
  text-shadow: none !important;
}
.cdesc-sect__description-animated .no-radius {
  border-radius: 0 !important;
}
.cdesc-sect__description-animated .center-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 27px;
}
.cdesc-sect__description-animated .center-around p {
  flex: 1 0 30%;
}
.cdesc-sect__description-animated .center-around img {
  flex: 1 0 30%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.cdesc-sect__description-animated > ol, .cdesc-sect__description-animated > ul {
  display: inline-block;
}

.cdesc-sect__description-animated figcaption {
  font-size: 12px;
  margin: 3px 12px;
  color: #02bd38e6;
}