@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); body {
    font-family: 'Roboto', sans-serif;
}

.eod_container {
    display: table;
    position: relative;
}

.eod_top {
    margin: 25px 0;
    text-align: center;
}

.eod_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.eod_sub_title {
    font-size: 18px;
    font-weight: 700;
    margin-right: 14px;
}

.gathr_logo_eod {
    width: 118px;
}

.eod_left {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    padding: 55px;
    left: 0;
}

.eod_left_inner {
    padding: 26px;
}

.eod_text_large {
    font-size: 48px;
    font-weight: 400;
    margin: 10px 1px;
}

.eod_text_reg {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    width: 83%;
}

.sub_title_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prefinery_container {
    width: 80%;
}

.eod_right {
    display: inline-block;
    position: relative;
    vertical-align: top;
    right: 0;
}

.eod_gif {
    height: 646px;
}

/* ----- Media Query ----- */
@media only screen and (max-width: 700px) {
   
    .eod_left {
        width: 100%;
        padding: 0px;
    }

    .eod_left_inner {
        padding: 0px;
        margin-left: 55px;
        margin-bottom: -50px;
    }

    .eod_text_large {
        font-size: 30px;
    }

    .eod_text_reg {
        font-size: 16px;
    }

}
