.aboutnewsgrid {

    background: #ffffff;

    padding: 20px 10px;

    border-radius: 10px;

    box-shadow: 0 0 10px #00000005;

    margin-bottom: 20px;

}

.aboutinformation > div > div > img {

    width: 100%;

    opacity: 0.8;

    box-shadow: 10px 11px 23px 11px rgb(0 0 0 / 26%);

    border-radius: 50%;

}

.aboutnewsgrid > div > img {

    height: 200px;

    width: 100%;

    object-fit: contain;

}

.aboutcard h3 {

    color: #a12eb7;

    font-weight: bold;

    font-size: 22px;

}

.aboutcard p {

    color: #636363;

    font-weight: bold;

    overflow: hidden;

    transition: height 0.3s;

}

.aboutcard p.ishidden {

    height: 95px !important;

}

.aboutcard div.ishidden {

    height: 117px !important;

}

.aboutcard div {

    color: #636363;

    font-weight: bold;

    overflow: hidden;

    transition: height 0.3s;

}


.aboutcard button {

    
    float: right;
    color: #a12eb7;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    border: none;
    background: none;

}


.aboutnews button,
.aboutnews h3 {
    font-family: mtavruli;
}

.titleDiv {

    display: flex;
    justify-content: space-between;

}

.aboutnewsgrid.hide {
    display: none;
}

.aboutnewsgrid {
    transition: 0.3s;
}

.aboutnewsgrid:hover {
    transform: scale(1.005);
}

.newsInfodropdown{
    overflow: visible !important; 
    float: right; 
    right: 23px;
}

.chooseInf{
    border: none;
}


.insertIntoNewsBtn:focus,
.insertIntoNewsBtn:hover,
.insertIntoNews:focus,
.insertIntoNews:hover,
.chooseInfo:focus,
.chooseInfo:hover{
    background-color: white !important;
    color: #a12eb7 !important;
    border: none !important;
    box-shadow: none;
}
.newsInfo{
    top: 45px !important;
}

.insertIntoNewsBtn{
    list-style: none;
    right: 23px;
    position: relative;

}

.insertIntoNewsBtn > span{
    color: #9e469a;
    font-weight: bold;
}

.insertIntoNews{
    color:#a12eb7; 
    font-size: 18px; 
    font-weight: bold;
    font-family: mtavruli;
}

.returnBack{
    position: absolute;
    left: 35px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: white;
    padding: 13px;
}

.returnBack > span{
    color: #a94498;
    font-weight: bold;
    font-size: 25px;
}

@media screen and (max-width:575px) {

    .aboutnewsgrid{
        margin: 30px 11px;
    }

    .titleDiv{
        flex-direction: column;
    }

    .titleDiv h3{
        font-size:17px;
    }

    .aboutcard p{
        font-size:15px;
    }
    .aboutcard div.ishidden {
        height: 100px !important;
    }

}

.togglebtn{
    margin-top:10px;
}

.moreReadBtn{
    float: right;
    color: #a12eb7;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    border: none;
    background: none;
}