/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*

/* Themeco Posts */
#project-list .active{
  background:#87A0BB;
  border-radius: 1em;
}

#technology-legend {
    display: flex;
    flex-direction: column;
    gap: 12px; /* Spazio tra gli elementi */
    margin: 10px 0;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px; /* Spazio tra l'icona e il testo */
}

.legend-item p{
  margin-bottom: 0!important;
}
  

.legend-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%; /* Forma circolare */
    border: 2px solid #FFFFFF; /* Bordo bianco per coerenza visiva */
}

.legend-text {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize; /* Testo in maiuscole */
}


#technology-container {
    display: flex;
    align-items: center;
    gap: 8px; /* Spazio tra icona e testo */
    margin: 10px 0;
    font-family: Arial, sans-serif;
}

#technology-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#technology-icon svg {
    fill: #FFFFFF; /* Colore bianco per l'icona */
    width: 16px;
    height: 16px;
}

#technology-text {
    font-size: 16px;
    font-weight: bold;
    color: #EDAF30; /* Default: colore per Solar Energy */
}


#development-status-container {
    display: flex;
    flex-direction: column;
    width:100%;
    align-items: flex-start;
    color: #333B4A;
}

#development-status-progress {
    display: flex;
    width:100%;
    gap: 5px;
    margin-bottom: 5px; /* Spazio tra progress bar e il testo */
}

.progress-bar {
    width: 24%;           /* Larghezza di ogni barra */
    height: 8px;           /* Altezza delle barre */
    border-radius: 4px;    /* Angoli arrotondati */
    background-color: #E0E4EB; /* Grigio chiaro di default */
}

#development-status-progress .progress-bar.filled:nth-child(1) {
  background-color: #1D2636;
}

#development-status-progress .progress-bar.filled:nth-child(2) {
  background-color: #2C624D;
}

#development-status-progress .progress-bar.filled:nth-child(3) {
  background-color: #37955E;
}

#development-status-progress .progress-bar.filled:nth-child(4) {
  background-color: #43BF6D;
}


#development-status-text-container {
    display: flex;
    justify-content: space-between; /* Allinea il testo a sinistra e a destra */
    width: 100%; /* Occupa tutta la larghezza */
    font-size: 14px;
    font-weight: bold;
    color: #1E2A3A;
    margin-top: 5px; /* Piccolo spazio rispetto alla barra */
}

#development-status-label {
    text-align: left;
    font-weight:300;
}

#development-status-percentage {
    text-align: right;
    font-weight:100;
    font-size: 0.875em;
    opacity:0.5
}

.type-post .entry-content {
  margin-top: 0;
}

/* Common */

p {
  margin: 0 0 1em;
}

/*MAPPPAAA*/
#mappa-progetti{
  height:100%!important;
}

.link {
  font-weight: 600;
  color: #E94E1B;
  text-decoration: underline;
}

.link-color {
  color: #E94E1B;
}

.semi-bold {
  font-weight: 600;
}

.gradient-light-blue {
  background: rgb(106,186,235);
  background: -moz-linear-gradient(145deg, rgba(106,186,235,1) 0%, rgba(64,146,200,1) 100%);
  background: -webkit-linear-gradient(145deg, rgba(106,186,235,1) 0%, rgba(64,146,200,1) 100%);
  background: linear-gradient(145deg, rgba(106,186,235,1) 0%, rgba(64,146,200,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6abaeb",endColorstr="#4092c8",GradientType=1);
}

.gradient-green-to-orange {
  background: rgb(155,190,29);
  background: -moz-linear-gradient(180deg, rgba(155,190,29,1) 0%, rgba(216,89,48,1) 50%, rgba(216,89,48,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(155,190,29,1) 0%, rgba(216,89,48,1) 50%, rgba(216,89,48,1) 100%);
  background: linear-gradient(180deg, rgba(155,190,29,1) 0%, rgba(216,89,48,1) 50%, rgba(216,89,48,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9bbe1d",endColorstr="#d85930",GradientType=1);
}

.gradient-orange {
  background: rgb(245,143,23);
  background: -moz-linear-gradient(145deg, rgba(245,143,23,1) 0%, rgba(236,79,64,1) 100%);
  background: -webkit-linear-gradient(145deg, rgba(245,143,23,1) 0%, rgba(236,79,64,1) 100%);
  background: linear-gradient(145deg, rgba(245,143,23,1) 0%, rgba(236,79,64,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f58f17",endColorstr="#ec4f40",GradientType=1);
}

.gradient-grey-to-zero {
  background: rgb(247,247,247);
  background: -moz-linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0.95) 5%, rgba(247,247,247,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0.95) 5%, rgba(247,247,247,0) 100%);
  background: linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0.95) 5%, rgba(247,247,247,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7",endColorstr="#f7f7f7",GradientType=1);
}

.gradient-grey-to-zero-fifty {
  background: rgb(247,247,247);
  background: -moz-linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0.5) 50%, rgba(247,247,247,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0.5) 50%, rgba(247,247,247,0) 100%);
  background: linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0.5) 50%, rgba(247,247,247,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7",endColorstr="#f7f7f7",GradientType=1);
}

/* GSAP */

.pinned-section,
.pinned-section * {
  transition-timing-function: unset !important;
  transition-property: none !important;
  transition-duration: unset !important;
}

/* Style */

.fullheight-flexed-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh !important;
}

.flexed-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pills-list {
  max-width: 300px;
  margin-bottom: 0;
}

.pills-list h4 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.pills-list .x-feature-box-text {
  display: none;
}

/* Nav */

.nav:last-of-type li:first-of-type .x-anchor-text-primary {
  font-size: 2.75em;
}

@media (max-width: 767px) {
  .nav:last-of-type li:first-of-type .x-anchor-text-primary {
    font-size: 1.8em;
  }
}


@media (max-width: 767px) {
  .nav:last-of-type li:first-of-type .x-anchor-text-primary {
    font-size: 1.8em;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .nav:last-of-type li:first-of-type .x-anchor-text-primary {
    font-size: 2em;
  }
}

/* Hubspot Recent Posts */

.hs-recent-posts-container {
  display: flex;
  flex-direction: row;
  gap: 1em;
  flex-wrap: nowrap;
}

.hs-recent-posts-container .hs-post-container {
  flex: 1 1 0px;
}

.hs-recent-posts-container .hs-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hs-recent-posts-container .hs-post-content-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  padding: 20px;
  background: white;
}

.hs-recent-posts-container .hs-post-title {
  display: block;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 0.900em;
  font-weight: 700;
  color: #303233;
  line-height: 1.333em;
}

.hs-recent-posts-container .hs-post-desc {
  display: block;
  flex: 1;
  font-size: 0.800em;
  color: #303233;
  line-height: 1.375em;
}

.hs-recent-posts-container .hs-post-link {
  display: block;
  font-size: 0.700em;
  font-weight: 600;
  color: #303233;
  line-height: 1em;
}

@media (max-width: 767px){
  .hs-recent-posts-container {
    flex-wrap: wrap !important;
  }

  .hs-recent-posts-container .hs-post-container {
    flex-basis: 100% !important;
  }
}

/* WP Forms */

form {
  margin: 0 !important;
}

/* Form */

.contact-form .wpforms-field-name .wpforms-field-row input {
  font-size: 0.700em !important;
  color: #303233 !important;
  height: 37px !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: 0px 3px 6px #00000029;
  padding: 0.65em 0.714em 0.65em 0.714em !important;
}

.contact-form .wpforms-field {
  padding: 7px 0 !important;
}

.contact-form .wpforms-field > input {
  font-size: 0.700em !important;
  color: #303233 !important;
  height: 37px !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: 0px 3px 6px #00000029;
  padding: 0.65em 0.714em 0.65em 0.714em !important;
}

.contact-form .wpforms-field > label:not(.wpforms-error) {
  font-size: 0.700em !important;
  font-weight: 400 !important;
  line-height: 1;
  padding: 0 0 0 0.5em !important;
  margin: 0 0 0.5em 0 !important;
}

.contact-form .wpforms-field > div > input {
  font-size: 0.700em !important;
  color: #303233 !important;
  height: 37px !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: 0px 3px 6px #00000029;
  /* padding: 0.65em 1em 0.65em 1em !important; */
}

.contact-form .wpforms-field > .choices {
  font-size: 0.700em !important;
}

.contact-form .wpforms-field > .choices > .choices__inner {
  font-size: 1em !important;
  color: #303233 !important;
  height: 37px !important;
  border-radius: 5px !important;
  border: none !important;
  padding: 0.65em 0.714em 0.65em 0.714em !important;
}

.contact-form .wpforms-field > .choices > .choices__inner .choices__list {
  padding: 0 !important;
}

.contact-form .wpforms-field > .choices > .choices__inner .choices__list .choices__placeholder {
  color: #7b7b7b !important;
}

.contact-form .wpforms-form .choices__list--dropdown .choices__item {
  font-size: 1em !important;
}

.contact-form .checkbox-privacy-policy {
  width: 320px !important;
  margin: 1em auto !important;
}

.contact-form .wpforms-field textarea {
  font-size: 0.700em !important;
  border-radius: 4px !important;
  border: none !important;
  padding: 0.714em 0.714em 0.714em 0.714em !important;
}

.contact-form .wpforms-field-checkbox {
  margin: 10px 0.714em 0 0.714em !important;
}

.contact-form .wpforms-field-checkbox .wpforms-field-description {
  font-size: 0.6em !important;
  margin-left: 36px !important;
  word-break: normal !important;
}

.contact-form .wpforms-field-checkbox ul > li {
  display: flex;
  align-items: start;
}

.contact-form .wpforms-field-checkbox ul > li > input[type='checkbox'] {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  border: none !important;
}

.contact-form .wpforms-field-checkbox ul > li > input[type='checkbox']:before {
  display: inline-block;
  content: close-quote;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(29, 29, 27, 0.05);
  border-radius: 0px;
  background-color: white;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
  transition-timing-function: cubic-bezier(.075, .820, .165, 1);
  transition-duration: 1s;
  transition-property: border, background-color;
}

.contact-form .wpforms-field-checkbox ul > li > input[type='checkbox']:checked:before {
  background: #E94E1B;
  border: 1px solid white;
} 

.contact-form .wpforms-has-error input[type='checkbox']::before {
  border: 1px solid #E94E1B !important;
}

.contact-form .wpforms-field-checkbox ul > li > label {
  font-size: 0.700em !important;
  margin-left: 20px !important;
}

.contact-form .wpforms-field-checkbox ul > li > label > a {
  color: #E94E1B !important;
  text-decoration: underline;
}

.contact-form .wpforms-submit-container {
  text-align: center;
}

.contact-form .wpforms-submit-container > button {
  width: 100%;
  max-width: 220px;
  height: 47px !important;
  background: #E94E1B !important;
  color: #F9F9FA !important;
  font-size: 0.700em !important;
  text-transform: uppercase;
  font-weight: 700;
  border: none !important;
  border-radius: 47px;
  box-shadow: 0px 3px 6px #00000029;
}

.contact-form .wpforms-form label.wpforms-error {
  color: #E94E1B !important;
  font-size: 13px !important;
}

/* Lavora con noi */

.lavora-con-noi .candidature .choices__inner {
  font-weight: 700;
}

.lavora-con-noi .lavora-con-noi-upload {
  margin: 2em 0 0.5em !important;
  padding: 0 !important;
}

.lavora-con-noi .lavora-con-noi-upload .text-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lavora-con-noi .lavora-con-noi-upload .text-container span:nth-child(1) {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}

.lavora-con-noi .lavora-con-noi-upload .text-container span:nth-child(2) {
  font-family: "Inter", sans-serif;
  font-size: 0.7em;
}

.lavora-con-noi .wpforms-field-file-upload .wpforms-uploader {
  background: black;
  padding: 20px 0;
  border: none;
  border-radius: 10px;
}

.lavora-con-noi .wpforms-field-file-upload .wpforms-uploader .dz-message {
  background: black;
  padding: 20px 0;
  border: none;
  border-radius: 10px;
}

.lavora-con-noi .wpforms-field-file-upload .wpforms-uploader .dz-message .modern-title {
  font-size: 14px;
  color: white;
}

.lavora-con-noi .wpforms-field-file-upload .wpforms-uploader .dz-message .modern-hint {
  display: none;
  font-size: 12px;
  color: white;
}

.lavora-con-noi .wpforms-field-file-upload .dz-max-files-reached {
  background: transparent;
  padding: 0 !important;
}

.lavora-con-noi .wpforms-field-file-upload .wpforms-uploader .dz-preview {
  padding-top: 20px !important;
  padding: 20px;
  border-bottom: 0;
  background: #000000;
  border-radius: 10px;
}

.lavora-con-noi .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-details .dz-filename span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #F9F9FA;
}

.lavora-con-noi .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-progress {
  left: 90px !important;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
}

.lavora-con-noi .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-progress .dz-upload {
  background-color: #0094CD !important;
}

.lavora-con-noi .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove {
  right: 18px;
}

/* Lavora con noi - Page */

.lavora-con-noi-cta {
  display: flex;
  justify-content: center;
  border-top: 1px solid #1a1a1d;
  margin-top: 20px;
  padding-top: 20px;
}

.lavora-con-noi-cta img { 
  max-width: 280px;
}

/* Newsletter */

.newsletter ::-webkit-input-placeholder {
  font-style: italic;
}

.newsletter :-moz-placeholder {
  font-style: italic;  
}

.newsletter ::-moz-placeholder {
  font-style: italic;  
}

.newsletter :-ms-input-placeholder {  
  font-style: italic;
}

.newsletter .wpforms-field-name .wpforms-field-row input {
  font-size: 0.700em !important;
  height: 47px !important;
  border-radius: 47px !important;
  border: none !important;
  box-shadow: 0px 3px 6px #00000029;
  padding: 0.65em 1em 0.65em 1em !important;
}

.newsletter .wpforms-field {
  padding: 7px 0 !important;
}

.newsletter .wpforms-field > input {
  font-size: 0.700em !important;
  height: 47px !important;
  border: none !important;
  border-radius: 47px !important;
  box-shadow: 0px 3px 6px #00000029;
  padding: 0.65em 1em 0.65em 1em !important;
}

.newsletter .wpforms-field > div > input {
  font-size: 0.700em !important;
  height: 47px !important;
  border: none !important;
  border-radius: 47px !important;
  box-shadow: 0px 3px 6px #00000029;
  /* padding: 0.65em 1em 0.65em 1em !important; */
}

.newsletter .wpforms-field > .choices {
  font-size: 1em !important;
}

.newsletter .wpforms-field > .choices > .choices__inner {
  font-size: 1em !important;
  height: 60px !important;
  border-radius: 5px !important;
  border: 1px solid #EAEDF1 !important;
  padding: 0.65em 1em 0.65em 1em !important;
}

.newsletter .wpforms-field > .choices > .choices__inner .choices__list {
  padding: 0 !important;
}

.newsletter .wpforms-field > .choices > .choices__inner .choices__list .choices__placeholder {
  font-style: italic !important;
  color: #2c2c2c !important;
}

.newsletter .checkbox-privacy-policy {
  width: 320px !important;
  margin: 1em auto !important;
}

.newsletter .wpforms-field textarea {
  font-size: 0.700em !important;
  border-radius: 47px !important;
  border: none !important;
  padding: 1.1em 1em 1.1em 1em !important;
}

.newsletter .wpforms-field-checkbox ul > li {
  display: flex;
}

.newsletter .wpforms-field-checkbox ul > li > input[type='checkbox'] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  border: none !important;
}

.newsletter .wpforms-field-checkbox ul > li > input[type='checkbox']:before {
  border: 1px solid rgba(29, 29, 27, 0.05);
  border-radius: 5px;
  background-color: white;
  box-sizing: border-box;
  content: close-quote;
  display: inline-block;
  height: 20px;
  width: 20px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
  transition-timing-function: cubic-bezier(.075, .820, .165, 1);
  transition-duration: 1s;
  transition-property: border, background-color;
}

.newsletter .wpforms-field-checkbox ul > li > input[type='checkbox']:checked:before {
  background: #E94E1B;
  border: 1px solid white;
} 

.newsletter .wpforms-has-error input[type='checkbox']::before {
  border: 1px solid #E94E1B !important;
}

.newsletter .wpforms-field-checkbox ul > li > label {
  font-size: 1em !important;
  font-style: italic;
  margin-left: 20px !important;
}

.newsletter .wpforms-field-checkbox ul > li > label > a {
  color: inherit !important;
  text-decoration: underline;
}

.newsletter .wpforms-submit-container > button {
  width: 100%;
  height: 47px !important;
  background: #E94E1B !important;
  color: #FFFFFF !important;
  font-size: 0.700em !important;
  text-transform: uppercase;
  font-weight: 700;
  border: none !important;
  border-radius: 47px;
  box-shadow: 0px 3px 6px #00000029;
}

.newsletter .wpforms-form label.wpforms-error {
  color: #E94E1B !important;
  font-size: 13px !important;
}

.newsletter .wpforms-field-container {
  /* display: flex; */
  flex-direction: column;
  gap: 1em;
  justify-content: space-between;
}

.newsletter .wpforms-field-container > div {
  padding: 0 !important;
}

.newsletter .checkbox-privacy-policy {
  width: auto !important;
  margin: 0 !important;
}

.newsletter .wpforms-field-container .wpforms-field-checkbox {
  padding: 0 !important;
}

.newsletter .wpforms-field-container .wpforms-field-checkbox > label {
  /* font-size: 1.389em !important; */
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
}

.newsletter .wpforms-field-container .wpforms-field-checkbox > label.wpforms-error {
  margin-bottom: 0 !important;
}

.newsletter .wpforms-field-container .wpforms-field-checkbox ul {
  margin-bottom: 7px !important;
}

.newsletter .wpforms-field-container .wpforms-field-checkbox ul > li > label {
  font-size: 0.700em !important;
  line-height: 1.5;
  color: #FFFFFF;
}

.newsletter .wpforms-field-container .wpforms-field-email {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 0 !important;
  overflow: visible;
  /* box-shadow: 0px 3px 6px #00000029; */
  padding: 1em 0 !important;
}

.newsletter .wpforms-field-container .wpforms-field-email > .wpforms-error {
  width: 100%;
}

.newsletter .wpforms-field-container .wpforms-field-email input {
  /* border-top-right-radius: 0 !important; */
  /* border-bottom-right-radius: 0 !important; */
  font-size: 0.700em !important;
  border: none !important;
  flex: 1 !important;
  box-shadow: 0px 3px 6px #00000029;
  padding: 0.65em 16em 0.65em 1em !important;
  z-index: 1;
}

.newsletter .wpforms-field-container .wpforms-field-email .wpforms-submit-container {
  padding: 0 !important;
  position: absolute;
  right: 0;
  z-index: 99;
}

.newsletter .wpforms-field-container .wpforms-field-email .wpforms-submit-container > button {
  box-shadow: 0px 3px 6px #00000029;
  font-size: 0.700em !important;
  font-weight: 700;
  width: 500px;
  max-width: 15em
}

.newsletter .wpforms-recaptcha-container {
  margin-top: 1em !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field input:not([type='checkbox']).wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
  border: 1px solid #E94E1B !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
  display: none;
}

@media (max-width: 480px){
  .newsletter .wpforms-field-container {
    display: flex;
    /* flex-direction: column-reverse; */
    gap: 1em;
  }

  .newsletter .wpforms-field-container .wpforms-field-email {
    width: 100% !important;
    padding: 0em 0 !important;
  }

  .newsletter .wpforms-field-container .wpforms-field-email .wpforms-submit-container > button {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .wpforms-one-half {
    width: 100% !important;
    margin-left: 0% !important;
  }

  .wpforms-field-name > div > div:first-child{
    margin-bottom: 14px;
  }
}

/* Team */

.team-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}

.team-container .team-member {
  display: flex;
  flex-direction: column;
  gap: 1em;
  max-width: calc(100% / 6 - 1em);
}

.team-container .team-member .team-member-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.team-container .team-member .team-member-content-container .team-member-content-name {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.333;
}

.team-container .team-member .team-member-content-container .team-member-content-job {
  font-size: 0.8em;
  line-height: 1.375;
}

.team-container .team-member .team-member-content-container .team-member-content-social-container {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 5px;
}

@media (max-width: 389px){
  .team-container .team-member {
    max-width: calc(100% / 1 - 1em);
  }
}

@media (min-width: 390px) and (max-width: 767px){
  .team-container .team-member {
    max-width: calc(100% / 2 - 1em);
  }
}

@media (min-width: 768px) and (max-width: 979px){
  .team-container .team-member {
    max-width: calc(100% / 4 - 1em);
  }
}