* {
box-sizing: border-box;
}
body {
font-family: "Inter", Sans-serif;
}
.page-container {
width: 100%;
text-align: left;
}
.grid-container {
max-width: 100%;
}
.container {
padding: 0;
}
.h-100 {
height: 100%;
}
.gallery-wrapper {
column-count: 3;
column-gap: 16px;
}
.gallery-wrapper .image-wrapper {
width: 100%;
margin-bottom: 16px;
break-inside: avoid;
}
.border-none {
border: none;
}
@media screen and (max-width: 768px) {
.terapis-callout .fl-callout-photo {
width: 100%;
}
body {
width: 100vw;
overflow-x: hidden;
}
}
@media screen and (min-width: 850px) {
.callout-problem .fl-callout-has-photo{
display : flex;
align-items: center;
}
.callout-problem .fl-callout-has-photo .fl-callout-photo{
width: 25%;
}
.callout-problem .fl-callout-has-photo .fl-callout-content{
width: 75%;
}
}
.object-fit-cover {
object-fit: cover;
}
.white-image img{
filter: brightness(0) invert(1);
}