.aboutBody{
    overflow-y: auto;
    height: 200px !important;
}
.headtagA{
    width: 56.6px;
    height: 56.6px;
    border-radius: 100px;
    margin-top: 2px;
    margin-left: 15px;
}


.clearMarginDiv{
    width: 80%;
    margin-left: 10%;
    overflow-y: auto;
    margin-top: 8vh;
    box-shadow: 0px 0px 10px 2px var(--bs-body-bg);
    border-radius: 15px;
    margin-bottom: 8px;
}
.clearPadingDiv{
    height: 350px;
    border-radius: 15px;
}
.aboutMainContent{
    padding: 20px;
    margin-bottom: 15px;
}
.aboutUsDiv{
    margin-top: 50px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 70px;
    font-family: serif;
}
.leftImgAbout{
    width: 100%;
    height: 350px;
    border-radius: 15px 0px 0px 15px;
}
.accordion-body{
    background-color: #2a2a2a;
}
.infoClass{
    font-style: italic;
    font-weight: 600;
    cursor: pointer;
}


.footerClass {
    background-color: #fce9e982;
    margin-top: 18px 
}
.containerClass{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.copyRightTag{
    color: #212529;
}
.aboutImageContentDiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ulClassDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.listItems{
    list-style-type: none;
}
.listAreaTag{
    text-decoration: none;
}
.bgLogo {
    width: 110px;
    background: currentColor;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .clearPadingDiv {
        height: 290px;
    }
    .leftImgAbout {
        height: 290px;
    }

    .container.py-2.py-lg-3.containerClass {
        display: block;
    }
}