.about{
    width: 85%;
    margin-top: 10px;
    max-width: 1200px;
    /* margin-bottom: 70px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
}
#aboutimg{
    width: 95%;
    margin: 0;
    border-radius: 20px;
}

.bazr{
    width: 96% !important;
        border: 1px solid #bbb;
    padding: 5px;
        filter: drop-shadow( 0px 1px 1px gray);
}
.pdf{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid gray;
    padding: 5px;
    transition: all .2s linear;
    position: relative;
    width: 50%;
    justify-content: space-between;

}
.pdf > img{
    width: 90px;
}
.pdfi{
    display: flex;
    flex-direction: row-reverse;
    font-size: 19px;
}
.pdfi > span{
    margin: 0 5px;
}
.pdfi > i{
    margin: 9px 20px;
}
.pdf:hover{
    transform:scale(1.02);
    transition: all .2s linear;
}

.about > h2{
    align-self: start;
}
.about > p{
    align-self: flex-start;
}
.about p > span{
    font-size: 15px;
    color: #222;
}

@media only screen and (max-width:967px){

.about img {
    width: 24%;
}
.pdf{
    width: 70%;
}

}



@media only screen and (max-width:660px){
.pdf{
    width: 70%;
    flex-direction: column;
}
.about img{
        width: 94%;
    margin-top: 3%;
}
.pdfi{
        flex-direction: column-reverse;
    font-size: 15px;
    margin: 15px 0px;
}
.pdfi > i{
    text-align: center;
}

}