.title-alt-1{
    color: #ffd52e !important;
    text-transform: none;
}
.title-alt-2{
    color: #e61e2c !important;
}

.pink { 
    accent-color: #fd0d75; 
} 

.col-lg-13 {
    flex: 0 0 auto;
    width: 20%
}

.min-height-50{
    min-height: 50px;
}
.min-height-desc{
    height: 100px;
}

@media only screen and (max-width: 575px) {
    .min-height-desc{
        height: fit-content !important;
    }
    .min-height-50{
        height: fit-content !important;
    }
}
