.main__contacts{
    padding: 0 20px;
}

.about {
    margin-top: 60px;
    padding-bottom: 160px;
}

.about__container {
    max-width: 840px;
    margin: auto;
}

.about__title {
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: normal;
    font-size: 64px;
    line-height: 1;
    color: #454545;
    position: relative;
    margin-bottom: 20px;
}

.about__subtitle {
    font: 16px;
    line-height: 150%;
    margin-bottom: 40px;
}

.about__list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.about__item--title {
    font-size: 30px;
    line-height: 130%;
    font-weight: bold;
    margin-bottom: 10px;
}

.about__item ul {
    padding-left: 0;
}

.about__item ul li {
    font-size: 20px;
    line-height: 160%;
    color: #000000;
}
.about__pic{
    width: 100%;
}

    @media only screen and (max-width:992px){


    }
    @media only screen and (max-width:768px){
        .about__title{
            font-size: 40px;
        }
    }
    @media only screen and (max-width:650px){
        .about{
            padding-bottom: 40px;
        }
    }