.item {
    background-color: #f0aa8f2a;
    padding: 40px 0 30px 0;
    .item_content {
        .section_heading{
            text-align: center;
            h6{
                font-size: 30px;
                color: $black;
                font-weight: 500; 
                display: inline-block;
                border-bottom: 2px solid #eb815bb4;
                padding: 12px 0;
            }
        }
        .nav{
             padding-top: 40px;
           .nav-link{
              padding: 10px 50px;
              background-color: $white;
              margin-right: 20px;
               img{
                  width: 80px;
               }
               h5{
                font-size: 16px;
                color: $black;
                font-weight: 500;
               }
           }
           .active{
            background-color: $primaryColor;
            h5{
                font-size: 16px;
                color: $white;
                font-weight: 500;
               }
           }
        }

        .tab-content{
               padding-top: 20px;
              .tab-pane{
                  .tab_left{
                      h4{
                        font-size: 26px;
                        color: $black;
                        font-weight: 500;
                        line-height: 36px;
                      }
                      p{
                        font-size: 15px;
                        color: $text;
                        font-weight: 400;
                      }
                  }
                  .tab_right{
                         height: 400px;
                         width: 100%;
                    img{
                         height: 100%;
                         width: 100%;
                         object-fit: cover; 
                    }
                  }
              }
        }
    }
}