.hidden-mini-img{
    display: none;
}
.perfect-industrial-design-wrapper {
    background: #FFFFFF;
    max-width: 1920px;
    margin: 0 auto;
    padding: 45px 280px 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.perfect-industrial-design-wrapper .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 74px;
    letter-spacing: 0.03em;
    color: #000000;
    margin: 0 0 20px 0 ;
    text-align: left;
    max-width: 530px;
}
.perfect-industrial-design-wrapper .left .title-desc{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #000000;
    margin: 0 0 75px 0 ;
    text-align: left;
    max-width: 510px;
}
.perfect-industrial-design-wrapper .specs-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 220px;
    width: 450px;
}

.single-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.single-line img {
    display: block;
    margin: 0 25px 0 0;
    width: 45px;
}

.single-line h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 29px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #000000;
}

.perfect-industrial-design-wrapper .right img{
    width: 100%;
    max-width: none !important;
}

@media only screen and (max-width: 1265px) {
   .perfect-industrial-design-wrapper {
       padding: 100px 100px;
   } 
}

@media only screen and (max-width: 1090px) {
   /* .perfect-industrial-design-wrapper {
       flex-direction: column;
   }  */
   .perfect-industrial-design-wrapper {
       padding: 100px 50px;
   } 
   .perfect-industrial-design-wrapper .title {
    font-size: 41px;
    text-align: left;
}

.perfect-industrial-design-wrapper .left .title-desc{
    font-size: 15px;
    text-align: left;
}


.perfect-industrial-design-wrapper .specs-container {
    height: 200px;
    width: 440px;
}

.single-line {
    display: flex;
    justify-content: flex-start;
}

.single-line img {
    display: block;
    margin: 0 20px 0 0;
    width: 30px;
}

.single-line h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #000000;
}

}


@media only screen and (max-width: 900px) {
      .perfect-industrial-design-wrapper .title {
    font-size: 26px;
    line-height: 34px;
}

.perfect-industrial-design-wrapper .left .title-desc{
    font-size: 15px;
}


.perfect-industrial-design-wrapper .specs-container {
    height: 140px;
    width: unset;
        max-width: 450px;
}

.single-line {
    display: flex;
    justify-content: flex-start;
}

.single-line img {
    width: 20px;
    margin: 0 20px 0 0;
}

.single-line h3 {
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.02em;
}
}



@media only screen and (max-width: 700px) {
      .perfect-industrial-design-wrapper .title {
    font-size: 24px;
    line-height: 34px;
}

.perfect-industrial-design-wrapper .left .title-desc{
    font-size: 14px;
}


.perfect-industrial-design-wrapper .specs-container {
    height: 110px;
    width: unset;
    max-width: 450px;
}

.single-line {
    display: flex;
    justify-content: flex-start;
}

.single-line img {
    width: 18px;
    margin: 0 20px 0 0;
}

.single-line h3 {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.02em;
}
.perfect-industrial-design-wrapper {
    padding: 74px 50px;
}
}
@media only screen and (max-width: 560px) {
    .mini-content{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /* width:281px ; */
    }
    .hidden-mini-img{
        display: block;
    }
    .hidden-mini-img img{
        max-width: 110px;
        max-height: 235px;
    }
    .perfect-industrial-design-wrapper .right{
        display: none;
    }
    .specs-container{
        margin-top: 60px;
    }
    .single-line .image-container{
        margin-top: 8px;
    }
    .perfect-industrial-design-wrapper{
        padding: 74px 50px;
        }
    .perfect-industrial-design-wrapper .title {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.03em;
        color: #000000;
        }
    .perfect-industrial-design-wrapper .left .title-desc{
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 23px;
        color: #000000;
        margin: 0 0 15px 0;
        }
    .single-line img {
        width: 15px;
        margin: 0 15px 0 0;
    }
    .single-line h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #000000;
    }
}
@media only screen and (max-width: 500px) {
    .perfect-industrial-design-wrapper {
    padding: 74px 50px;
}
}
@media only screen and (max-width: 486px) {
    .perfect-industrial-design-wrapper {
    padding: 74px 40px;
}
}
@media only screen and (max-width: 360px) {
    .mini-content{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /* width:281px ; */
    }
    .hidden-mini-img{
        display: block;
    }
    .hidden-mini-img img{
        max-width: 110px;
        max-height: 235px;
    }
    .perfect-industrial-design-wrapper .right{
        display: none;
    }
    .specs-container{
        margin-top: 60px;
    }
    .single-line .image-container{
        margin-top: 8px;
    }
    .perfect-industrial-design-wrapper{
        padding: 74px 20px;
        }
    .perfect-industrial-design-wrapper .title {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.03em;
        color: #000000;
        }
    .perfect-industrial-design-wrapper .left .title-desc{
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 23px;
        color: #000000;
        margin: 0 0 15px 0;
        }
    .single-line img {
        width: 15px;
        margin: 0 15px 0 0;
    }
    .single-line h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #000000;
    }
}