.about-intro-col svg {
    width: auto;
    height: 80px;
    fill: var(--blue);
}

.about-intro-col {
    text-align: center;
    background: #f5f5f5;
    padding: 30px 20px 20px !important;
    border: 1px solid #e6e6e6 !important;
}

.about-intro-title h3 {
    color: #666;
    margin-top: 10px;
    font-size: 22px;
    letter-spacing: 0.5px;
}