.back{
    width: 100%;
    height: 100%;
    background-image: url('../../public/img/back.png');
}
.big_and_small_leter{
    padding-bottom: 10px;
    text-align: center;
}
.home_about_p_one{
    width: 0px;
    height: 30px;
    border: 3px solid #3D3D3D;
    border-radius: 5px;
}
.home_about_p_two{
    color: #8054e799;
    font-weight: 600;
    font-size: 26px;
    margin-left: 10px;
    margin-top: -100px;
}
.home_about_p{
    font-size: 100px;
    color: rgb(255 255 255);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:rgba(0, 0, 0, 0.2);;
}
.certi_p_one{
    font-weight: 600;
    font-size: 44px;
    text-align: center;
    color: #000000;
}
.cont{
    justify-content: center;
    padding: 27.9761px 14.2948px;
    width: 475.21px;
    height: 620.75px;
    background-color: white;
    border-radius: 15px;
    border: 1.42948px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2.85896px 24.9787px rgba(0, 0, 0, 0.15);
}
.head_fulid{
    margin-left: 7% !important;
    padding-right: 7% !important;
}
.head_kko{
    margin-top: 80px;
    padding-bottom: 80px;
}
.paaara{
    font-weight: 600;
    font-size: 30.3336px;
    text-align: center;
    color: #8054E7;
    padding-top: 40px;
}
.paaara_two{
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #777777;
}
@media (min-width: 1500px) and (max-width: 1720px) {
    .cont{
        width: 406.21px;
    }
}
@media (min-width: 1350px) and (max-width: 1500px) {
    .cont{
        width: 370px;
        height: auto;
    }
    .paaara{
        font-size: 22px;
    }
    .paaara_two{
        font-size: 16px;
    }
}
@media (min-width: 1250px) and (max-width: 1350px) {
    .cont{
        width: 333px;
        height: auto;
    }
    .paaara{
        font-size: 22px;
    }
    .paaara_two{
        font-size: 16px;
    }
    .certi_p_one{
        font-size: 34px;
    }
}
@media (min-width: 1100px) and (max-width: 1250px) {
    .cont{
        width: 297px;
        height: auto;
    }
    .paaara{
        font-size: 22px;
    }
    .paaara_two{
        font-size: 16px;
    }
    .certi_p_one{
        font-size: 34px;
    }
}
@media (min-width: 950px) and (max-width: 1100px) {
    .cont{
        width: 261px;
        height: auto;
    }
    .paaara{
        font-size: 18px;
    }
    .paaara_two{
        font-size: 14px;
    }
    .certi_p_one{
        font-size: 30px;
    }
}
@media (min-width: 768px) and (max-width: 950px) {
    .cont{
        width: 229px;
        height: auto;
    }
    .paaara{
        font-size: 15px;
    }
    .paaara_two{
        font-size: 12px;
    }
    .certi_p_one{
        font-size: 25px;
    }
    .head_fulid{
        margin-left: 4% !important;
        padding-right: 4% !important;
    }
}