    .how_looks{
        display: flex;
        flex-direction: column;
        border: 1px solid #3F3F3F;
        border-radius: 50px;
        padding: 40px;
        /* justify-content: center;
        align-items: center;
        text-align: center; */
        width: 100%;
        box-sizing: border-box;
    }

    .how_looks .h1{
        /*color: #3F3F3F;*/
        font-weight: 800;
        font-size: 46px;
        line-height: 56px;
        text-align: center;
    }

    .block_row{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .block{
        width: 50%;
        display: flex;
    }

    .about_cert{
        display: flex;
        flex-direction: column;
        /*background-color: #4350F6;*/
        border-radius: 50px;
        padding: 80px 50px;
        width: 100%;
    }

    .about_cert .h1{
        font-weight: 800;
        font-size: 46px;
        line-height: 56px;
        /*color: #FFFFFF;*/
    }

    .about_cert *{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        /*color: #FFFFFF;*/
    }

    .block img{
        width: 100%;
        border-radius: 50px;
        object-fit: cover;
    }

    .give_cert{
        display: flex;
        flex-direction: column;
        /*background-color: #FFFDF2;*/
        border-radius: 50px;
        padding: 80px 50px;
    }

    .give_cert .h1{
        font-weight: 800;
        font-size: 46px;
        line-height: 56px;
        /*color: #3F3F3F;*/
    }

    .give_cert *{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        /*color: #3F3F3F;*/
    }
    .how_looks *{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    @media (max-width: 1024px){
        .btn_row{
            width: 100%;
        }
        .block_row{
            flex-direction: column;
        }

        .block{
            width: 100%;
        }

        .how_looks{
            border-radius: 30px;
        }

        .how_looks .h1{
            font-weight: 800;
            font-size: 20px;
            line-height: 24px;
        }

        .about_cert .h1, .give_cert .h1, how_looks .h1{
            font-weight: 800;
            font-size: 20px;
            line-height: 24px;
        }
        .about_cert p, .give_cert p{
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
        }

        .about_cert, .give_cert{
            padding: 20px;
            border-radius: 30px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1440px) {
        .about_cert .h1, .give_cert .h1, how_looks .h1{
            font-size: 38px;
        }

        .about_cert p, .give_cert p{
            font-size: 14px;
            line-height: 17px;
        }
    }

    @media (min-width: 1024px) and (max-width: 1199px) {
        .about_cert .h1, .give_cert .h1, how_looks .h1{
            font-size: 38px;
        }

        .about_cert p, .give_cert p{
            font-size: 14px;
            line-height: 17px;
        }

        .about_cert, .give_cert{
            padding: 30px 50px;
        }
    }


    .BlockBlue{
        background-color: #4350F6;
        border: none;
        color: #FFFFFF !important;
    }
    .BlockBlue *{
        color: #FFFFFF !important;
    }
    .BlockYellow{
        background-color: #FFFDF2;
        border: none;
        color: #3F3F3F !important;
    }
    .BlockYellow *{
        color: #3F3F3F !important;
    }
    .BlockWhite{
        background-color: #FFFFFF;
        border: 1px solid #3F3F3F;
        color: #3F3F3F !important;
    }
    .BlockWhite *{
        color: #3F3F3F !important;
    }
    .BlockDefault{
        background-color: #FFFFFF;
        border: none;
        color: #3F3F3F !important;
        text-align: left ;
    }
    .BlockDefault *{
        color: #3F3F3F !important;
        text-align: left ;
    }