Your IP : 18.221.24.226
.diginventor {
padding: 6em 0;
&-ttl {
margin-bottom: 2em;
.text {
&-1 {
.font(4em, normal);
font-weight: 400;
color: @yellow;
}
&-2 {
.font(2.625em, normal);
.caps;
}
}
}
&-desc {
.standardDesc;
color: @black;
position: relative;
padding-right: 25%;
}
&-patented {
position: absolute;
right: 4em;
top:0;
}
&-cols {
height: 100%;
align-items: center;
> .col {
display: flex;
justify-content: center;
height: 100%;
&:first-child {
flex-direction: column;
.setCol(50%);
}
&:last-child {
.setCol(40%);
}
}
}
}