.first_box_paragraph{
    position: relative;
    top:450px;
    padding: 0px 50px 0px 50px;
}

.paragraph_content{
    text-align: justify;
    font-weight: 540;
}

.second_box_paragraph{
    display: grid;
    width: 90%;
    margin: auto;
    gap: 3em;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    position: relative;
    top: 500px;
    align-items: center;
    justify-content: center;
    
}

.paragraph_content_img {
    width: 200px; 
    height: 200px;
    margin: 10px;
    opacity: 0.5;
}

.third_box_paragraph{
    position: relative;
    top:530px;
    padding: 0px 50px 0px 50px;
}

.paragraph_content_two{
    text-align: center;
    font-weight: 540;
}


@media screen and (max-width:1024px){

    .main_footer_box{
        top: 600px;
    }

}

@media screen and (max-width:1000px){

    .first_box_paragraph{
        top:10px;
        padding: 0px 25px 0px 25px;
    }

    .second_box_paragraph{
        top: 50px; 
        justify-items: center;
    }

    .paragraph_content_img {
        opacity: 1;
    }

    .third_box_paragraph{
        top:90px;
        padding: 0px 25px 0px 25px;
    }

    .paragraph_content_two{
        text-align: justify;
    }

    .main_footer_box{
        top: 150px;
    }
    
}
