 .counter-container {
     width: 1200x !important;
 }
 
 .single-discount-room {
     /* display: block;
     padding: 40px 20px 37px;
     text-align: center;
     border: 1px solid black;
     width: 185px;
     height: 100%; */
     background-color: #fff;
     padding-top: 18px;
     height: 100%;
 }
 /* .vertical-line {
     border-right: 1px solid black !important;
     padding-right: 31px !important;
 } */
 
 .vertical-line :after {
     content: "";
     background-color: #000;
     position: absolute;
     width: 1px;
     height: 100%;
     top: 0px;
     left: 109%;
     display: block;
 }
 
 .counter-number {
     font-size: 32px;
     color: var(--startupMainColor);
     font-weight: 700;
     line-height: 28px;
 }
 
 .room-content p {
     margin: 5px 0 0;
     padding: 0;
     color: #119737 !important;
     font-size: 18px;
     font-weight: 500;
     text-align: center;
 }
 
 .counter-box i {
     font-size: 60px;
     color: #d2d2d2
 }
 /* .counter {
     display: block;
     font-size: 32px;
     font-weight: 700;
     color: var(--startupMainColor);
     line-height: 28px;
 } */
 
 .counter-box.colored p,
 .counter-box.colored i,
 .counter-box.colored .counter {
     color: #119737
 }
 
 .counter-number {
     display: flex;
     justify-content: center;
 }