.our_experinces_main_conteinar{
    width: 100%;
    height: auto;
    padding-top: 120px;
}
.my_experince_conteinar_area{
    width: 100%;
    background-image: url(../../image/bannar/banner-10.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 45vh;
    max-height: 45vh;
}
.my_experince_conteinar_main_area{
    width: 95%;
    margin: auto;
    padding-top: 80px;
}
.my_experince_conteinar_main_area h1{
    font-size: 35px;
    color: #fff;
    padding: 15px 0px;
}
.my_experince_conteinar_main_area p{
    font-size: 20px;
    color: #fff;
}
.my_experince_conteinar_main_area p a{
    text-decoration: none;
    color: #fff;
    transition: all 0.1s ease-in-out;
}
.my_experince_conteinar_main_area p a:hover{
    color: #EF8800;
}

.my_all_experince_main_conteinar{
    width: 100%;
    height: auto;
}
.my_all_work_experice_area{
    width: 95%;
    height: auto;
    margin: auto;
}

.all_work_experice_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

.button-container {
    width: 20%;
    border: 1px solid #eee;
    padding: 0px 0px;
    margin-top: 10PX;
}

.project-btn {
    width: 100%;
    background-color: #fff;
    color: #472B28;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px dotted #EF8800;
    padding: 10px;
}
.project-btn:hover{
    background-color: #EF8800;
    color: #fff;
}

.project-btn.active {
    background-color: #EF8800;
    color: #fff;
}

.table-container {
    width: 79%;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* border: 1px solid #eee; */
    margin-left: 5px;
}

.project-table {
    width: 100%;
    display: none;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.project-table th,
.project-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
    color: #444;
}

.project-table th {
    color: #472B28;
}
.our_experince_second_header h2{
    color: #472B28;
    font-size: 25px;
    padding: 20px 5px;

}
.table_header{
    
    text-align: center;
}

@media (max-width: 1200px) {
    .all_work_experice_container {
      flex-direction: column;
    }

    .button-container {
      width: 100%;
      margin-bottom: 20px;
    }

    .table-container {
      width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    th, td {
        font-size: 14px;
    }
}
