.bagimgag {
    margin-top: 65px;
    background-image: radial-gradient( #b51101, #990f01);
    min-height: 34vw;
    position: relative;
}

.bagimgag img {
    margin-left: 10%;
    margin-top: 18%;
    width: 83%;
}

.bagimgag .row {
    margin-right: 2px;
}

.bagimgag h1 {
    margin-top: 15%;
    color: white;
    font-weight: bold;
    border-bottom: .5px solid rgba(255, 255, 255, .5);
}

.bagimgag p {
    color: white;
    margin-top: 3%;
    font-size: larger;
    font-weight: lighter;
}


/* --------------investrs------------------------- */

.investrs {
    position: relative;
    margin-top: 4%;
    background-color: #f2bcbc;
    padding-bottom: 3%;
    padding-top: 2%;
}

.investrs h2 {
    font-weight: bold;
}

.investrs .pics .row .col-sm-4 img {
    width: 80%;
    height: 180px;
    border-radius: 20px;
}

.investrs .pics .row {
    margin-left: 7%;
    margin-right: 1%;
    margin-top: 3%;
}


/* ------------------------angel--------------------- */

.angel {
    position: relative;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
}

.angel h2 {
    font-weight: bold;
}

.angel .investors .row .col-sm-4 img {
    width: 200px;
    border-radius: 50%;
    height: 200px;
}

.angel .investors .row .col-sm-4 {
    display: flex;
    justify-content: center;
}

.angel .investors .row .col-sm-4 .name {
    font-size: x-large;
    font-weight: bold;
}

.angel .investors .row .col-sm-4 .card {
    border: 0;
}

.angel .investors .row .col-sm-4 .card .card-img-top {
    justify-content: center;
}


/* ----------------------awards----------------- */

.awards {
    position: relative;
    margin-top: 3%;
    background-color: #f2bcbc;
    padding-top: 2%;
    padding-bottom: 3%;
}

.awards h2 {
    font-weight: bold;
}

.awards .row {
    margin-left: 4px;
    margin-right: 4px;
}

.awards .row .col-sm-4 .card .card-img-top {
    justify-content: center;
}

.awards .row .col-sm-4 .card {
    border: 0;
    background-color: transparent;
}

.awards .row .col-sm-4 .card .card-body {
    background-color: transparent;
}

.awards .row .col-sm-4 img {
    width: 100%;
    border-radius: 20px;
    height: 200px;
}

.awards .row .col-sm-4 .name {
    font-size: x-large;
    font-weight: bold;
}

.orangered {
    color: orangered;
}