.expertise__content {
  display: flex;
  gap: 20px;
  height: 724px;
}
.expertise__main-content {
		display: flex;
		flex-flow: column;
		gap: 40px;
	}

.expertise__head {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
}
.expertise__main-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #0D499C;
  max-width: 820px;
}
.expertise__main-desc {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #898d90;
  max-width: 575px;
}

.expertise__left, .expertise__right {
  width: 100%;
  height: 100%;
}
.expertise__left {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.expertise__left-image {
  width: 100%;
  height: 100%;
}
.expertise__left-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(3, 20, 42, 0) 20.73%, #03142a 98.58%);
}
.expertise__left-list {
  position: absolute;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.expertise__item {
  border-radius: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 2px 16px;
  border: 1px solid #fff;
  transition: 0.3s ease;
  position: relative;
  opacity: 1;
}

	.expertise__item   a {

    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
		  
    color: #ffffff;
		  text-decoration: none;
	  }
.expertise__item.hidden {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
}
.expertise__right {
  padding: 40px;
  background: #0d499c;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border-radius: 12px;
}
.expertise__mini-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: left;
  color: #33ccff;
}
.expertise__texting {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 40px;
}
.expertise__separator {
  border-top: 2px solid #fff;
  width: 177px;
}
.expertise__title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.expertise__text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.6;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.expertise__btn {
  border-radius: 100px;
  background: #fff;
  padding: 8px 32.5px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0d499c;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .expertise__content {
    flex-flow: column-reverse;
    height: 100%;
  }
	.expertise__main-title {
		  font-family: "Poppins";
        font-style: normal;
        font-weight: 500;
        font-size: 58px;
        line-height: 130%;
        text-align: center;
        letter-spacing: -0.02em;
        color: rgba(137, 141, 144, 0.3);
        text-wrap: nowrap;
	}
  .expertise__right {
    padding: 40px 18px;
    align-items: center;
    gap: 16px;
  }
  .expertise__title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  .expertise__separator {
    width: 100%;
  }
  .expertise__texting {
    gap: 28px;
    align-items: center;
  }
  .expertise__text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.6;
  }
  .expertise__left {
    height: 457px;
  }
  .expertise__left-list {
    left: 18px;
    top: 18px;
    width: calc(100% - 36px);
  }
  .expertise__item {
    height: 38px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
  }
}/*# sourceMappingURL=style.css.map */