main {
    background: #ffff;
}

main .container {
    max-width: 1200px;
}

#unique-p {
    font-weight: 700!important;
    color: var(--fdgreen);
}

#otherevents .col {
    padding: 30px 20px;
    border: 3px solid var(--forange);
}

#otherevents img {
    object-fit: contain;
    height: 100px;
    max-width: 200px;
    margin-bottom: 20px!important;
}

#otherevents .col {
    text-align: center;
}

#otherevents .col p {
    min-height: 240px;
}

#otherevents p {
    text-align: left !important;
}

#otherevents .row {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    column-gap: 25px;
}

#otherevents a {
    cursor: pointer;
    color: var(--lgreen);
}

#green-other p:last-child, #green-other {
    margin: 0;
    padding-bottom: 0!important;
}

#otherevents {
    padding: 50px 20px !important;
}

#otherevents img {
    margin-right: 0!important;
    max-width: 140px;
}

@media screen and (max-width: 980px) {
    #otherevents .col p {
        min-height: unset;
    }

    #otherevents .col {
        margin-bottom: 15px!important;
    }

    #otherevents .row {
        margin: auto;
        display: block;
        width: 100%;
    }

    #otherevents .btn {
        margin: 0!important;
    }

    #otherevents .col:last-child {
        margin-bottom: 0!important;
    }

    #otherevents .col-lg-12 {
        padding: 0;
    }

    #otherevents img {
        height: unset;
    }

    #otherevents {
        padding: 30px 0 !important;
    }
}