.cardStatus { border-radius: 60px /*60px 0 0*/; background-color: var(--bgStepColor); transform: translate(0, -65px); padding: 1rem 4rem 4.5rem 4rem; } .cardDoors { width: 100%; border-radius: 60px; transform: translate(0, -64px); 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; width: 100%; position: relative; /*display: flex; justify-content: space-around;*/ font-size: 17px; background-color: #031926; }