.pitch-header-box {
    position: relative;
    margin-top: 30px;
}

.pitch-header-box .pitch-header-image {
    object-fit: cover;
    border-radius: 10px;
}

.pitch-header-box .pitch-header-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
}

.pitch-header-box .pitch-header-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pitch-header-box .pitch-header-location {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.pitch-header-box .pitch-header-content-2 {
    position: absolute;
    top: 200px;
    left: 20px;
    padding-right: 20px;
}

.pitch-logo-img {
    justify-content: center;
    height: 160px;
    width: 160px;
    border-radius: 10px;
    padding: 15px;
}

.pitch-company-status {
    margin-top: 60px;
    margin-left: 20px;
    margin-left: 40px;
    display: flex;
    flex-wrap: wrap;
}

.pitch-company-statuz {
    position: relative;
    padding: 30px !important;
}

.pitch-company-statuz .pitch-company-statuz-title {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 400;
}

.pitch-company-statuz-leading-icon {
    font-size: 24px;
}

.card .card-header h5 {
    color: #35495E;
    font-weight: 900;

}

.card .card-header {
    padding: 20px;
    border: 0;
    border-radius: inherit;
}

.card .card-footer {
    border-radius: inherit;
}

.card .card-body {
    padding: 1.25rem;
    padding-top: 0px;
}

.card-header {
    border: 0;
}

.pitch-detail-card {
    border-radius: 10px;
}

.elevator-pitch {
    margin-top: 150px;
}

.row .col-12 .blog-box img {
    border-radius: 10px;
    max-height: 270;
}

.h270 {
    min-height: 270px;
}

.h200 {
    min-height: 200px;
}

/* fab */
body {
    font-family: Arial, sans-serif;
}

.fab {
    position: fixed;
    width: 56px;
    bottom: 5%;
    right: 2%;
    margin-left: -28px;
    z-index: 50;
}

.fab-action-button {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    /* width: 126px;
    height: 56px; */

}

/* fab end */


@media only screen and (min-width: 1400px) {
    .h270 {
        min-height: 300px;
    }

    .h200 {
        min-height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .elevator-pitch {
        margin-top: 220px;
    }
}

@media only screen and (max-width: 575px) {
    .elevator-pitch {
        margin-top: 220px;
    }

    .logo-pack {
        width: 23vw;
    }

    .startup-info {
        width: 70vw;
    }

    .pitch-logo-img {
        justify-content: center;
        height: 30vw;
        width: 30vw;
        border-radius: 10px;
        padding: 15px;
    }
}

@media only screen and (max-width: 500px) {

    .logo-pack {
        width: 16vw;
    }

}
