section.gt-block.text-title {
padding: clamp(6rem, 14vw, 18rem) 0 0 0;
}
section.gt-block.text-title .text-title__content {
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: 4rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.text-title .text-title__content-header {
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;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.text-title .text-title__content-header .h1 {
color: #004b89;
}
section.gt-block.text-title .text-title__content-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 3rem;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
section.gt-block.text-title .text-title__content-text .strong {
font-family: "Inter", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 140%; }
section.gt-block.text-title .text-title__content-text p {
font-family: "Inter", sans-serif;
font-weight: 400;
color: #28323c;
}