section.gt-block.our-values.blue {
background: #f2f9fc;
}
section.gt-block.our-values .our-values__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(6rem, 8vw, 10rem) 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(2rem, 5vw, 8rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.our-values .our-values__content-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 3rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.our-values .our-values__content-title h2 {
line-height: 0.7;
}
section.gt-block.our-values .our-values__content-title p {
color: #5e6f7e;
}
section.gt-block.our-values .our-values__content-cols {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(3rem, 6vw, 6rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 800px) {
section.gt-block.our-values .our-values__content-cols {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
section.gt-block.our-values .our-values__content-cols .col {
width: calc(33.3333333333% - 0.6666666667 * clamp(3rem, 6vw, 6rem));
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 3rem;
}
@media screen and (max-width: 800px) {
section.gt-block.our-values .our-values__content-cols .col {
width: calc(50% - 0.5 * clamp(3rem, 6vw, 6rem));
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media screen and (max-width: 550px) {
section.gt-block.our-values .our-values__content-cols .col {
width: calc(100% - 0 * clamp(3rem, 6vw, 6rem));
}
}
section.gt-block.our-values .our-values__content-cols .col-desc .strong,
section.gt-block.our-values .our-values__content-cols .col-desc strong {
font-family: "Inter", sans-serif;
font-weight: 600; font-size: calc(var(--fs-small-rate) * 2rem);
line-height: 1.4;
color: #28323c;
font-style: normal;
}
section.gt-block.our-values .our-values__content-cols .col-desc p {
font-family: "Inter", sans-serif;
font-weight: 400;
color: #28323c;
}