

.card-discraption {
    border-radius: 20px !important;
    width: auto !important;
    height: 361px;
}

.p-text-body2 {
    color: var(--primary-1);
    text-align: right;
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}


.title-details {
    color: var(--primary-2);
    text-align: right;
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    font-size: large;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
    /* 36px */
    display: block;
}

.details {
    color: var(--primary-1);
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    font-size: large;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: block;
}

.Commercial-Record {
    color: var(--Dark-Blue, #004876);
    text-align: center;
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    font-size: large;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 12px;
    background: var(--light-sky, #E7EEF8);
    width: 173px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* InvestmentStartupForum */
.ol-list {
    list-style-type: upper-roman;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
}

.item-stratup {
    border: 3px solid white;
    background-color: white;
    justify-content: center;
    display: flex;
    align-items: center;
    height: auto;
}

    .item-stratup img {
        max-width: 100%;
        height: auto;
    }

.specker-name {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-1);
    background-color:var(--primary-2)29;
    padding: 5px;
    border-radius: 15px;
    margin-top: 9px;
    width: -webkit-fill-available;
}

.item-stratup img {
    transition: transform 0.5s ease;
}

    .item-stratup img:hover {
        transform: scale(1.1);
    }

.text-speckers {
    text-align: left;
    color: var(--Dark-Blue, var(--primary-1));
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    font-size: small;
    font-style: normal;
    font-weight: 100;
    line-height: 130%;
}

    .text-speckers span {
        color: #4097CB;
    }

.speckers-name-popup {
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--primary-1);
    background-color: var(--primary-2)29;
    padding: 5px;
    margin-top: 6px;
    border-radius: 15px;
    font-size: medium;
}

.speckers-position {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    color: var(--primary-1);
    font-size: small;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
}

/* end  of Speakers section */



/* footer end */

/* Desktop styles */
@media (min-width: 1200px) {
    .title-community {
        font-size: 40px;
    }
}

@media (max-width: 500px) {


    /*.card.border-card {*/
    /*    padding: 44px 72px 0px 3px;*/
    /*}*/

    .details {
        font-size: small;
    }
}

@media all and (max-width: 900px) {
    .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (max-width: 670px) {
    .grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
