@media (min-width: 768px) and (max-width: 991.98px) {
    .font18 {
        font-size: 16px !important; /* Adjust as needed */
    }
    .font20 {
        font-size: 18px !important; /* Adjust as needed */
    }
    .font24 {
        font-size: 20px !important; /* Adjust as needed */
    }
    .font30 {
        font-size: 25px !important; /* Adjust as needed */
    }
    .font35 {
        font-size: 30px !important; /* Adjust as needed */
    }
    .font40 {
        font-size: 35px !important; /* Adjust as needed */
    }
    .font60 {
        font-size: 50px !important; /* Adjust as needed */
    }
    .font70 {
        font-size: 60px !important; /* Adjust as needed */
    }
    .font100 {
        font-size: 80px !important; /* Adjust as needed */
    }

    .home-section {
        width: 100%;
        min-height: 70vh !important;
        background-color: #000;
    }
    .tablet-home-head{
        font-size: 35px!important;
    }
    .mobile-opacity{
        opacity: 0.5!important;
    }
    .btn-theme-default {
        width: 50%;
        height: 3.2em;
        margin-bottom: 0px;
    }
    .btn-filled-theme-default {
        width: 50%;
        height: 3.2em;
        margin-top: 10px!important;
    }


    /*About*/
    .about-head-tablet{
        font-size: 35px !important;
    }
    .about-img {
        width: auto;
        height: auto;
    }


    /*Identity*/
    .mobile-identity-box{
        width: 32% !important;
    }
    .identity-box-content {
        padding: 10%;
        width: 100%;
        position: relative;
    }
    .mobile-identity-content{
        font-size: 16px!important;
    }
    .mobile-identity-img-left{
        text-align: left!important;
    }
    .mobile-mar-left-0per{
        margin-left: 0%;
    }

    .identity-section {
        padding-top: 5%;
        min-height: 40vh !important;
    }


    .tech-img-height{
        height: 100% !important;
    }

    .tech-section {
        padding-top: 5%;
        min-height: 30vh !important;
    }

    /*Transforming Sec*/
    .animal-box-img {
        border: 2px solid #3cd48a;
        border-top-right-radius: 25%;
        border-bottom-left-radius: 25%;
        width: 100%;
        margin-top: 10%;
    }
    .animal-head{
        font-size: 16px !important;
        padding-top: 10%;
    }

    .box_2 {
        position: relative;
        height: 16em;
        margin-bottom: 10% !important;
    }

    .animal-head {
        font-size: 16px !important;
        padding-top: 0%;
    }

    .nosepoint-head{
        font-size: 24px!important;
    }

    .home-first-head-div {
        padding-top: 0em;
    }

    .live-stock {
        padding-top: 5%;
        min-height: 40vh !important;
    }

    .livestock-head{
        font-size: 30px!important;
    }










    /*Our Tech*/
    .tech-first-head-div {
        padding-top: 50%;
    }

    .our-tech-section {
        width: 100%;
        min-height: 35vh !important;
    }
    .our-tech-second-head{
        font-size: 35px !important;
    }
    .our-tech-first-head{
        font-size: 30px !important;
    }

    p.clr-theme-primary.font20.mobile-tech-box-p {
        font-size: 14px !important;
    }
   .mobile-tech-box-head {
        font-size: 20px !important;
    }

    .mobile-width-line{
        width: 100%;
    }
    .mobile-innovation-content{
        line-height: 20px!important;
    }
}