.border_bottom {
    border-bottom: 2px solid #174f72;
    width: fit-content;
}

.text-red {
    color: #f00;
    text-shadow: 5px 5px 15px #000a;
}
.img-round{
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
}
.mitas_title {
    width: fit-content;
    background: linear-gradient(90deg, rgba(1, 15, 56, 1) 8%, rgba(17, 56, 111, 1) 100%);
    font-weight: bolder;
    color: #fff;
    font-style: italic;
    padding: 10px 20px;
    margin: 20px 0px;
    border-radius: 0 0 15px 0;
    border-bottom: 5px solid #DC0D11;
}