

.only_text .element-image {
display: none;
}

.only_text .grid-button-wrapper {
display: none;
}

.text_image .grid-button-wrapper {
display: none;
}

.Text_btn .element-image {
display: none;
}
.text_w_both

.light .grid-image-module {
background-color: #F3F6F8;
}

.light .grid-item_text-wrapper h3 {
 font-size: 1.5rem;
  font-weight: 500;
}

.light .grid-item_text-wrapper p {
 font-size: 1rem;
  color: #1A323C;
}

.light .grid-button-wrapper p {
  color: #1A323C;
  font-size: 1rem;
  font-weight: 500 !important;    
}

.light .grid-butten-icon svg {
  transition: transform 0.3s ease-out;
  color: #1A323C;
}

.dark .grid-image-module {
background-color: #1A323C;
}

.dark .grid-item_text-wrapper h3 {
 font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.dark .grid-item_text-wrapper p {
 font-size: 1rem;
  color: #fff;
}

.dark .grid-button-wrapper p {
  color: #fff;
  font-size: 1rem;
  font-weight: 500 !important;    
}

.dark .grid-butten-icon svg {
  transition: transform 0.3s ease-out;
  color: #fff;
}


.grid-image-module {
padding-left: 5%;
padding-right: 5%;
}


.container {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.grid-wrapper {
  width: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}




.grid-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 1rem;
}


.grid-button-wrapper:hover .grid-butten-icon svg {
  transform: rotate(45deg);
}





@media screen and (max-width: 991px) {
 .grid-wrapper {
    grid-template-columns: 1fr;
  }
  