
.subjectMain{
    margin-top: 5%;
    margin-bottom: 5%;
}
.subjectHeading{
    text-align: center;
}
.subjectPara{
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.subjectContent{
    text-align: center;
}
.col-md-4{
    /* border:1px solid black; */
    justify-content: space-between;
    margin-bottom: 30px;
}
.subjectBoxContent{
    box-shadow: 3px 3px 15px 2px #888888;
    /* border: 1px solid grey; */
    padding-bottom: 5px;
    height: 100%;
}
.subjectBoxContent:hover{
    transition: 1s;
    transform: translateY(-10px);
}
.images{
    width: 350px;
    height: 300px;
}
.subjectBoxData{
    height: 200px;
}
.subjectBoxData h3{
    padding-top: 5px;
    height: 70px;
    text-decoration: underline;
    text-decoration-color: rgb(190, 101, 18);
}
.subjectBoxButton{
    width: 100%;
    /* border: 1px solid black; */
    text-align: center;
}

.subjectBoxButtonItself{
    border: 1px solid black;
    width: 150px;
    font-size: 20px;
    padding: 8px 8px 8px 8px;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: chocolate;
}
.subjectBoxButtonItself:hover{
    background-color: navy;
    transition: 1s;
    
}
.subjectBoxButtonItself a{
    text-decoration: none;
    color:white
}
.subjectBoxButtonItself a:hover{
    text-decoration: none;
    color:white;
    background-color: navy;
    transition: 1.5s;
}

@media only screen and (max-width: 1200px) {
    .images {
      width: 288px;
    }
  }

@media only screen and (max-width: 992px) {
    .images {
      width: 208px;
    }
    .subjectBoxData{
        height: 280px;
    }
    .subjectBoxData h3{
        margin-bottom: 20px;
    }
}