section.gt-block.specializace .specialization__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-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(4rem, 8vw, 8rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.specializace .specialization__content .specialist__content-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: clamp(2rem, 3vw, 3rem);
}
@media screen and (max-width: 600px) {
section.gt-block.specializace .specialization__content .specialist__content-text {
gap: 0;
}
}
section.gt-block.specializace .specialization__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: clamp(1rem, 2vw, 3rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.specializace .specialization__content .title h2 {
color: #004b89;
}
section.gt-block.specializace .specialization__content .title p {
color: #5e6f7e;
font-style: normal;
}
@media screen and (max-width: 640px) {
section.gt-block.specializace .specialization__content .title p {
font-size: 1.2rem;
line-height: 1.4;
}
}
section.gt-block.specializace .specialization__content-cards {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: clamp(3rem, 4vw, 4rem);
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
section.gt-block.specializace .specialization__content-cards {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
section.gt-block.specializace .specialization__content-cards .card {
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: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(2rem, 4vw, 4rem);
-webkit-box-flex: 1;
-ms-flex: 1 0 clamp(20rem, 20vw, 37.3rem);
flex: 1 0 clamp(20rem, 20vw, 37.3rem);
-ms-flex-item-align: stretch;
align-self: stretch;
text-decoration: none;
border-radius: 0rem 6rem 6rem 6rem;
cursor: pointer;
}
@media screen and (max-width: 600px) {
section.gt-block.specializace .specialization__content-cards .card {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-flex: unset;
-ms-flex: unset;
flex: unset;
}
section.gt-block.specializace .specialization__content-cards .card.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media screen and (max-width: 468px) {
section.gt-block.specializace .specialization__content-cards .card {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
section.gt-block.specializace .specialization__content-cards .card:hover figure svg defs #paint0_linear_0 stop:first-child,
section.gt-block.specializace .specialization__content-cards .card:hover figure svg defs #paint0_linear_1 stop:first-child,
section.gt-block.specializace .specialization__content-cards .card:hover figure svg defs #paint0_linear_2 stop:first-child {
stop-color: #004b89;
stop-opacity: 1;
}
section.gt-block.specializace .specialization__content-cards .card:hover figure svg defs #paint0_linear_0 stop:last-child,
section.gt-block.specializace .specialization__content-cards .card:hover figure svg defs #paint0_linear_1 stop:last-child,
section.gt-block.specializace .specialization__content-cards .card:hover figure svg defs #paint0_linear_2 stop:last-child {
stop-color: #1bbbe9;
}
section.gt-block.specializace .specialization__content-cards .card:hover h3 {
color: #004b89;
}
section.gt-block.specializace .specialization__content-cards .card figure {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
align-items: end;
position: relative;
width: 100%;
max-width: 37.2rem;
overflow: hidden;
}
@media screen and (max-width: 500px) {
section.gt-block.specializace .specialization__content-cards .card figure {
width: 100%;
max-width: 13.9786rem;
height: 13.9786rem;
}
}
section.gt-block.specializace .specialization__content-cards .card figure img {
width: 100%;
max-width: 30.6rem;
position: relative;
z-index: 5;
}
@media screen and (max-width: 500px) {
section.gt-block.specializace .specialization__content-cards .card figure img {
width: 100%;
max-width: 13.9786rem;
height: 13.9786rem;
}
}
section.gt-block.specializace .specialization__content-cards .card figure svg {
width: 100%;
max-width: 37.2rem;
min-height: 100%;
position: absolute;
bottom: -3rem;
left: 0;
z-index: 1;
}
section.gt-block.specializace .specialization__content-cards .card figure svg defs stop {
-webkit-transition: 0.3s;
transition: 0.3s;
}
section.gt-block.specializace .specialization__content-cards .card .arrow-right {
display: none;
}
@media screen and (max-width: 600px) {
section.gt-block.specializace .specialization__content-cards .card .arrow-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 1.6rem 0;
}
}
section.gt-block.specializace .specialization__content-cards .card h3 {
color: #1bbbe9;
}
section.gt-block.specializace .specialization__content-cards .card p {
color: #28323c;
font-size: 2rem;
font-style: normal;
line-height: 1.4;
max-width: 28rem;
font-family: "Inter", sans-serif;
font-weight: 400;
}
@media screen and (max-width: 640px) {
section.gt-block.specializace .specialization__content-cards .card p {
font-size: 1.2rem;
line-height: 1.4;
}
}