.elephantm-body {
            margin: 0;
            padding: 0;
            background-size: cover !important;
            color: white;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100vh;
            font-family: "Manrope", sans-serif;
            font-optical-sizing: auto;
            font-style: normal;
            background-position: top !important;
            background-repeat: no-repeat !important;
            padding: 0px 32px;
        }

        .elephantm-body h1 {
            margin-bottom: 0px;
            font-size: 41px;
            word-wrap: break-word;
            color: #fff;
        }

        .elephantm-body p {
            font-size: 14px;
            word-wrap: break-word;
            color: #fff;
        }
        @media only screen and (max-width: 768px) {
            .elephantm-message{
                padding: 0px 100px;
            }
        }
        @media only screen and (max-width: 992px) {
            .elephantm-body{
                background-position: right !important;
            }

            .elephantm-body h1 {
                font-size: 31px;
            }
        }

        .elephantm-body .icons img {
            background: #fff;
            border-radius: 100%;
            width: 40px;
            padding: 11px;
        }

        .elephantm-body .icons a {
            cursor: pointer;
        }

        .elephantm-body .icons {
            display: flex;
            align-items: center;
            flex-direction: column;
            gap: 11px;
        }

        .elephantm-body .follow-us {
            padding: 13px 51px;
            border-radius: 50px;
            text-decoration: none;
            color: #fff;
            background: linear-gradient(90deg, rgb(57, 0, 23) 0%, rgb(237, 0, 93) 50%, rgb(222, 181, 31) 100%);
            font-weight: 600;
        }