.about{
    margin-bottom: 120px;
}


.about h1{
    margin-bottom: 10px;
}

.about h2{
    font-size: 32px;
    font-weight: 600;

    margin-bottom: 15px;
}

.about__desc{
    margin-bottom: 50px;
}

.about__items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.about__item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about__item svg{
    margin-bottom: 20px;
}

.about__item-title{
    font-size: 24px;
    color: white;

    text-align: center;

    font-weight: 600;
    margin-bottom: 10px;
}

.about__item-desc{
    text-align: center;
}