

.block{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    
}

.about{
    /* height: 1993px; */
    background-color: #fff;
}

.about .block1, .block2, .block3{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin: 0 auto;
}

.about .block{
    padding: 4.6rem 0 7.5rem 0;

}

.about .block_2{
    width: 30%;
}

.block .block_title{
    color:#c502b1;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    text-align: center ;
    margin-bottom: 3rem;
}
.block .block_strongt{
    font-weight: 500;

}
.block .block_h2{
    margin-bottom: 1.3rem;
    font-family: Roboto;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.block .block_text{
    margin-bottom: 4.5rem;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #4f4f4f; 
}

.block .block_btn{
    height: 4rem;
    background-color: #c502b1;
    padding: 1.5rem 3.4rem;
    color:#fff;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    border: none; 
    outline: none;
    cursor: pointer;
  
}

.block1_img{
    width: 35.3rem;
    height: 35.3rem;


}
.block_img{
    width: 35.3rem;
    height: 35.3rem;
    margin-top: 3.1rem;
}

.block1 .block1_2img{
    width: 2.8rem;
    height: 2.8rem;
    margin-top: 2.7rem;
    margin-bottom: 0.75rem;

}
    
.block2 .block2_2img{
    width: 2.8rem;
    height: 2.8rem;
    margin-top: 4.1rem;
    margin-bottom: 0.75rem;

}

.block3 .block3_2img{
    width: 2.8rem;
    height: 2.8rem;
    margin-top: 2.3rem;
    margin-bottom: 0/75rem;

}    


@media screen and (max-width: 767px) {
    .block .block_h2{
        font-size: 28px;
        min-width: 18.3rem;
    }


    .about .block1, .block3{
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }

    .block1_img{
        min-width: 20rem;
        min-height: 20rem;
        margin-top: 3.1rem;
    }

    .block_img{
        min-width: 20rem;
        min-height: 20rem;
        margin-top: 3.1rem;
    }
    .block2{
        display: none;
    }

    .block .block_text{
        font-size: 16px;
        min-width: 20rem;
    }

    .block .block_btn{
        min-width: 3.8rem;
        min-height: 4rem;
        font-size: 12px;

        
    }
       

    .block1 .block1_2img{
        width: 2.8rem;
        height: 2.8rem;
        margin-top: 39rem;
        margin-bottom: 12px;

    }


    .block3 .block3_2img{
        width: 2.8rem;
        height: 2.8rem;
        margin-top: 39rem;
        margin-bottom: 12px;

    }

} 







