.about-image{
    margin-left: 5vw !important;
}

.card-text{
    color: #4f4f4f;
}
.breadcrums{
    margin-left: 5vw !important;
}
img {
    float: left; 
    margin: 5px;
}
.text {
    padding: 0px 40px 0px 40px;
    text-align: justify;
    font-size: 16px;
}

.card img{
    border-radius: 50%;
    height:200px;
    width:200px;
    margin-left:100px;
}

.choose h5{
    font-weight: 700;
}
@media screen and (min-width:901px) {
    .choose{
        display: flex;
    }
    .aboutimage{
        width: 25% !important;
    }
}
@media screen and (min-width:280px) and (max-width:650px) {
    .about-image{
        width: 50% !important;
    }
}
@media screen and (min-width:650px) and (max-width:900px) {
    .choose{
        display: flex;
    }
    .choose h5{
        font-size: 15px !important;
    }
    .choose img{
        width:120px;
        height: 150px;
        margin-left: 9vw !important;
        text-align: center;
    }
    .choose p{
        font-size: 12px !important;
    }
    .aboutimage{
        width: 40% !important;
    }
    .text{
        font-size: 14px !important;
    }
    
}
