#about2{
    min-height: 100vh;
    padding: 1rem 10%;
    padding-top: 8.5rem;
}

.moto .heading{
    text-align: center;
    font-size: 2.5rem;
    padding:0 .5rem;
    color:#333;
    font-family: 'Roboto', sans-serif;
}

.moto .heading span{
    color:#00bffe;

}

.moto .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.moto .row .image {
    margin: 2rem;
    padding: 2rem;
    flex: 1 1 40rem;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);
}
.moto .row .image img {
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.moto .row .content {
    padding-top: 34px;
}
/* .moto .row .content .info {
    
} */
