section.gt-block.tiskove-zpravy .tiskove-zpravy__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(3rem, 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: 6rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 3rem;
}
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-header .search-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 2rem 3rem;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1.5rem;
width: 100%;
max-width: 31.5rem;
border-radius: 10.4rem;
border: 2px solid #d4e5eb;
}
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-header .search-form input {
width: 100%;
}
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-header .search-form input::-webkit-input-placeholder {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 100%; }
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-header .search-form input::-moz-placeholder {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 100%; }
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-header .search-form input:-ms-input-placeholder {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 100%; }
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-header .search-form input::-ms-input-placeholder {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 100%; }
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-header .search-form input::placeholder {
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 100%; }
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-boxes {
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;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-boxes .box {
width: 100%;
max-width: 58.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(3rem, 6vw, 6rem);
-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, 4vw, 4rem);
border-radius: 0rem 3rem 3rem 3rem;
background: #f2f9fc;
}
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-boxes .box__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: 2rem;
}
section.gt-block.tiskove-zpravy .tiskove-zpravy__content-boxes .box p {
font-family: "Inter", sans-serif;
font-weight: 400;
color: #28323c;
font-size: clamp(1.4rem, 2vw, 2rem);
font-style: normal;
line-height: 140%; }