body.land-demo2 header p {
    font-size: 25px;
    line-height: 1.7;
}

body.land-demo2 footer p {
    font-size: 14px;
    text-align: left;
}

.menu-social {
    list-style: none;
    display: inline-flex;
    margin-left: 1px;
}
  
.menu-social {
    position: fixed;
    z-index: 99999;
    bottom: 16px;
    left: auto;
    padding-left: 2px;
    right: 100px;
}
  
.menu-social a {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 24px;
    margin: 5px;
    color: #007d1e;
    padding: 1px;
}
  
.social-item {
    margin: 2px;
    color: #ffffff;
}

.menu-social a img {
    width: 60px;
}

#msg_error {
    margin-top: 30px;
    color: #cb0000;
}

@media screen and (max-width: 767px) {
    .curve-cls {
        width: 100%;
    }

    body.land-demo2 header p {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 10px;
        text-align: center;
    }

    header h1 {
        text-align: center;
    }

    .btn-header {
        align-items: center;
        justify-content: center;
    }

    .menu-social {
        position: fixed;
        z-index: 99999;
        bottom: 60px;
        left: auto;
        padding-left: 2px;
        right: 15px;
    }

    .menu-social a img {
        width: 50px;
    }
}