.logo{
    width: 15%;
}
.aboutrow{
    height: 500px;
    overflow: auto;
    scrollbar-width: 2px;
}
.aboutrow::-webkit-scrollbar {
    width: 2px;
}
.fact{
    display: flex;
    width: 100%;
    column-gap: 2%;
}
.fact div img{
    width: 100%;
    
}
.fact div p{
   text-align: center;
   padding: 5px;
   font-weight: bold;
}
.parat{
    text-align: center;
    padding: 5px;
    font-weight: bold;
 }