@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body, a, h1 , h2, h3, h4, h5,h6 .btn {
font-family: "Inter", sans-serif !important;
  font-style: normal;}
  h1 {font-size:85px !important;}
  
.btn:hover{
  transform: scale(1.05);
}

.block-type--cta .block{
  overflow: visible;
}

#section-1726643042737 .block-type--image {
    transition: all 0.3s ease; /* or specify the properties like opacity and margin-top */
}

#section-1726643042737 .block-type--image:hover {
    opacity: 0.8;
    margin-top: -20px;
}
@media(min-width:768px){
    
    div#block-1726671503025_0 h2 {
    font-size: 45px;
}
}