/* 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;
    height: 40vh;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}
.top-img img{
    min-width: 120%;
}
/* 3d structure  */
.structure h4{
    background-color: rgb(180, 179, 179);
    padding: 5px  10px;
    margin: 12px 0;
    margin-bottom: 30px;
    text-align: start;
}

/* table  */
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;
    
}


/* 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;
    text-align: justify;
}

/* .ineraction + domain organization  */
.int-dorg{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    /* flex-wrap: wrap; */
}
.interact{
    width: 55%;
}
.interact span{
    font-weight: bold;
    /* margin-bottom: 100px; */
}
.interact ul{
    margin-bottom: 8px;
    margin-top: 5px;
    /* background-color: red; */
}
.ftn-cont-right {
    text-align: justify;
}
.interact ul ,.dorg ul{
    padding: 0 30px;

}

.dorg-postrans{
    width: 40%;
    display: flex;
    flex-direction: column;
}
.dorg{
    width: 100%;
    margin-bottom: 20px;
}
@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-postrans{
        width: 100%;
    }

    .main-ess-post{
        flex-direction: column;
    }
    .Essential{
        width: 100%;
    }
    .post-trans{
        margin-top: 20px;
        width: 100%;
    }
    
}
