#main-content {
    overflow: hidden;
}

.center-text {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.center-text .text {
    width: 60%;
}

.event-links {
    padding: 40px 0;
    background: linear-gradient(142deg, rgb(241, 154, 51) 0%, rgb(229, 93, 47) 100%);
}

.row-three {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.paralelo-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 27%;
    margin: 15px 10px;
    box-shadow: 0px 3px 24px 5px rgba(0, 0, 0, .15);
    border-radius: 24px;
    overflow: hidden;
}

.paralelo-item.highlighted {
    width: calc(80% + 50px);
    flex-direction: row;
}

.paralelo-item .paralelo-text {
    background-color: #fff;
    padding: 20px 20px;
    height: 100%;
    min-height: 290px;
}

.paralelo-btn {
    gap: 12px;
    padding: 10px 12px;
    background-color: #f5f5f5;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #003886;
    text-transform: lowercase;
    text-align: left;
    border-radius: 24px;
    display: flex;
    align-items: center;
}

.paralelo-imge {
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-bottom: 1px solid #ebe8e8;
}

.paralelo-item.highlighted .paralelo-imge {
    height: 100%;
    border-bottom: 0;
    border-right: 1px solid #ebe8e8;
}

.paralelo-item.highlighted .paralelo-cta {
    background-color: #BBD151;
}

.paralelo-imge img {
    height: 150px;
    object-fit: contain;
}

.paralelo-item .paralelo-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.paralelo-cta {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #e55d2f;
    text-transform: uppercase;
    transition: .3s;
    padding: 0.6rem 0;
}

@media screen and (min-width: 992px) {
    .paralelo-cta:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #003886;
    }
}

@media screen and (max-width: 1199px) {
    .paralelo-item {
        width: 47%;
    }

    .paralelo-item.highlighted {
        width: calc(90% + 50px);
    }
}

@media screen and (max-width: 991px) {
    .paralelo-item,
    .paralelo-item.highlighted {
        width: 100%;
    }

    .paralelo-item.highlighted {
        flex-direction: column;
    }

    .paralelo-item.highlighted .paralelo-imge {
        height: auto;
    }
}
