﻿@media (min-width: 279px) and (max-width: 990px) {
    /*.modal-dialog {
        width: 100% !important;
        margin: 0px !important;
    }

    .modal-content {
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
    }*/

}
.share-listing-header h5 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #1A202C;
}

.share-listing-body {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: flex-start;
    padding: 1rem;
    gap: 24px;
    flex-wrap: wrap;
}

