section.gt-block.text-team .text-team__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(6rem, 8vw, 10rem) 0;
-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(2rem, 4vw, 8rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media screen and (max-width: 675px) {
section.gt-block.text-team .text-team__content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
section.gt-block.text-team .text-team__content .col-left {
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(2rem, 4vw, 4rem);
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
section.gt-block.text-team .text-team__content .col-left__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, 3vw, 3rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.text-team .text-team__content .col-left__title h2 {
line-height: 1;
}
section.gt-block.text-team .text-team__content .col-left__title p {
color: #5e6f7e;
}
section.gt-block.text-team .text-team__content .col-left__text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 4rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2rem;
}
section.gt-block.text-team .text-team__content .col-left__text .strong,
section.gt-block.text-team .text-team__content .col-left__text 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.text-team .text-team__content .col-left__text p {
font-family: "Inter", sans-serif;
font-weight: 400;
color: #28323c;
}
section.gt-block.text-team .text-team__content .col-right {
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: center;
-ms-flex-align: center;
align-items: center;
gap: 4rem;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
section.gt-block.text-team .text-team__content .col-right__person {
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: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
}
section.gt-block.text-team .text-team__content .col-right__person figure {
position: relative;
width: 100%;
max-width: 30rem;
height: 30rem;
aspect-ratio: 1/1;
border-radius: 30rem;
cursor: pointer;
-webkit-transition: 0.4s;
transition: 0.4s;
}
section.gt-block.text-team .text-team__content .col-right__person figure:hover .person__image-two {
opacity: 1;
}
section.gt-block.text-team .text-team__content .col-right__person figure .person__image-one {
position: relative;
}
section.gt-block.text-team .text-team__content .col-right__person figure .person__image-two {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
section.gt-block.text-team .text-team__content .col-right__person figure img {
width: 100%;
max-width: 30rem;
height: 30rem;
border-radius: 30rem;
aspect-ratio: 300/300;
-o-object-fit: cover;
object-fit: cover;
}
section.gt-block.text-team .text-team__content .col-right__person .name {
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: center;
-ms-flex-align: center;
align-items: center;
gap: 2.5rem;
}
section.gt-block.text-team .text-team__content .col-right__person .inter-text-lg p {
font-family: "Inter", sans-serif;
font-weight: 400;
}