h1,h2,h3{
    position: relative;
    display: inline-block;
}
.one h3 {
    color: #000;
    font-size: 20px;
}
.tds h3 {
    color: #1b1919f0;
}
.features h3 {
    color: #000;
}
.header{
   background-image: url("../img/Products_menu/cutting_machines.png");
   background-position: center;
}
.header .page-title{
    padding: 3rem var(--pad-side);
    align-items: start;
    flex-direction: column;
}
.heading h3 {
    color: #000;
}
.header .page-title h1,.header .page-title h2,.header .page-title h3{
    position: relative;
    text-align: left;
    margin: 5px;
}
.header .page-title h1 {
    text-transform: uppercase;
}
.header .page-title h2 {
    color: #fff;
    text-transform: capitalize;
}

.header .page-title h1::after,
.one .spec h3::after,
.one .spec h3::after,
.one .spec .spec_features h3::after,
.features h3::after,
.working h3::after,
.wel_title h3::after{
    content: '';
    position: absolute;
    display: block;
    width: 70%;
    height: 5px;
    bottom: -5px;
    left: 0px;
    background-color: #b31919;
}
.header .page-title h1::after{
    height: 10px;
    bottom: -10px;
}
.one .spec .spec_features h3::after{
    background-color: #ffff;
    height: 5px;
    bottom: -5px;
}
div.page_indicator{
    background-image: linear-gradient( 180deg, #f1f3f6, #67676767);
    padding: 1rem var(--pad-side);
    color: #b31919;
    display: flex;
    flex-direction: row;
}
div.page_indicator p, .hide p {
    margin: 0 10px;
}
/*------spec------*/

.one{
    display: flex;
    flex-direction: row-reverse;
    /*flex-wrap: wrap;*/
}
.one .spec {
    width: 100%;
    text-align: left;
}
.one .spec:nth-child(1){
    width: 75%;
}

.one .spec h1,
.one .spec h3 {
    margin-bottom: 0.8em;
    text-align: left;
    text-transform: uppercase;
}
.one .spec li {
    margin-top: 1rem;
}
.one .spec p {
    margin-right: 5%;
}
.one .spec .spec_features{
    margin-top: -1rem;
    padding: 2rem 3rem;
    background-color: #b31919;
    /* align-items: center; */
    color: #f1f1f1;
}
.one .spec .spec_features h3{
    color: #000;
}
.one .spec .spec_features ul{
    padding-left: 1rem;
}
.one .spec .spec_features ul li{
    padding: 4px;
}
.two img{
    display: block;
    height: 500px;
    border: 1px solid gray;
    margin: 1rem auto;
}
.spec li {
    margin-right: 5%;
    margin-top: 1rem;
}

/*-------features------*/
table {
    border-collapse: collapse;
    position: relative;
    margin: 2rem auto;
    /* width: 50%; */
}

th {
    /* text-align: left; */
    background-color: #b31919;
    color: #fff;
    padding: 6px 40px 4px 10px;
    /* font-size: 14px; */
}

td {
    border: 1px solid #e3e3e3;
    padding: 4px 8px;
}

.features h1 {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0.8em;
}


/*------technical data sheet------*/

.tds {
    width: fit-content;
    border: 2px solid black;
    padding: 10px 10px 10px 2rem;
    margin: 1em auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tds h4{
    text-transform: uppercase;
    margin-right: 5vw;
}

.tds a {
    display: inline-block;
    padding: 1em  2em;
    background-color: #b31919;
    color: #fff;
    float: right;
    position: relative;
}
.tds a:hover {
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

/*---working----*/


.working h3{
    text-transform: uppercase;
    margin-bottom: 0.8em;
    color: #000;
}
.working_flexbox{
    margin: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.working_flexbox img{
    margin:10px;
    width: 300px;
    height: 300px;
}

/*===================
     Welspring
  ===================*/

.wel_title h3{
    position: relative;
    display: inline-block;
    text-align: left;
    color: #000;
}

.wel_img {
    display: block;
    height: auto;
    padding: 1.5rem;
    height: ;
}

.wel_align {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 2rem 2rem;
}
.wel_align_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: ;
}
.wel_img {
    flex: 1 0 17rem;
    margin: 1rem;
    overflow: hidden;
}
.wel-image {
    display: block;
    width: 100%;
    object-fit: cover;
    position: ;
}
.wel_row-3 img {
    width: 100%;
}

}
