.about.about-us {
  padding-top: 106px;
}

.about.about-us .container {
  padding: 0;
}

.about.about-us .left {
  padding-left: 10px;
  max-width: 517px;
}

.about.about-us .left .content {
  padding: 0;
}

.about.about-us .row {
  width: 100%;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}

.about.about-us .right img {
  box-shadow: 30px 30px 40px #00000033;
}

.definitions .top {
  background: #0d1725;
  padding-top: 105px;
  padding-bottom: 333px;
}

.definitions .top .definition .item {
  max-width: 312px;
}

.definitions .top .definition .item h3 {
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}

.definitions .definition .item p {
  margin: 0;
  margin-top: 30px;
  font-family: "Clash Display", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
}

.definitions .bottom {
  background: #fff;
}

.definitions .bottom .carousel .owl-stage-outer {
  transform: translateY(-225px);
  box-shadow: 30px 30px 40px #00000033;
}

.definitions .owl-nav {
  position: absolute;
  bottom: 100px;
  display: flex;
  gap: 17px;
  left: 50%;
  transform: translateX(-50%);
}

.definitions .owl-nav button {
  width: 57px;
  height: 57px;
  background: #022ef3 !important;
  border-radius: 50%;
  color: #fff !important;
}

.history {
    background: #F5F5F5;
    padding-top: 90px;
    position: relative;
}

.history .bg {
    font-size: 22vw;
    line-height: 100%;
    font-weight: 400;
    font-family: 'Clash Display', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.history h5 {
    font-family: 'Clash Display',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 2.6px;
    color: #022EF3;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
}


.history .carousel-years .item {
    font-family: "Clash Display", sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #969696;
    text-transform: uppercase;
    text-align: center;
}

.history .carousel-years .active.center .item {
    letter-spacing: -1.38px;
    color: #022EF3;
    font-weight: 700;
    font-size: 55px;
    line-height: 45px;
    transition: all .3s ease;
}

.history .carousel-years .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #022EF3;
}

.history .carousel-years .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #022EF3;
}

.history .carousel {
    transform: translateY(85px);
}

.history .carousel .item {
    display: flex;
    justify-content: center;
    gap: 67px;
}

.history .carousel .item .text {
    max-width: 453px;
    margin-top: 80px;
}

.history .carousel .item .text p {
    font-family: 'Clash Display';
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #0D1725;
}

.blog.about-us {
    padding-top: 171px;
}

@media (max-width: 1024px) {
    .about.about-us {
        padding-top: 40px;
    }
    .about.about-us .left {
        width: 100%;
        max-width: 100%;
    }
    .definitions .top {
        padding-top: 40px;
    }
    .definitions .top .definition .item {
        max-width: unset;
    }
    .definitions .top .definition .item h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .definitions .definition .item p {
        font-size: 12px;
        margin-top: 20px;
    }

    .definitions .definition {
        justify-content: center !important;
    }

    .definitions .definition .item {
        text-align: center;
    }
    .history {
        padding-top:  40px;
    }
    .history h5 {
        margin-bottom: 30px;
    }
    .history .carousel-years .item {
        font-size: 30px;
        line-height: 38px;
    }
    .history .carousel-years .active.center .item {
        font-size: 45px;
        line-height: 37px;
    }
    .history .carousel .item {
        gap: 20px;
    }
    .history .carousel .item .text {
        margin-top: 0;
    }
    .history .carousel {
        transform: translateY(60px);
    }
}

@media (max-width: 767px) {
    .definitions .definition {
        gap: 25px;
    }
    .definitions .top {
        padding-bottom: 200px;
    }
    .definitions .bottom .carousel .owl-stage-outer {
        transform: translateY(-130px);
    }
    .definitions .owl-nav button {
        width: 50px;
        height: 50px;
    }
    .definitions .owl-nav {
        bottom: 50px;
        z-index: 9;
    }
    .history .carousel-years .item {
        font-size: 22px;
        line-height: 28px;
    }
    .history .carousel-years .active.center .item {
        font-size: 30px;
        line-height: 28px;
    }
    .history .carousel .item {
        flex-direction: column;
        align-items: center;
    }
    .blog.about-us {
        padding-top: 125px;
    }
}

