@import "./Web_Color.css";


body{
    background-image: url(../Assets/Imges/BackgroundAttachments/background_attachmentACOT.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.AboutCOT{
    /* background-color: beige; */
    margin: 20px auto;
    width: 90%;
    text-align: justify;
    align-items: center;
}

.AboutCOT>div:nth-child(1){
    text-align: right;
}

.AboutCOT>div img{
    width: 250px;
}

.AboutCOT>div p{
    font-size: 22px;
    font-weight: 500;
}

.Quicktable{
    width: 90%;
    margin: 0px auto 10px auto;
    border: 1px solid var(--main-Color-bg-2);
}


@media screen and (max-width:993px){

    .AboutCOT{
        width: 90%;
    }
    .AboutCOT>div img{
        width: 180px;
    }
}

@media screen and (max-width:767px){
    .AboutCOT>div:nth-child(1){
        text-align: center;
    }
    
}

.table th{
    font-size: 16px;
    background-color: #0a65cc41;
}

.table td{
    background-color: #9c9a9934;
}






