.text-justify {
    text-align: justify;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-red {
    color: #d62025 !important;
}

.text-blue {
    color: #252564;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
}