.cardStatus { border-radius: 60px /*60px 0 0*/; background-color: var(--bgStepColor); transform: translate(0, -65px); padding: 1rem 4rem 4.5rem 4rem; } .cardDoors { /*width: 100%; //transform: translate(0, -53px); border-radius: 60px 60px 0 0; transform: translate(0, -120px); background-color: #FFF; padding: 0; box-shadow: rgba(0, 0, 0, 0.45) 0px -24px 27px -20px;*/ width: 100%; border-radius: 60px; transform: translate(0, -120px); padding: 0; background-color: #FFF; box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 22px -2px; } .testataOrder { border: 3px solid var(--bgStepColor); padding: 1rem 1rem 4.5rem 1rem; border-radius: 60px 60px 20px 20px; transform: translate(63px, 0); width: 93%; position: relative; /*display: flex; justify-content: space-around;*/ font-size: 17px; background-color: #031926; }