.longgg h1{
    display: block;
    text-align: center;
    margin-top: 70px;
}

.longgg p{
    margin-top: 30px;
    font-size: 17px;
    font-weight: 500;
}

.longgg p i{
    font-size: 17px;
}

.longgg p a{
    font-size: 17px;
    font-weight: 500;
    color: #06c;
    text-decoration: none;
}

.longgg p a:hover{
    text-decoration: underline;
}

.longgg{
    padding: 0px 120px 0px 120px;
}

.longgg .copy{
    display: flex;
}

.longgg .copy .buuy{
cursor: pointer;
padding: 3px 5px;
font-weight: 500;
font-size: 17px;
margin-top: 30px;
background-color: #06c;
color: #fff;
border-radius: 980px 0px 0px 980px;
height: 30px;
width: 100px;
text-align: center;
border: 1px solid #06c;
transition: all 0.1s;
}

.longgg .copy #copy{
    overflow: hidden;
    /* display: none; */
    width: 0px;
    height: 0px;
    padding: 1px;
}

.longgg .copy .buuy:hover{
    border: 1px solid #06c;
    background-color: #fff;
    color: #06c;
}

.longgg .copy .download-img{
    cursor: pointer;
    padding: 3px 5px;
    font-weight: 500;
    font-size: 17px;
    margin-top: 30px;
    background-color: #06c;
    color: #fff;
    border-radius: 0px 980px 980px 0px;
    height: 30px;
    width: 100px;
    text-align: center;
    border: 1px solid #06c;
    transition: all 0.1s;
    }

    .longgg .copy .download-img:hover{
        border: 1px solid #06c;
        background-color: #fff;
        color: #06c;
    
    }

@media (max-width: 873px){
    .longgg{
        padding: 0px 60px 0px 60px;

    }
}

@media (max-width: 555px){
    .longgg{
        padding: 0px 30px 0px 30px;

    }
}