/* @media (max-width: 300px) {
    hero__right {
        text-align: center;
    }
} */

@media (max-width: 440px) {
    .about__img {
       margin-left: 02px!important;
       height: 350px!important;
       margin-top: 0rem!important;
    }

    .contact-me {
        margin-left: 24%;
    }
 
}


@media (max-width: 500px) {
    .about__img {
        margin-left: 02px!important;
        height: 350px!important;
        margin-top: 0rem!important;
     }
     .contact-me {
        margin-left: 20%!important;
    }
}

@media (max-width: 576px) {
    .hero__image {
        width: 300px;
        height: 200px;
    }
    .hero__right {
        margin-top: 40px!important;
        text-align: center!important;
        margin-left: 10px!important;
    }

    .hero__text, .hero__text__next, .about__heading, .project__heading {
        font-size: 25px;
    }

    .about__right {
        /* margin-top: 30px; */
        margin-left: 0px!important;
        margin-right: 0px!important;
    }

    .about__img {
        width: 250px;
        height: 250px;
        margin-top: 0rem!important;
    }

    .about__paragraph, .hero__paragraph {
        font-size: 17px;
    }

    .service__skills__item {
        font-size: 45px;
    }

    .service__skills_img {
        width: 60px;
        margin-top: 15px;
    }

    .dev__image {
        margin-top: 20px;
    }

    .heading__testimonial {
        font-size: 25px;
      
    }

    .testimonial__img {
        width: 60px;
    }
    
    blockquote {
        font-size: 16px;
    }

    .social__link {
        margin-right: 1.2rem;
        font-size: 20px;
    }

    .contact-me {
        list-style: none;
        padding-top: 20px;
        font-size: 25px;
        text-align: center;
    }
    .contact-text {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .hero__right {
        margin-top: 35px;
        text-align: center;
    }

    .hero__text, .hero__text__next, .about__heading, .project__heading {
        font-size: 28px;
    }

    .about__right {
        margin-top: 10px;
        margin-left: 70px;
    }

    .about__img {
       margin-left: 70px;
       width: 437px;
       margin-top: 0rem!important;
    }

    .about__paragraph, .hero__paragraph {
        font-size: 19px;
    }

    .service__skills__item {
        font-size: 58px;
    }

    .service__skills_img {
        width: 70px;
        margin-top: 13px;
    }

    .contact-me {
        margin-left: 14%;
    }

    .testimonial__img {
        width: 73px;
    }
    
    blockquote {
        font-size: 18px;
    }

    .dev__image {
        margin-top: 20px;
    }
}


@media (max-width: 992px) {
   .hero__right {
       margin-left: 80px;
   }
}

@media (max-width: 1200px) {
   
}