.product_system_wrap{width:100%;padding: 15px 15px 0;margin:10px 0 0;border-radius:5px;transition:0.3s}
.product_system_wrap span p{margin-bottom: 0;}

.product_system{display:flex;width:100%;padding: 10px;margin:10px 0;border-radius:5px;transition:0.3s}
.first_column img{display:block;width:100%}
.second_column img{display:block; width:50%}

.first_column{display:block;width:25%}
.second_column{display:flex;width:75%;flex-direction:column;padding-left:30px}
.gallery-list{display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-start; margin: 20px 0px}
.gallery-list img{max-height:350px;height:100%;flex:1;margin:0 !important}
.tab-pane .product_system table{width:100%;margin-bottom:10px;width: 100%}
.tab-pane .product_system table td{padding: 3px 0;}
.second_column .gallery-list a.fancy{height:auto;flex:1;min-width:20%;display:flex;max-width:50%}
div.custom-block {
    font-weight: 400;
    font-size: 16px;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    margin: 1.5em 0;
  }
  .view_snippet{
    background: #ecffec;
    border: 1px solid #b8ebc0;
    color: #4dd376;
  
  }

.gallery-list{
    display: flex;

    
    max-width: 400px;
	align-items: center;
    max-width: 500px;
justify-content: center;
    
    border: 1px solid;
    border: 1px solid rgb(211 211 211);
    border-radius: 10px;
padding: 15px;

}

  .detail_tabs ul{
    margin-bottom: 10px;
  }
  div.view_snippet i:before {
    border: 3px solid #4dd376;
  }
  div.custom-block i:before {
    font-size: 30px;
    width: 50px;
    height: max-content;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 0;
    margin-right: 25px;
  }
  .essent_snippet{
    background: #f1c6c5;
    border: 1px solid #e32636;
    color: #e32636;
  }
  div.custom-block a{
    text-decoration: underline !important;
    text-decoration-style: dashed !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px !important;
    cursor: pointer;
  }
  div.custom-block.view_snippet a:hover{
    color: #175c2c;
  }
  div.essent_snippet a{
    color: #e32636;
  }
  div.custom-block.essent_snippet a:hover{
    color: #791820;
  }
  div.essent_snippet i:before {
    border: 3px solid #e32636;
  }
 div.custom-block.info_snippet a:hover {
    color:#4c7ba6;
  }
 div.custom-block.quote_snippet a:hover{
    color:#000000;
  }
  .info_snippet{
    background: #ecf6ff;
    border: 1px solid #81c2fd;
    color: #81c2fd;
  }
  div.info_snippet i:before {
    border: 3px solid #81c2fd;
  }
  .quote_snippet{
    background: #ededed;
    border: 1px solid #707070;
    color: #707070;
  }
  div.quote_snippet i:before {
    border: 3px solid #707070;
  }

@media (max-width: 575px) {
    .product_system{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .product_system .first_column{
        width: 100%;
    }
    .product_system .second_column{
        width: 100%;
        padding: 5px 0 0;
    }
    .product_system>span{
        width: 100%;
    }
}
