:root {
    --first-color: #4070F4;
    --second-color: #0E2431;
}

 :root {
    --body-font: 'Poppins', sans-serif;
    --big-font-size: 2rem;
    --h2-font-size: 1.25rem;
    --normal-font-size: 0.938rem;
}

.event {
    margin-top: 15px;
    padding: 15px;
    width: auto;
}

.event__subtitle {
    color: var(--first-color);
    text-align: center;
    margin: 0px 0px 10px;
}

.vignite__image img {
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 7px;
}

.event__text {
    margin: auto;
    width: 100%;
}

.event-dicr {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-weight: 600;
    font-size: var(--normal-font-size);
}

.event-data {
    text-align: center;
}

.event-button {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border: gray;
    background-color: var(--first-color);
}

.event-list {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}

.expertise-container {
    width: 100%;
    height: auto;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
}

.expertise-box {
    width: 90%;
    height: 245px;
    margin-top: 10px;
    margin-bottom: 45px;
    box-sizing: border-box;
    text-align: center;
}

.expertise-boxx {
    width: 100%;
    height: 245px;
    margin-top: 10px;
    margin-bottom: 45px;
    /* margin-left: 100px; */
    box-sizing: border-box;
    text-align: center;
}

.expertise-box img {
    border-radius: 10px;
    box-shadow: 0 5px 20px -5px #00000070;
    width: 350px;
    margin: auto;
}

.expertise-box p {
    color: var(--second-color);
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .event {
        margin-top: 50px;
        padding: 40px;
        width: auto;
    }
    .event__subtitle {
        color: var(--first-color);
        text-align: center;
        margin: 0px 0px 30px;
    }
    .event__subtitlee {
        color: black;
        text-align: center;
        margin: 0px 50px 30px;
    }
    .vignite__image img {
        display: block;
        margin: auto;
        width: 80%;
        border-radius: 10px;
    }
    .event__text {
        margin: auto;
        width: 80%;
    }
    .event-dicr {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        font-weight: 600;
        font-size: var(--normal-font-size);
    }
    .event-data {
        text-align: center;
    }
    .event-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 25%;
        margin-top: 30px;
        margin-bottom: 30px;
        align-items: center;
    }
    .event-list {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 15px;
        font-weight: 600;
        display: flex;
    }
    .expertise-box {
        margin-top: 45px;
        margin-bottom: 50px;
        width: 30%;
    }
    .expertise-boxx {
        margin-top: 45px;
        margin-bottom: 50px;
        width: 50%;
    }
    .expertise-box img {
        width: 95%;
        margin: auto;
    }
}