.logo-icon img{
    height: 70px !important;
}

@media (max-width: 768px) {
    .tj-page-title{
        font-size: 40px !important;
    }

    .cta-area .cta-img{
        min-height: 0;
    }


    .cta-area .cta-img {
        width: 49.3%;
        min-height: 200px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-size: contain;
        background-repeat: repeat-y; /* vertical repeat */
        background-position: center top;
        /* Animation setup */
        animation: verticalScroll 15s linear infinite;
    }

/* Keyframes for the vertical marquee effect */
    @keyframes verticalScroll {
        from {
            background-position-y: 0;
        }
        to {
            background-position-y: 100%;
        }
}

}

@media (max-width: 426px) {
    .about-content .about-info .author-area {
        padding: 50px 20px 23px 20px;
    }

    .testimonial-img img,
    .cta-area .cta-img,
    .cta-area::after{
        display: none;
    }

    .cta-area .call-btn {
        top: 120px;
        bottom: 0px;
        left: 85%;
    }

    .logo-icon img {
    height: 55px !important;
}


}

@media (max-width: 376px) {
    .tj-page-title{
        font-size: 35px !important;
    }

    .about-content .about-info .author-area {
        padding: 30px 20px 23px 20px;
    }

    .achievement-content h5{
        font-size: 18px !important;
    }
}

@media (max-width: 320px) {
    .tj-page-title{
        font-size: 30px !important;
    }

    .achievement-content h5,
    .tj-faq .accordion-item .faq-title,
    .package-name{
        font-size: 16px !important;
    }

    .achievement-content .desc p,
    .package-desc p{
        font-size: 14px;
    }

    .cta-area .call-btn{
        width: 76px;
        height: 76px;
    }

    
}
