
.large-text-3 {
    font-size: 5rem;
    font-style: italic;
    font-weight: 800;
    text-align: end;
    color: var(--dark-red) !important;
    text-align: center;
}

@media only screen and (max-width:650px){
  .large-text-3 {
      font-size: 3.5rem;
  }
  
}

.small-icon img{
  filter: brightness(0) invert(1);
  width: 30%;
}

.small-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.small-icon h5{
  font-size: 13px;
  text-align: center;
  padding-top: 5px;
}

.related {
  padding-right: 20px;
    position: relative;
    font-size: 14px;
    color: white;
    display: inline-block;
    text-wrap: nowrap;
    margin-bottom: 0;
    
}

#wrapper {
  margin-top: 30px;
}

#filter li {
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: 500;
    transition: color 0.3s ease;
    background: white;
}
#filter li.active, #filter li:hover {
    color: #a81b21;
}
#portfolio img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  display: block;
}

#filter li{
  position: relative;
}
#filter li::after{
position: absolute;
content: "";
right: 0;
top: 50%;
transform: translateY(-50%);
height: 80%;
width: 2px;
background-color: #d1d1d1;
}

.list-inline-item:not(:last-child){
  margin-right: 0;
}

.list-inline-item:last-child::after{
  display: none;
}

.projects{
  background-color: white;
  padding: 12px;  
  position: relative;
}

.projects span {
    position: absolute;
    top: 12px;
    right: 0;
    background: #009d00;
    padding: 3px 20px;
    color: white;
    text-align: end;
    font-size: 13px;
}
.projects .complete {
    position: absolute;
    top: 12px;
    right: 0;
    background: #a81b21 ;
    padding: 3px 20px;
    color: white;
    text-align: end;
    font-size: 13px;
}