.sector {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3.25rem 12rem;
  box-sizing: border-box;
}

.gray-box {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-section {
  flex: 1;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#otoposmas .title {
  color: black;
  font-size: 40px;
}

.mikro {
  color: #272727bf;
  font-size: 24px;
}

.categories {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  flex-wrap: nowrap;
}

.category-column {
  display: flex;
  width: auto;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 3rem;
}

.divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 43%;
  width: 2px;
  background-color: white;
  transform: translateX(-50%);
  z-index: 1;
}

.left-cat {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 1.5rem;
  border-right: solid 1px #fff;
}

.right-cat {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 1.5rem;
}

.category {
  justify-content: flex-end !important;
  color: white;
  display: flex;
  font-size: 1.1rem;
}

.category svg {
  width: 100%;
}

.category span {
  font-size: 1.1rem;
}

.icon {
  width: 30px;
}

.line-divider {
  content: "";
  width: 1px;
  border: 1px solid #2b5ba8;
}

.category:hover {
  transform: scale(1.1);
  color: white !important;
}

.image-section {
  flex: 1;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.learn-more-topos {
  width: 229px;
  height: 51px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0a355d;
  border-radius: 26px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #0a355d;
  margin-top: 2rem;
  font-weight: 700;
  font-size: 15px;
  transition: all ease 0.5s;
}

.learn-more-topos:hover {
  color: #1b5c99;
  border: 1px solid #1b5c99;
}

@media (max-width: 1200px) {
  .sector {
    padding: 4.75rem 6rem;
  }

  .categories {
    flex-direction: column;
    padding-right: 0;
  }

  .category-column:not(:last-child) {
    margin-right: 0;
    border-right: none;
  }

  .gray-box {
    flex-direction: column;
    padding: 20px;
  }

  button {
    width: 60%;
  }
}

@media (max-width: 1400px) {
  #otoposmas .title {
    text-align: start;
  }
}

@media (max-width: 1300px) {
  .line-divider {
    display: none;
  }

  .image-section {
    justify-content: normal;
    align-items: normal;
    padding: 0px 0px;
    padding-bottom: 1rem;
  }

  .learn-more-responsive {
    display: flex;
  }

  .learn-more-regular {
    display: none;
  }

  .gray-box {
    width: auto !important;
  }

  .image-section img {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .sector {
    padding: 4.75rem 3rem;
  }
}

@media (max-width: 680px) {
  .divider {
    display: none;
  }

  .category-column {
    flex-direction: row;
    gap: 2rem !important;
  }
}

@media (max-width: 515px) {
  .left-cat,
  .right-cat {
    width: 100% !important;
    justify-content: start;
  }

  .category-column {
    flex-direction: row;
    gap: 1rem !important;
  }
}

@media (max-width: 350px) {
  .text-section {
    padding: 0px !important;
  }
}
