body {
    overflow-x: hidden !important;
}

.abt_landing_div_parent{
    height: 100vh !important;  
    display: flex; 
    justify-content: center; 
    align-items: center; 
    color: #000;
    width:100vw;
  background-image: url('../bg/gr4.jpg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.abt_landing_parent {
    width: 100%;
    height: fit-content;
}
.card_parent{
    width: 100%;
    height: fit-content;
  background-image: url('../bg/gr5.jpg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.cards_box{
    background-image: url(software_icon_1.png);
    border-radius: 10px;
    background-repeat: no-repeat;  
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.card{
    margin-top: 120px;
}
.card-title{
    color: #6a56a6;
    line-height: 31px;
    font-size: 26px;
}

.abt_card{
    width: 80% !important;
    height: 350px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-image: url('http://edvantage.org.in/wp-content/uploads/2021/10/software_icon_2.png');
    background-size: cover;
    border-radius: 10px;
    transition: 0.2s all ease-in-out;
}

.abt_card:hover{
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  margin-top: -20px;
  border-bottom: 3px solid #438af3;
}

.inner_abt_card_div{
    width: 100%;
    height: fit-content;
    margin-top: 150px;
}

.text_data{
    width: 70%;
}

@media (max-width:768px){
    .text_data{
        width: 100%;
        padding: 15px;
        margin-top: -20px;
    }
}

.tr-card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    height: 400px;
}
.about-img{
    height: 290px;
    width: 470px;
}
.tr-image{
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 210px;
    border-radius: 10px 10px 0px 0px;
    background-repeat: no-repeat;
    /* aspect-ratio: 3/4; */
}

.tr-card:hover{
    margin-top: -2px;
    border-bottom: solid 2px #17409A;
}