.company-details {
                        box-sizing: border-box;
                        width: 100%;
                        margin: 0 auto;
                        text-align: center;
                        font-weight: 700;
                        color: white;
                        margin-bottom: 30px;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                    }