.main-cont-about{
    height: 100vh;
    width: 100%;
    background-image: url(../img/about/bg-main-g.svg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 150px;
    height: 650px;
}
.img-size-about{
    max-width: 900px;
    width: 100%;
}
.subtitle-about{
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%; /* 27.4px */
    letter-spacing: 0.2px;
    margin-top: 16px;
}
.mt20px{
    margin-top: 20px;
}
.pos-ab-shadow{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.join-meta-btn{
    padding: 18px 24px;
    border-radius: 666px;
    background: #41FFF4;
    backdrop-filter: blur(12.5px);
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 18.4px */
    letter-spacing: 1.92px;
    margin-top: 35px;
}
.pb-border{
    padding-bottom: 38px;
    border-bottom: 1px solid #D6DCE51F;
}
.title-companies{
    margin-top: 46px;
    color: rgba(255, 255, 255, 0.45);
    text-shadow: 0px 4px 56px rgba(0, 0, 0, 0.50), 0px 4px 32px rgba(0, 0, 0, 0.50);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
}
.item-companie{
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    border-radius: 666px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    width: max-content;
}
.flex-row-companies{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: max-content;
}
.tutorial-capt{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    letter-spacing: 2.8px;
    padding: 6px 20px;
    border-radius: 666px;
    border-top: 1px solid rgba(191, 202, 225, 0.75);
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10), 0px 4px 15.9px 0px rgba(0, 0, 0, 0.15);
    width: max-content;
}
.img-tutorial{
    max-width: 480px;
    width: 100%;
}
.mt50px{
    margin-top: 50px;
}
.bg-pad-tut{
    padding-top: 160px;
    background-image: url(../img/about/bg-tutorial.svg);
    background-size: 100% 1000px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.vwvh100{
    width: 100%;
}
.block-count-stat{
    padding: 60px;
    border-radius: 24px;
    background: 
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 179, 255, 0.08) 94.91%),
    url('../img/about/bg-count.svg');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    width: 100%;
    margin-top: 170px;
    margin-bottom: 170px;
}
.line-count{
    width: 1.5px;
    height: 50px;
    background: rgba(214, 220, 229, 0.12);
}
.row-counts{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    margin-top: 50px;
}
.number span{
    color: #41FFF4;
    text-align: center;
    font-family: Brick;
    font-size: 88px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
}
.discrib-count{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
    margin-top: 12px;
}
.img-journey{
    max-width: 790px;
    width: 100%;
}
.left-flex-journey{
    max-width: 517px;
}
.tal{
    text-align: left;
}
.flex-wimgae{
    display: flex;
    align-items: center;
    gap: 12px;
}
.flex-wimgae span{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.everycan-enloy{
    height: 400px;
    width: 100%;
    background-image: url(../img/about/every.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px;
    margin-top: 150px;
}
.cont-eve{
    height: 100%;
}
@media (max-width:1500px){
    .flex-wrap-about{
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width:1200px){
    .row-counts .line-count{
        display: none;
    }
    .row-counts{
        flex-wrap: wrap;
    }
}
@media (max-width:600px){
    .item-companie img{
        width: 80px;
    }
}