.project-info {
  padding: 100px 40px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  top: 50px;
}

.project-title {
 font-family: "Arial"!important;
  color: #333;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
}

.lighter {
  font-size: 0.86rem;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tag {
  font-weight: lighter;
  color: grey;
}

/*DELETE THIS TWO LINE*/
.delete {
  background-color: #b2b2fd;
}

.card-img div {
  width: 90%;
}
/*IF USING IMAGES*/

.card-2 {
  background-color: #f1f1f1;
  color: black;
  width: 100%;
  max-height: 900px;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  padding-bottom: 4rem;
  

}

.card-img {
  position: relative;
  top: -40px!important;
  height: 150px!important;

  display: flex;
  justify-content: center;
}

/* Change the .card-img div to .card-img img to use img*/
.card-img a,
.card-img div {
  height: 320px;
  width: 90%;
  /* Change this width here to change the width of the color/image */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-imgs {
    background: url(../img/bravo-1.webp);
  background-size: cover;
  background-position: center center;
}

.card-imgs-1 {
    background: url(../img/bravo-2.jpg);
  background-size: cover;
    background-position: center center;

}
.card-imgs-2 {
    background: url(../img/demo.jpg);
  background-size: cover;
    background-position: center center;

}

.card-imgs-3 {
    background: url(../img/demo.jpg);
  background-size: cover;
    background-position: center center;

}

.card-imgs-4 {
    background: url(../img/demo.jpg);
  background-size: cover;
}

.card-imgs-5 {
    background: url(../img/demo.jpg);
  background-size: cover;
}

.project-title{
  font-weight: 600;
}



a.cta {

  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #d93c31;
  padding: 10px 10px;
  border: 1px solid #d93c31;
  border-radius: 24px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.5s;
  width: 112px;
  text-align: center;

}



 a.cta:hover {

  background-color: #d93c31;

  color: #fff;

}