.package-content h3 {
    font-size: 19px;
}
.trip-ad-content h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.blog-item {
    margin-bottom: 30px;
}
.copyright-content p {
    font-size: 12px;
    letter-spacing: 0.5px;
}
ul.timeline li p {
    text-align: justify;
}
.testih2 {
    color: #fff;
}
@media (min-width: 375px){
    .carousel-caption h1 {
        margin: 2px 0;
        font-size: 16px;
        text-shadow: 0 1px 1px rgb(0 0 0 / 80%);
    }
    .carousel-caption h2 {
        margin: 5px 0;
        font-size: 12px;
    }
}
@media (min-width: 1170px){
    .carousel-caption h1 {
        margin: 2px 0;
        font-size: 35px;
        text-shadow: 0 1px 1px rgb(0 0 0 / 80%);
    }
    .carousel-caption h2 {
        margin: 5px 0;
        font-size: 25px;
    }
}