/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.desc-animate-container {
  display: flex;
  height: 485px;
  position: relative;
}

.test-animate-content {
  color: #303e48;
  width: 100%;
  z-index: 1;
  padding-bottom: 30px;
}

.test-animate-para {
  top: 50%;
  transform: translateY(-50%);
}

.test-animate-para p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
}

.color-div {
  position: absolute;
  background-color: #f2faff;
  right: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 544px) {
  .color-div {
    width: 0;
  }
  .animate-show {
    width: 70%;
    transition: width 4s;
  }
}
@media only screen and (min-width: 1200px) {
  .animate-show {
    width: 75%;
  }
}
