

h2{
  text-transform: capitalize !important;
}

h3{
  text-transform: capitalize !important;
}


#contact .contactform .checkbox span {
    font-size: 12px;
    color: #ffffff !important;
}

#contact .contactform label {
    color: #fff !important;
}



@media(max-width:900px){
h2 {
    font-size: 25px !important;
}

  h3 {
    font-size: 20px !important;
}
}


@media (max-width: 1049px) {
    .w1xsazdt .content__banner {
        height: unset;
        bottom: 15%;
        top: 40px !important;
        left: 10px !important;
    }
}


@media (max-width: 991px) {
.image-container img {
    height: 40vh !important;
    object-fit: contain !important;
}
  
   .image-container {
        padding: 0;
        height: 100% !important;
        margin-top: 20px;
    }

  section > div > div.content__banner > div > p {
    font-size: 18px !important;
    line-height: 25px;
}

  img.not-editable {
    height: 30vh;
}

  iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
 
}



@media  (min-width:800px) and (max-width: 1050px) {
    img.not-editable {
        height: 100% !important;
    }
}

@media (min-width:800px) and (max-width: 1100px) {
#contact > div > div > div:nth-child(2) > div > img {
    height: 100% !important;
    object-fit: contain !important;
}

#contact > div > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
}

