/* function data  */
.ftn-content {
    width: 90%;
    /* background-color: rgb(83, 136, 252); */
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    /* display: flex; */
}
.ftn-container{
    display: flex;
    gap: 10px;
    width: 100%;
}
.ftn-cont-left{
    /* background-color: yellow; */
    width: 26%;
    padding: 20px 0;
    text-align: center;
}

.top-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    height:40vh;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}

/* 3d structure  */
.structure h4{
    background-color: rgb(180, 179, 179);
    padding: 5px  10px;
    margin: 12px 0;
    /* margin-bottom: 30px; */
    text-align: start;
}
table {
    width: 100%; 
    border-collapse: collapse;
    margin: 20px 0; 
    font-size: 16px;
    text-align: left; 
}

th, td {
    border: 2px solid #585757; 
    padding: 7px; 
    text-align: center;
    
}

thead {
    /* background-color: #f4f4f4;  */
    color: black;
}


/* ftn right side  */
.ftn-cont-right{
    /* background-color: burlywood; */
    width: 74%;
    padding: 15px;
}
.f-info{
    width: 100%;
    margin-bottom: 15px;
}
.ftn-cont-right h4{
    background-color: rgb(180, 179, 179);
    padding: 5px  10px;
    margin-bottom: 12px;
}
.ftn-cont-right p{
    padding: 0 10px;
}
/* .ineraction + domain organization  */
.interact{
    width: 100%;
    margin-bottom: 15px;
}
.ftn-cont-right ul {
    padding: 0 30px;
}

/* essential + post-trans  */


@media screen and (max-width:900px) {
    .ftn-container{
        flex-direction: column;
    }
    .ftn-cont-left,.ftn-cont-right{
        width: 100%;
    }

    
}
/* for mbl  */
@media screen and (max-width:690px) {
    
    .ftn-cont-right{
        padding: 0;
    }
    .int-dorg{
        flex-direction: column;
    }
    .interact{
        width: 100%;
    }
    .dorg{
        width: 100%;
    }

    .main-ess-post{
        flex-direction: column;
    }
    .Essential{
        width: 100%;
    }
    .post-trans{
        margin-top: 20px;
        width: 100%;
    }
    
}
