.certifications .background-red {
  background-color: var(--color-primary);
  height: 504px;
  width: 45%;
  position: absolute;
  right: 0;
  margin-top: -470px;
}

.certifications .txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.title-about {
  width: auto;
  height: auto;
  position: absolute;
  top: 120px;
  left: 197px;
}

.subtitle {
  width: 490px;
  height: 210px;
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(11.5px);
  padding: 24px;
  left: 100px;
  top: -40px;
}

.subtitle > p {
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
}

.img-certifications {
  background: #d9d9d9;
  margin-top: -25px;
  object-fit: contain;
}

.img-certifications img{
height: 100%;
}

.background-red .slider {
  margin-top: -35px;
}

.card-about {
  border-radius: 8px;
  padding: 16px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  min-height: 250px;
  justify-content: start!important;
}

.card-about:hover {
  box-shadow: 18px 29px 54px #e9e9e9;
}

.form {
  margin-top: -100px;
  border: 1px solid var(--color-primary);
}