/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2026 | 06:50:40 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.about-one__shape-1 {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 175px;
    height: 155px;
    background-color: var(--e-global-color-primary);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 600px) {


.head {
    
    background-color: var(--e-global-color-primary) !important;
}
}