@media screen and (min-width: 1025px) and (max-width: 1400px){
.blog-container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.blog-head h1{
    color: aqua;
}
.main{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #404241;
    color: white;
}
.mai{
    width: 400px;
}
.svg{
    height: 20px;
    width: 20px;
}
.footer-content{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 50px;
}
.main1{
    display: flex;
    gap: 10px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px){
    .blog-container{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .blog-head h1{
        color: aqua;
    }
    .main{
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .footer{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #404241;
        color: white;
    }
    .mai{
        width: 300px;
    }
    .svg{
        height: 20px;
        width: 20px;
    }
    .footer-content{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 50px;
    }
    .main1{
        display: flex;
        gap: 10px;
    }
    }
    @media screen and (min-width: 481px) and (max-width: 768px){
        .blog-container{
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .blog-head h1{
            color: aqua;
        }
        .footer{
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #404241;
            color: white;
        }
        .mai{
            width: 300px;
        }
        .svg{
            height: 20px;
            width: 20px;
        }
        .footer-content{
            padding: 20px;
            gap: 50px;
        }
        .main1{
            display: flex;
            gap: 10px;
        }
        }
        @media screen and (min-width: 320px) and (max-width: 480px){
            .blog-container{
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            }
            .blog-head h1{
                color: aqua;
            }
            .footer{
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #404241;
                color: white;
            }
            .mai{
                width: 300px;
            }
            .svg{
                height: 20px;
                width: 20px;
            }
            .footer-content{
                padding: 20px;
                gap: 50px;
            }
            .main1{
                display: flex;
                gap: 10px;
            }
            }