.projectCard
{
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: none;
  border: none;
  cursor: default;
}

.projectCard > * + *
{
  margin-top:1rem;
}

.workStatus
{
  padding: 0.5rem 1rem;
  font-size: 2rem;
  text-align: center;
  border-radius: 1rem;
  transition: 0.2s;
  font-variation-settings: 'wght' 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.workStatus.active
{
  color: #c0392b;
}

.complete
{
  border: none;
  color: #009432;
}

.workDetails
{
  height: auto;
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  background: none;
  border: none;
}

.logoSpace
{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex : 1 1 10%;
  padding: 0.5rem;
  margin: 0.25rem;
  background: white;
  border:none;
}

img
{
  width: 100%;
  padding: 1rem;
  object-fit: cover;
  overflow: hidden;
  border:none;
}

.titlelocationAndDuration
{
  display: flex row;
  justify-content: space-around;
  flex: 1 1 55%;
}

.title
{
  color: #3d3d3d;
  text-align: center;
  font-variation-settings: 'wght' 600;
  font-size: 2.2rem;
}

.locationAndDuration
{
  width: 100%;
  display: flex;
  justify-content:space-around;
  color: #3d3d3d;
  font-variation-settings: 'wght' 300;
  font-size: 2rem;
}

.typeOfWork
{
  flex: 1 1 30%;
  border-left: 0.4rem solid #3d3d3d;
  padding-left: 1rem;
  margin-left: 1rem;
}

.areas
{
  font-size: 1.5rem;
  font-variation-settings: 'wght' 900;
  list-style-type:none;
  color: #3d3d3d;
  text-transform: uppercase;
  line-height: 2.5rem;
}

@media screen and (min-device-width:600px)
{
  .logoSpace
  {
    flex : 1 1 20%;
  }
  .titlelocationAndDuration
  {
    font-size: 2.7rem;
    flex: 1 1 50%;
  }
  .typeOfWork
  {
    flex: 1 1 30%;
  }
}
