.about-and-photo-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.photo-1 {
    width: 90%;
    height: 90%;
    margin-left: 30px;
    margin-top: 20px;
    object-fit: cover;
    border: 3px solid black;
}

.about-sec {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    border: 3px solid black;
}

.title-sec {
    font-weight: bolder;
    font-size: 25px;
    background-color: rgb(63, 63, 63);
    color: beige;
    box-shadow: 0px 3px 3px black;
    padding: 1px 0;

}

.title-desc-sec {
    align-content: center;
    background-color: rgb(255, 255, 255);
    color: #0F172A;
    font-size: 18px;
    box-shadow: 0px 3px 10px black;
    padding: 3px 0px;
    font-size: 19px;
}

.score-font {
    font-size: 14px;
    color: rgb(54, 54, 54);
    margin-top: -20px;
}

.subjects-sec {
    text-align: center;
    margin: 20px 30px;
    border: 3px solid black;
    background-color:white;
}











