.cevents {
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins';
}

.cevents p,
.cevents h1,
.cevents h2,
.cevents h3 {
    margin: 0;
}

.cevents-card {
    width: 308px;
    box-sizing: border-box;
    background: #F0F0F0;
    border-radius: 12.5714px;
    padding: 20px 17.50px 42.7px 26.36px;
    position: relative;
    min-height: 400px;
}

.cevents-card:nth-child(2) {
    background-color: #5FF971;
}

.cevents-card:nth-child(3) {
    background-color: #8FCCFF;
}
.cevents-time-flex{
    position: absolute;
    top: 20px;
    right: 17px;
	display: flex;

}

.cevents-time {
    background: #F6F6F6;
    border: 0.5px solid #FFFFFF;
    border-radius: 6.28571px;
    padding: 9.14px 11px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.cevents-time-final{
    margin-left: 10px;
}

.cevents-time-day {
    color: #161616;
    font-weight: 400;
    font-size: 22px;
    line-height: 32.2px;
    text-align: center;
    margin-bottom: 0;
}

.cevents-time-month {
    color: #8A8B8D;
    font-weight: 500;
    font-size: 11px;
    line-height: 17.6px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cevents-column-end {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.cevents-column-end > div:nth-child(1){
    margin-bottom: 56px;
}

.cevents-proxevent {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: -0.01em;
    color: #161616;
    line-height: 11.83px;
    margin-bottom: 75px !important;
}

.cevents-country {
    display: flex;
    align-items: center;
    margin-bottom: 15.46px !important;
}

.cevents-country img {
    margin-right: 5.44px;
    width: 24px;
    height: 16px;
}

.cevents-country p {
    font-weight: 500;
    font-size: 11px;
    line-height: 11.83px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #2E2F35;
}

.cevents-title {
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: -0.015em !important;
    color: #353535 !important;
    width: 90%;
    text-transform: initial !important;
}

.cevents-subtitle {
    font-weight: 400;
    font-size: 11px;
    line-height: 107.5%;
    letter-spacing: 0.1em;
    color: #161616;
    padding-bottom: 10.54px;
}

.cevents-presentation {
    font-style: italic;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 100% !important;
    letter-spacing: -0.02em !important;
    color: #161616 !important;
}

@media screen and (max-width: 955px) {
    .cevents-card {
        width: 260px;
    }

    .cevents-title {
        width: 85%;
        font-size: 28px !important;
    }

    .cevents-presentation {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 770px) {

    .cevents-card:nth-child(1), .cevents-card:nth-child(2) {
       margin-right: 10px;
    }

}
@media screen and (max-width: 705px) {
    .cevents {
        display: block;
    }

    .cevents-card {
        width: 100%;
        transform: rotate(0deg) !important;
        margin-bottom: 20px;
    }

}


@media screen and (max-width: 490px) {
    .cevents-card {
        padding: 16px 10.14px 11px 8px;
        min-height: auto;
    }

    .cevents-proxevent {
        display: none;
    }

    .cevents-country {
        margin-bottom: 18px !important;
    }

    .cevents-column-end > div:nth-child(1) {
        margin-bottom: 20px;
    }

    .cevents-title {
        font-size: 20px !important;
        line-height: 22px !important;
		width: 66%;
    }

    .cevents-presentation-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cevents-presentation {
        width: 75%;
        text-align: right;
        font-size: 16px !important;
    }

    .cevents-subtitle {
        padding: 0;
    }
}