body {
    justify-items: center;
}


.parent {
    border: 1px solid black;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.pro {
    width: 81%;
    font-family: arial;
}

.sub {
    width: 100%;
    margin-bottom: 13px;
    font-size: 40px;
    color: #0d305c;
    border-bottom: 2px solid #0d305c;
    padding-bottom: 5px;
}

.ght {
    margin: 10px 0px 10px 5px;
    display: flex;
}


.icon {
    margin-right: 5px;
    margin-left: 3px;
}

.data {
    font-family: arial;
    font-size: 15px;
}

.no{
    display: flex;
}

.carear {
    margin: 20px 0px 0px 6px;
    font-size: 20px;
    color: #0e446e;
    font-weight: bold;
}

.dedicated {
    margin: 5px 0px 0px 10px;
    font-size: 14px;
    line-height: 19px;
    text-align: justify;
}


.css {
    /* height: 20px; */
    /* width: 390px; */
    margin: 7px 0px 5px 15px;
    font-size: 14px;
}

.back {
    /* height: 20px; */
    /* width: 265px; */
    margin: 8px 0px 0px 12px;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.techno {
    height: 20px;
    width: 390px;
    margin: 7px 0px 0px 15px;
    font-size: 14px;
}

.subject {
    height: 60px;
    width: 630px;
    margin: 5px 0px 0px 10px;
    font-size: 14px;
}

.emp {
    height: 20px;
    width: 265px;
    margin: 5px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
}

.ghk {
    font-size: 14px;
    margin: 10px 0px 0px 10px;
}

.eee {
    font-size: 14px;
    margin: 7px 0px 0px 15px;
}

.strenth {
    /* height: 20px; */
    /* width: 265px; */
    margin: 17px 0px 0px 10px;
    font-size: 20px;
    color: #0e446e;
    font-weight: bold;
}

.strong {
    height: 60px;
    width: 630px;
    margin: 5px 0px 0px 10px;
    font-size: 14px;
}

.prove {
    height: 730px;
    width: 575px;
    margin: 100px 0px 0px 0px;
    font-family: arial;
    text-align: justify;
    font-size: 30px;
}
   table{
        font-size: 15px;
        /* flex-wrap: wrap; */
        border-spacing: 22px;
        margin-left: -10px;
    }
    .tablee{
        width: 100%;
        overflow-y: auto;
    }


@media (max-width:1210px) {
    .parent {
        width: 65%;
        padding: 8% 0px 8% 0px;
    }
}

@media (max-width:1110px) {
    .parent {
        width: 72%;
    }
}

@media (max-width:1000px) {
    .parent {
        width: 85%;
    }
}

@media (max-width: 800px) {
    .parent {
        width: 97%;
    }
    table{
        font-size: 14px;
    }
}
@media (max-width:710px) {
    table{
        border-spacing: 15px;
        display:table;
    }
}
@media (max-width:655px) {
    table{
        border-spacing: 10px;
        margin-left: 0px;
    }
    .pro{
        width: 85%;
    }
    .parent{
        padding: 5% 0%;
    }
}
@media (max-width:500px) {
    .ght{
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width:470px) {
    .carear{
        font-size: 19px;
    }
    .sub{
        font-size: 36px;
    }
}
@media (max-width:320px) {
    .carear{
        font-size: 17px;
    }
}