.counter-cnt {
  border-left: 1px solid #ffffff70;
  /* border-right: 1px solid #000; */
}

.conter-alls {
  position: relative;
  z-index: 2;
}

.conter-alls .col-lg-3:last-child .counter-cnt {
  border-right: 0;
}

.conter-alls .col-lg-3:first-child .counter-cnt {
  border-left: 0;
}

.crousel-sections {
  border-radius: 15px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
  padding: 15px;
  background-color: #fff;
}

.crousel-imgs {
  position: relative;
}

.crousel-imgs img {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.crousel-sections span {
  position: absolute;
  background-color: #fff;
  right: 10px;
  top: 10px;
  padding: 5px 10px 5px 10px;
  border-radius: 7px;
  font-family: var(--font-pop);
  font-size: 15px;
}

.crousel-cnt h3 a {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  font-family: var(--font-osw);
  color: #333;
  text-decoration: none;
}

.crousel-cnt p {
  font-family: var(--font-pop);
  font-size: 16px;
  color: #333;
}

.crousel-hr-line {
  margin: 20px 0;
  color: #000;
  opacity: 1;
}

.icon-listed {
  font-family: var(--font-osw);
  font-weight: 600;
  font-size: 15px;
}

.icon-listed i {
  font-size: 16px;
}

.icon-listed {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

.icon-listed::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 75%;
  background: #000;
}

.icon-listed:last-child::after {
  display: none;
}

.half-background {
  position: relative;
  margin: 0 10px;
  border-radius: 10px;
}

.half-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #001f36;
  z-index: -1;
  border-radius: 10px;
}

.counter-background {
  position: relative;
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.counter-background {
  background-size: 100% 40%;
  background-repeat: no-repeat;
  background-position: top center;
}
.counter-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001f36d1;
  border-radius: 10px;
  z-index: 0;
}

.counter-with-crousel-set {
  position: relative;
  margin: 0 10px;
  border-radius: 10px;
}

.counter-with-crousel-set::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: #001f36;
  z-index: -1;
  border-radius: 10px;
}

@media(max-width: 992px){
    .crousel-cnt h3 a {
        font-size: 26px;
    }
}


.crousel-sections {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.crousel-cnt {
	margin-top: 12px;
    text-align: center;
}