/* Customize css of about page */

.about-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-head img {
    width: 130px;
    height: auto;
}