.text-block.blue {
background: #f2f9fc;
}
.text-block__content {
position: relative;
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, 3vw, 4rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
.text-block__content .line {
position: absolute;
left: 6rem;
top: 0rem;
width: 0rem;
height: -webkit-fill-available;
border: 1px solid #d4e5eb;
z-index: 1;
}
@media screen and (max-width: 500px) {
.text-block__content .line {
display: none;
}
}
.text-block__content-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: clamp(2rem, 3vw, 4rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 500px) {
.text-block__content-header {
-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;
}
}
.text-block__content-header .number {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 12rem;
height: 12rem;
border-radius: 30rem;
border: 2px solid #d4e5eb;
background: #fff;
padding: 0;
z-index: 5;
}
@media screen and (max-width: 500px) {
.text-block__content-header .number {
width: 9rem;
height: 9rem;
}
}
.text-block__content-header .number p {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #d4e5eb;
font-size: 10rem;
font-style: normal;
line-height: 1;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 2rem;
}
@media screen and (max-width: 500px) {
.text-block__content-header .number p {
font-size: 5rem;
padding-top: 1rem;
}
}
.text-block__content-header .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-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(1.5rem, 2vw, 3rem);
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.text-block__content-header .title h2 {
line-height: 1;
}
.text-block__content-header .title p {
color: #5e6f7e;
}
.text-block__content-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 16.1rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 8rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 500px) {
.text-block__content-text {
padding-left: 0;
}
}
.text-block__content-text .text .strong {
font-family: "Inter", sans-serif;
font-weight: 600;
color: #28323c;
font-size: calc(var(--fs-small-rate) * 2rem);
font-style: normal;
line-height: 140%; }
.text-block__content-text .text p {
font-family: "Inter", sans-serif;
font-weight: 400;
color: #28323c;
}