@media (max-width: 991px) {
    .modal-inner-body {
        align-items: start !important;
    }
    .price {
        align-self: end;
        margin-top: -2.5rem !important;
    }
    .small-wide {
        width: 100% !important;
    }
    .event-heading {
        width: 100%;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .event-heading {
        width: 550px;
    }
    .event-expertise {
        width: 300px;
    }
    .main-container.fs-18 .col-lg-3 {
        width: 30% !important;
    }
}

@media (max-width: 600px) {
    .event-expertise {
        padding: 0.5rem 1rem !important;
        width: fit-content !important;
    }
    .event-heading {
        flex-direction: column !important;
        align-items: baseline !important;
    }
}

@media (max-width: 400px) {

    .event-name {
        font-weight: 600 !important;
        font-size: 18px !important;
    }

    .event-expertise {
        font-size: 14px !important;
    }
}

.icon-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.event-name {
    font-family: Montserrat, serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    max-width: 400px;
}

.event-organizer {
    font-family: Montserrat, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #221F2099;
}

.event-expertise {
    font-family: Montserrat, serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    border-radius: 48px;
    padding: 1rem 2rem;
    background-color: #D6E1CD;
}

.svg {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.125em;
}

.dates {
    font-family: Montserrat, serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

.price {
    font-family: Tan-Harmoni, serif;
    font-weight: 400;
    font-size: 48px;
    color: #607053;
    margin-top: 10px;
    line-height: 40%;
}

hr.event-hr {
    opacity: .2;
    margin: 0 !important;
}

.event-box:hover {
    background-color: #fff4c9;
    cursor: pointer;
}

.profile-img {
    height: 300px;
    border-radius: 32px;
}

#eventModal .modal-header {
    padding-bottom: 0;
}


#eventModal .modal-body {
    padding-top: 0;
}

.modal-inner-body {
    display: flex;
    gap: 2rem;
    align-items: center;
}

#eventModal .event-name {
    font-weight: 600;
    line-height: 140%;
    font-size: 22px;
}

#expertise {
    white-space: pre;
}

#description {
    opacity: 0.5;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

#price2 {
    align-self: unset !important;
    margin-top: 0 !important;
    line-height: 100% !important;
}

#all-events-event .dates {
    opacity: 0;
}

