﻿.events-body {
    max-width: 100%;
    min-height: unset;
    flex-direction: row;
    position: relative;
    margin: 0;
    display: flex;
    align-items: start;
    text-align: center;
    width: 100%;
    background: #fff;
    margin-bottom: 4vh;
}

    .events-body .img {
        margin-right: 1vw;
        height: 200px;
    }

    .events-body img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .events-body .float {
        float: left;
    }

    .events-body .desc {
        font-family: 'Roboto-Regular';
        margin-top: 1vh;
        text-align: start;
    }

    .events-body .head {
        display: flex;
        justify-content: space-between;
    }

@media(max-width:390px) {
    .events-body {
        max-width: 100%;
        min-height: unset;
        flex-direction: column;
        position: relative;
        margin: 0;
        display: flex;
        align-items: start;
        text-align: center;
        width: 100%;
        background: #fff;
    }

        .events-body .float {
            float: none;
        }

        .events-body .img {
            margin-right: 0;
            height: 200px;
            margin-bottom: 4vw;
        }

    .events-desc .title {
        font-size: 18px !important;
    }
}

@media(max-width:768px) {
    .events-body .float {
        float: none;
    }

    .events-body .img {
        height: 200px;
        margin-bottom: 4vw;
        width: 100%;
        margin-right: 0;
    }

    .events-body .widthRes {
        width: 100%;
    }

    .events-body {
        max-width: 100%;
        min-height: unset;
        flex-direction: column;
        position: relative;
        margin: 0;
        display: flex;
        align-items: start;
        text-align: center;
        width: 100%;
        background: #fff;
    }
    .events-desc .title {
        font-size: 24px !important;
    }
}

.events-desc .img {
    width: 100%;
    margin-bottom: 2vh;
}

.events-desc img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.events-desc .title {
    font-family: 'Roboto-bold';
    font-size: 30px;
}

.events-desc .head {
    display: flex;
    justify-content: space-between;
}
.events-desc .photogalery {
    display: inline-block;
    width: 100%;
}
.events-desc .float {
    float: left;
    padding: 5px;
    height: 200px;
    width:33.33%;
}
.events-body a {
    text-decoration: none;
    font-family: 'Roboto-Regular';
    margin-top: 1vh;
    text-align: start;
    color: var(--bs-body-color);
}

