 .myshape .tn-atom { border-radius: 10px 10px 75px 0px !important; background: linear-gradient(200deg, #420000 -10%, #bd0000 110%); background: -webkit-linear-gradient(200deg, #420000 -10%, #bd0000 110%); -webkit-box-shadow: inset 0px 0px 0px 0px #000000; -moz-box-shadow: inset 0px 0px 0px 0px #000000; box-shadow: inset 0px 0px 0px 0px #000000; } .myshape>.tn-atom__sbs-anim-wrapper>.tn-atom, .myshape>.tn-atom__sbs-anim-wrapper { filter: blur(0px); -webkit-filter: blur(0px); border-radius: 10px 10px 75px 0px !important; } .myshape>.tn-atom { filter: blur(0px); -webkit-filter: blur(0px); border-radius: 10px 10px 75px 0px !important; } 
  

    .justify {
        text-align: justify;
    }

@media only screen and (max-width: 650px) {
    .justify-mobile {
        text-align: justify;
    }
}
