h1.hero-h1 {
    font-size: 2.5rem;
}
.hero-form h2 {
    font-size: 20px !important;
}

.image-with-text__inner.box-shadow-1 h3 {
    font-size: 30px;
}.info-box__description p {
    font-size: 13px;
}
.package__details ul li {
    font-size: 14px;
}

@media(max-width:1440px) {
    
    .image-with-text__inner.box-shadow-1 h3 {
    font-size: 25px;
}

.section-with-big-image__text h1 {
    font-size: 40px;
}
}

@media(max-width:576px) {

section.hero h1.hero-h1 {
    font-size: 24px;
}

.hero-form h2 br {
    display: none;
}

.image-with-text__inner.box-shadow-1 h3 {
    font-size: 17px;
}
.row.galler_header h2 {
    font-size: 22px;
}

.row.galler_header p {
    font-size: 14px;
}

.section-with-big-image__text h1 {
    font-size: 28px;
}
}