.card-about {
  height: 140px;
  width: 160px;
  border: 1px solid #EE174A;
  border-radius: 15px;
  background-color: #EBF0F7;
  margin-right: 40px;
}

.card-about > p {
  font-weight: 700;
}

.card-about > img {
  width: 40%;
  margin-top: 20px;
}

.text-pink {
  color: #EE174A;
}

.text-bold {
  font-weight: 700;
}

.experience-2 {
  border-left: solid 1px;
}

.experience-2 > p > span:last-child{
  font-size: 0.8em;
}

.pink-points {
  height: 100%;
}

.pink-point {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #EE174A;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {

  .mobile {
    display: block;
  }

  .container p {
    width: 70%;
  }

  h2 {
    margin-top: 2rem;
  }

  .container h2,
  .container p {
    margin-left: 1rem;
  }

  .desktop {
    display: none;
  }

  .card-xp {
    border: solid 1px transparent;
    border-radius: 20px;
    background-color: #EBF0F7;
    margin-top: 1rem;
    background: linear-gradient(#EBF0F7, #EBF0F7) padding-box, linear-gradient(-180deg, #EE174A 0%, transparent 100%) border-box;
    padding: 1rem;
  }

  .card-xp p {
    margin-left: 0;
  }

  .card-xp p:nth-child(2) {
    margin-bottom: 0;
  }

  .card-xp span:first-child,
  .card-xp p:nth-child(2) {
    font-size: 1.2rem;
  }

  .card-xp p:nth-child(3) {
    font-size: 0.8rem;
  }

  .card-about {
    height: 100px;
    width: 80px;
  }

  .card-about > p {
    margin-left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
  }

}
