body{
  overflow-x: hidden;
}

/* ====================== */
/* section header front */
/* ====================== */

.menu-header{
  padding-top: 1rem;
}

section {
  border-bottom: solid 0.5px var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

section:last-child {
  border-bottom: none;
}

#section1 {
  height: 30rem;
}

section#softwares {
  border-bottom: none;
}

section#softwares h2 a {
  color: black;
  text-decoration: none;
}

/* .section-title{
  padding-bottom: 3rem;
} */

.padding-postscriptum{
  padding-bottom: 2rem;
}

.ps-text {
  font-family: var(--font-family-baskerville-regular);
  font-size: 18px;
}

.PS-Spec {
  width: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.PS-Spec a {
  padding: 10px 15px 10px 15px;
  border: 1px solid black;
  border-radius: 25px;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  width: 210px;
  text-align: center;
}

.description {
  display: flex;
  flex-direction: row;
  width: 95vw;
  padding: 3rem;
  justify-content: center;
  align-items: center;
}

.PS-Desc {
  width: 50vw;
}

.PS-Desc h3 {
  font-family: var(--font-family-baskerville-regular);
  margin-top: 9px;
}

.PS-logo {
  width: 55px;
  height: 55px;
}

.abstract-text {
  width: 80vw;
  justify-content: space-between;
  display: flex;
}

.abstract-item {
  width: 35vw;
  /* border: 1px solid; */
  margin-bottom: 4vh;
  font-family: var(--font-family-baskerville-semibold);
}

.abstract-item h3 {
  font-size: 42px;
  font-family: var(--font-family-baskerville-regular);
  text-transform: uppercase;
}

.abstract-item li {
  margin-bottom: 1.5vh;
  list-style-type: disc;
  list-style-position: inside;
}

.surround {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.surround .surrounded {
  padding: 8px 16px;
  border: none;
  background: none;
  outline: none;
  color: black;
}

.surround svg {
  position: absolute;
  left: 0;
  top: 0 !important;
  width: 100%;
  pointer-events: none;
}

.surround #svg-sign {
  top: 100% !important;
}

#svg-sign {
  /* top: 8rem; */
  stroke: black;
  stroke-width: 1px;
}

#svg-team, #svg-software, #svg-function, #svg-audit, #svg-clients {
  width: 85%;
  height: 100%;
  stroke: #02326C;
  stroke-width: 3px;
}

#svg-short {
  height: 100%;
  stroke: #02326C;
  stroke-width: 3px;
}

.surround path {
  stroke-dasharray: 0 0;
  display: none;
}

.surround:hover path {
  animation: draw 1s forwards;
  display: block;
}

@keyframes draw {
  from {
      stroke-dasharray: 0 1500;
  }

  to {
      stroke-dasharray: 1500 2000;
  }
}

#section1 h1 {
  color: var(--black);
  font-family: var(--font-family-baskerville-semibold);
  font-size: 35.8px;
  font-weight: 600;
  /* left: 551px; */
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  width: 531px;
}

.sec-title {
  width: 100%;
  align-items: center;
}

section h2.section-title {
  letter-spacing: 0;
  line-height: normal;
  padding-right: 30px;
  text-transform: uppercase;
  width: 100%;
  flex-basis: content;
}


/* .section-description {
  color: var(--black);
  font-family: var(--font-family-baskerville-regular);
  font-size: var(--font-size-xs);
  font-weight: 400;
  width: 50%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  flex-basis: 66.66%;
} */

.section-description {
  color: var(--black);
  font-family: var(--font-family-baskerville-semibold);
  font-size: 1rem;
  font-weight: bolder;
  font-weight: 400;
  width: 32rem;
  display: table-cell;
  vertical-align: middle;
}

.text-team {
  width: 50rem; /* Définit la largeur du conteneur à 30% de la largeur de l'écran */
  margin: 7rem auto; /* Centre le bloc horizontalement */
  text-align: center; /* Centre le texte à l'intérieur du bloc */
  padding-bottom: 10rem;
}

.text-team h3 {
  display: block;
  color: var(--black);
  font-family: var(--font-family-baskerville-semibold);
  font-size: var(--font-size-xxl);
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  /*text-align: center;*/
  margin-bottom: 2rem;
}

.text-team p {
  text-align: center; /* Aligne le texte au centre */
}

.text-team .line-1 {
  display: inline-block;
  width: 80%; /* La première ligne occupe moins d'espace, donc elle sera forcée de casser plus tôt */
}

.text-team .line-2 {
  display: block; /* S'assure que la seconde partie du texte commence sur une nouvelle ligne */
}

.log-log1 {
  display: flex;
  justify-content: flex-start;
  margin: 5rem auto 5rem auto;
}

.log {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  height: auto;
  gap: 2rem;
}

.log1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  height: auto;
  gap: 2rem;
}

.log1 .log_wrapper_img img {
  width: 42.125rem;
  height: 19.75rem;
}

.log .log_wrapper_img img {
  width: 42.125rem;
  height: 19.75rem;
}

.log-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 512px;
  width: 112.5%;
}

.divider-right {
  border-right: 1px solid var(--black);
}

.log-title {
  color: var(--black);
  font-family: var(--font-family-baskerville-regular);
  font-size: 39.3px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  text-transform: uppercase;
}

.log-subtitle {
  color: var(--black);
  font-family: var(--font-family-baskerville-semibold);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  margin-bottom: 32px;
}

.log-description {
  width: 35rem;
  height: 400px;
}


/*
cursor pour la liste de softwares
*/

#cursorSoftwares {
  position: absolute;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: black; /* Couleur initiale du curseur */
  background-position: center;
  pointer-events: none;
  /* mix-blend-mode: difference;  *//* Choisissez le mode de mélange souhaité */
  transition: background-color 0.5s ease; /* Ajout d'une transition pour une animation en douceur */
  z-index: 5;
  display: flex; /* Ajout de display flex */
  justify-content: center; /* Centrer horizontalement */
  align-items: center; /* Centrer verticalement */
}

#cursorSoftwares span {
  font-family: var(--font-family-barlow);
  color: white;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-20%, -50%);
}

/* ====================== */
/* section fonctions */
/* ====================== */

/* .functions {
  margin-top: 3rem;
}

.func {
  width: 31.25rem;
}

.func-title {
  font-size: 1.3rem;
  font-weight: bolder;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.func-desc {
  line-height: 1.2rem;
}

.func-desc,.func-title {
  font-family: 'open sans', sans-serif;
  width: 15rem;
}

#func-1 .func-title,
#func-1 .func-desc {
  margin-left: 12rem;

}

#func-2 .func-title,
#func-2 .func-desc {
  margin-left: 1.5rem;
}

#func-2 .func-title {
  padding-top: 15rem;
}

#func-3 .func-title,
#func-3 .func-desc {
  margin-left: 12rem;
}

#func-4 .func-title {
  padding-top: 13rem;
}

#func-1 {
  width: 28.75rem;
  background-image: url("../imgs/function1.png");
  background-position: 2rem top;
  background-repeat: no-repeat;
  background-size: auto 13.75rem;
  min-height: 13.75rem;
  margin-bottom: 25rem;
}

#func-2 {
  width: 28.75rem;
  background-image: url("../imgs/function2.png");
  background-repeat: no-repeat;
  background-size: auto 13.125rem;
  background-position: left 2rem;
  margin-bottom: 10rem;
  margin-top: 5rem;
}

#func-3 {
  width: 28.75rem;
  background-image: url("../imgs/function3.png");
  background-position: -1rem -1rem;
  background-repeat: no-repeat;
  background-size: auto 13.75rem;
  min-height: 13.75rem;
}

#func-4 {
  width: 28.75rem;
  background-image: url("../imgs/function4.png");
  background-repeat: no-repeat;
  background-size: auto 13.125rem;
  background-position: -2rem top;
  margin-bottom: 5rem;
}

.line-inclined-1 {
  width: 13.813rem;
  height: 12.938rem;
  margin-top: 7rem;
  background-image: url("../imgs/line-inclined-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.line-inclined-2 {
  width: 13.813rem;
  height: 12.938rem;
  margin-top: 5rem;
  background-image: url("../imgs/line-inclined-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.func-col2 {
  margin-left: -1rem;
}

.func-col3 {
  margin-left: 2rem;
} */


/* ====================== */
/* section Audit */
/* ====================== */
/* 
.audit-title {
  color: var(--black);
  font-family: var(--font-family-baskerville-regular);
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  padding-bottom: 3rem;
  text-transform: uppercase;
}

.audit-subtitle {
  color: var(--black);
  font-family: var(--font-family-baskerville-semibold);
  font-size: var(--font-size-xxl);
  font-weight: 600;
  left: 579px;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  padding-bottom: 3rem;
}

.audit-desc {
  text-align: center;
  width: 43rem;
}

.audit-signe {
  margin-bottom: 5rem;
} */



/* list of softwares */

.softwares-galery{
    padding-left: 6rem;
    padding-right: 6rem;
}

.softwares-galery ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.softwares-galery ul li {
    position: relative;
    flex-wrap: wrap;
    width: 22.125rem;
}

.softwares-galery ul li .card{
    position: relative;
    width: 18.75rem;
    height: 18.75rem;
    overflow: hidden;
}

.softwares-galery ul li img {
    width: 100%;
    height: 220%;
    object-fit: cover;
    display: block;
}

.softwares-galery .post-title a {
    font-family: "Helvetica-Regular";
    color:black;
    text-decoration: none;
    font-size: 18px;
}

.softwares-galery .post-title a:hover {
    text-decoration: underline;
}

.softwares-galery .post-desc {
    width: 18rem;
    margin-bottom: 2rem;
    font-size: 15px;
}

.softwares-galery a.heart {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.softwares-galery a.heart svg:hover {
    fill: red;
}


/*
* css section clients
*/

.clients-title {
  text-align: center;
  width: 100%;
  color: var(--black);
  font-family: var(--font-family-baskerville-regular);
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

.carousel-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 300px;
}

.carousel-button .prev-button{
  position:absolute;
  left: 0rem;
}

.carousel-button .next-button{
  position:absolute;
  right: 1rem;
}

.carousel-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  /* Ajuster la largeur en fonction de la taille des flèches */
  width: calc(100% - 100px); 
  padding: 2rem;
}

.carousel-items .column {
  width: calc(100% / 4); /* 4 colonnes affichées à la fois */
  transition: all 0.3s ease;
  text-align: center;
}

.carousel-items .column.active {
  width: calc(100% / 4); /* Colonne active avec largeur 100% */
}

.client {
  padding-top: 3rem;
  color: var(--black);
  font-family: var(--font-family-baskerville-regular);
  font-size: 2rem;
  font-weight: 500;
  height:fit-content;
  letter-spacing: 0;
  line-height: small;
  margin-bottom: 0rem;
}

.client2 {
  color: var(--black);
  font-family: var(--font-family-baskerville-regular);
  font-size: 2rem;
  font-weight: 500;
  height:fit-content;
  letter-spacing: 0;
  line-height: small;
}

.fleche_gauche {
  width: 300px;
  background-image: url("../imgs/fleche_gauche1.jpg");
  background-repeat: no-repeat;
  background-size: auto 210px;
  background-position: left top;
  margin-bottom: 5rem;
}

.fleche_droite {
  width: 300px;
  background-image: url("../imgs/fleche_droite1.jpg");
  background-repeat: no-repeat;
  background-size: auto 210px;
  background-position: right top;
  margin-bottom: 5rem;
}

.staff-desc, .staff-title{
  display:block;
}

.staff-desc {
  font-family: var(--font-family-barlow);
}

.staff-title {
  font-family: var(--font-family-baskerville-semibold);
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1rem;
}

.responsive-screenshot {
  display: none;
}

.responsive-screenshot-en {
  display: none;
}


/* carousel équipe */

.carousel-team {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 2rem auto 4rem auto;
}

.carousel-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  /* Ajuster la largeur en fonction de la taille des flèches */
  width: calc(100% - 100px);
}

.btn-arrow .left-arrow{
  position:absolute;
  left: 0rem;
}

.btn-arrow .next-arrow{
  position:absolute;
  right: 1rem;
}

.carousel-cards .column {
  width: calc(100% / 4); /* 4 colonnes affichées à la fois */
  transition: all 0.3s ease;
  text-align: center;
  height: 30rem;
  z-index: 2;
}

.carousel-cards .column.active {
  width: calc(100% / 4); /* Colonne active avec largeur 100% */
}

.carousel-cards .column img {
  object-fit: cover;
}


/* responsive*/

@media (max-width: 1700px) {
  .carousel-cards .column img {
    width: 20rem;
    height: 23rem;
  }
}

@media (max-width: 1550px) {

  .log1 .log_wrapper_img img {
    width: 35rem;
    height: 16rem;
  }

  .log .log_wrapper_img img {
    width: 35rem;
    height: 16rem;
  }

  .log-description {
    width: 30rem;
  }

  .carousel-cards .column img {
    width: 17rem;
    height: 20rem;
  }
}

@media (max-width: 1500px) {

  .carousel-cards .column {
    height: 25rem;
  }

  .client {
    font-size: 1.5rem;
    padding-top: 1rem;
  }

  .client2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1300px) {

  .carousel-cards {
    overflow: initial;
    justify-content: center;
  }

  .log1 .log_wrapper_img img {
    width: 30rem;
    height: 13rem;
  }

  .log .log_wrapper_img img {
    width: 30rem;
    height: 13rem;
  }
  
  .log-texts {
    height: 700px;
  }

  .log-description {
    width: 25rem;
    height: 520px;
  }

  /* .functions {
    transform: translateX(10%);
  } */

  .carousel-team {
    width: 90%;
  }

  .carousel-cards {
    flex-wrap: nowrap;
  }

  .carousel-cards .column {
    margin-right: 2.3rem;
    margin-left: 2.3rem;
    width: auto;
    height: 30rem;
  }
}

@media (max-width: 1150px) {
  .menu-header{
    display: none;
  }

  .log-log1 {
    display: block;
  }

  .log {
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .log1 {
    gap: 1rem;
  }

  .log1 .log_wrapper_img img {
    width: 42.125rem;
    height: 19.75rem;
  }

  .log .log_wrapper_img img {
    width: 42.125rem;
    height: 19.75rem;
  }

  .log-texts {
    width: 100%;
    height: auto;
  }

  .divider-right {
    border-right:none;
  }

  .log-description {
    width: 35rem;
    height: auto;
  }

  #cursorSoftwares {
    position:absolute;
    width: 6rem;
    height: 6rem;
  }

  #cursorSoftwares span {
    font-size: 0.8rem;
  }

  .carousel-cards .column {
    margin-right: 8rem;
    margin-left: 4rem;
  }
}

@media (max-width: 1100px) {

  /* .audit-desc {
    width: 50rem;
  } */

  .text-team{
    padding-bottom: 5rem;
  }
}

@media (max-width: 1028px) {
  
  /* #func-1 {
    margin-bottom: 20rem;
  }

  #func-2 {
    margin-bottom: 8rem;
  }

  .line-inclined-1 {
    display: none;
  }

  .line-inclined-2 {
    display: none;
  } */

  .carousel-items .column {
    width: calc(100% / 2); /* 3 columns displayed at a time */
  }

  .carousel-cards .column {
    margin-right: 9rem;
    margin-left: 2rem;
  }
}

@media (max-width: 1024px) {
  .en-bref{
    display: block;
  }

  .abstract-item {
    width: 80vw;      
  }

  .abstract-item h3 {
    font-size: 35px;
    text-align: center;
  }

  .PS-Desc {
    width: 70vw;
  }

  .description {
    display: grid;
    /*
    padding-left: 15rem;
    padding-right: 15rem;
    */
  }

  .ps-text {
    width: 70vw;
    text-align: center;
    margin: 0 3rem;
  }

  .PS-Spec {
    width: 80vw;
    padding-top: 2rem;
  }

  .softwares-galery {
    padding-left:8rem;
    padding-right: 0rem;
  }
}

@media (max-width: 920px) {
    
  .softwares-galery {
      padding-left:4rem;
      padding-right: 0rem;
  }
}

@media (max-width: 900px) {
  .text-team{
    width: 40rem;
  }

  /* .audit-desc {
    width: 80%;
  } */

  .clients-title {
    font-size: 2.5rem;
  }

  .client {
    font-size: 1.2rem;
    padding-top: 1rem;
  }

  .client2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .carousel-cards {
    flex-wrap: wrap;
  }

  .carousel-cards .column {
    margin-right: 0rem;
    margin-left: 0rem;
    width: 100vw;
    height: 20rem;
  }
}

@media (max-width: 855px) {
    
    .softwares-galery {
        padding-left:1rem;
    }
}

@media (max-width: 850px) {
  .baskerville-semi-bold-black-24px {
    font-size: var(--font-size-s);
  }

  .log1 .log_wrapper_img img {
    width: 42.125rem;
    height: 19.75rem;
  }

  .log .log_wrapper_img img {
    width: 42.125rem;
    height: 19.75rem;
  }

  .divider-right {
    border-right:none;
  }

  .log-description {
    width: 30rem;
  }
}

@media (max-width: 800px) {
 /*  .func {
    width: 20rem;
  }

  .functions {
    flex-direction: column;
    transform: translateX(0%);
  }

  #func-1 {
    margin-bottom: 6rem;
    margin-left: -1.5rem;
  }

  #func-2 {
    background-position: left 11rem;
    margin-bottom: -5rem;
    margin-left: -2rem;
  }

  #func-2 .func-title,
  #func-2 .func-desc {
    margin-left: 12rem;
  }

  #func-3 {
    margin-bottom: -10rem;
  }

  #func-4 {
    margin-bottom: 5rem;
    margin-left: -5rem;
    background-position: left 10rem;
  }

  #func-4 .func-title,
  #func-4 .func-desc {
    margin-left: 15rem;
  }

  .func-col2 {
      display: none;
  } */

  .softwares-galery {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .softwares-galery ul li {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section-description {
    font-size: 12px;
    width: 15rem;
  }

}

@media (max-width: 768px) {
  .log1 .log_wrapper_img img {
    width: 35rem;
    height: 16rem;
  }

  .log .log_wrapper_img img {
    width: 35rem;
    height: 16rem;
  }

  .ps-text {
    width: 80vw;
    margin: 0 auto;
  }

  .abstract-item p {
    text-align: center;
  }

  /* .audit-title {
    text-align: center;
    font-size: 2.3rem;
    margin-top: 3rem;
  }

  .audit-subtitle {
    font-size: var(--font-size-l);
  } */

  .clients-title {
    font-size: 2.3rem;
    margin-top: 3rem;
  }

  .client {
    font-size: 1rem;
    padding-top: 1rem;
  }

  .client2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 700px) {

  /* #svg-sign {
    top: 6rem;
  } */

  .text-team {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-team p {
    font-size: var(--font-size-xs);
    text-align: center;
  }

  .text-team h3 {
    font-size: var(--font-size-m);
  }

  .texte-log-phone {
    color: var(--black);
    font-family: var(--font-family-baskerville-semibold);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 600;
    text-align: center;
  }

  .log-log1 {
    margin: 2rem auto 2rem auto;
  }

  .log1 .log_wrapper_img img {
    width: 30rem;
    height: 14rem;
  }

  .log .log_wrapper_img img {
    width: 30rem;
    height: 14rem;
  }

  .log-description {
    width: 22rem;
  }
}

@media (max-width: 600px) {

  #section1 h1 {
    font-size: 1.5rem;
    width: 80vw;  
  }

  .section-description {
    font-size: 10px;
    width: 10rem;
  }

  .log-log1 {
    margin: 2rem auto 4rem auto;
  }

  .log {
    padding: 0px;
    margin-bottom: 6rem;
  }

  .log1 {
    padding: 0px;
  }

  .log1 .log_wrapper_img img {
    width: 100%;
    height: auto;
  }

  .log .log_wrapper_img img {
    width: 100%;
    height: auto;
  }

  .log-description {
    width: 80%;
  }

  #cursorSoftwares {
    width: 4rem;
    height: 4rem;
    display: none;
    opacity: 0;
  }

  #cursorSoftwares span {
    font-size: 0.5rem;
  }

  .clients-title {
    font-size: 1.8rem;
  }

  .client {
    font-size: 0.8rem;
  }

  .client2 {
    font-size: 0.8rem;
  }
}

@media (max-width: 500px) { 

  #section1 h1 {
    font-size: 20px;
    width: 70vw;
  }

  .carousel-cards .column {
    height: 15rem;
  }

  .section-description {
    font-size: 0.7rem; 
    width: 50vw;
  }

  .padding-postscriptum{
    padding-right: 4rem;
  }

  .abstract-item h3 {
    font-size: 2rem;
  }

  .ps-text {
    width: 75vw;
    font-size: 18px;
    margin: 0 auto;
  }

  /* .functions {
    flex-direction: column;
    transform: translateX(-50%);
  }

  .func-title {
    font-size: 1.2rem;
    width: 10rem;
  }
  
  .func-desc {
    font-size: 0.8rem;
    width: 10rem;
  }

  #func-1, #func-2, #func-3, #func-4 {
    width: 10rem;
    min-height: 10rem;
    background-size: auto 10rem;
  }

  #func-2 {
    background-position: left 15rem;
  }

  #func-1 .func-title,
  #func-1 .func-desc {
    margin-left: 9rem;
  }

  #func-2 .func-title,
  #func-2 .func-desc {
    margin-left: 9rem;
  }

  #func-3 .func-title,
  #func-3 .func-desc {
    margin-left: 9rem;
  }

  #func-3 {
    margin-bottom: -13rem;
  }

  #func-4 .func-title,
  #func-4 .func-desc {
    margin-left: 11rem;
  } */

  .softwares-galery{
    padding-left: 0rem;
    padding-right: 0rem;
  }


  .softwares-galery .post-title {
    width: 50vw;
  }

  .text-team p {
    font-size: 12px;
  }

  .text-team h3 {
    font-size: 20px;
  }

  .carousel-team {
    width: 100%;
  }

  .carousel-cards .column {
    width: 100%;
  }

  .carousel-cards .column img {
    width: 12rem;
    height: 15rem;
  }

  /* .audit-subtitle {
    font-size: 20px;
  } */

  .baskerville-semi-bold-black-24px {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .softwares-galery ul li {
    margin-left: -5vw;
  }
}