@media (max-width: 767px){
.float {
    right: 83%;
    bottom: 25px;
}

h1, .h1 {
    font-size: 26px;
}

h2, .h2 {
    font-size: 22px;
}

.margin-bottom-65 {
    margin-bottom: 30px !important;
}

.sidebar .widget:last-child {
    margin-bottom: 30px !important;
}


.amwd-main-search-form-item {
    width: 100%;    
}

.utf-banner-headline-text-part span.typed-words {    
    background: rgb(255 255 255 / 0%);  
}

section.fullwidth {    
    padding: 35px 0;    
}

.utf-listing-badges-item {
   
    height: 180px;
}


.utf-parallax-content-area {
    top: 115px;
}

.utf-parallax-content-area {
   
    height: 8%;
}

.utf-photo-text-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.announce {
    
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 10px;
   
}

.od-1 { order: 2; }
.od-2 { order: 1;  }
 
 .founder-details {
  
    display: flex;
    flex-flow: column;
}

}






/* ipad Mini */

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .banner .video {
    height: 50vh;
}
.utf-parallax-content-area {
    top: 160px;
   
    height: 350px;
}

.utf-banner-headline-text-part h2 {
    font-size: 25px;
   
}

.utf-banner-headline-text-part span.typed-words, span.typed-cursor {
    font-size: 24px;
   
}
    
}