body {
    font-family: 'Arial', sans-serif;
}

.carousel-item img{
    width: 100%;
    height: 80vh;
}


.card-body img{
    min-width: 50%;
    max-height: 200px;
}


@media (max-width:425px){

    /* slider sections */
    .carousel-item img{
        width: 100%;
        height: 40vh;
    }
    /* About section */
    .About .pra{
        padding: 10px 15px;
        margin-bottom: 20px;
    }
    .About .head{
        font-size: 24px;
        padding: 10px;
    }

    .About .about-con{
        padding-right : 40px ;
        margin-top: 20px;
    }

    .About .about-img{
        width: 90%;
        height: 50vh;
    }
    /* Services Section */
    .serices .inner-box{
        margin-top: 4px;
        padding: 10px;
    }

    /* temas section */

    .temas .temas-box{
        margin-top: 8px;
        padding-left: 10px;
    }

    /* Contact Section */

    .content .con-input{
        padding: 30px;
        margin-top: 8px;   
    }
    .content .img-fulid {
        margin-top: 10px;
        padding: 10px;
    }
    .content  .final{
        padding : 0px 35px ;
        margin-top: 20px;
    }

    .content .content-img{
        width: 100%;
        height: 50vh;
    }
}
