


.chevron {
    transition: transform 0.3s ease;
    width: 2% !important;
    margin: 0 0 20px !important;
}

.chevron.rotate {
    transform: rotate(180deg);
}
  


