        #m_81421 .swiper {
    height: auto !important;
}

.about {
  padding: 60px 0;
}
.about .tp-feature__heading {
  color: #000;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
.about .tp-feature__text {
  max-width: 960px;
  margin: 30px auto;
}
.about .tp-feature__text p {
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  color: #388be7;
}
.about-descripton {
  background-color: #ebebeb;
  padding: 40px;
}

.about-descripton.bg-color .tp-feature__body {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 10px;
}

.about-descripton.bg-color {
    background: linear-gradient(27deg, rgb(46 168 234 / 0%) 0%, rgb(46 168 234 / 19%) 100%);
}

.about-descripton .tp-feature__heading {
  margin: 30px 0 15px;
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}
.about-descripton .tp-feature__text {
  max-width: 960px;
  margin: 30px auto;
  text-align: center;
}
.about-descripton .tp-feature__text p:first-child {
  margin-bottom: 25px;
}
.relation {
  background-color: transparent;
}
.history .tp-feature__body   {
        display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.history .content_button_link {
        background-color: #005eb8;
    color: #fff;
    border: .5px solid #005eb8;
           padding: 8px 30px;
        font-size: 12px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color .35s, border-color .35s, color .35s;
    width: fit-content;
}
.history .content_button_link:hover {
    background-color: #fff;
    color: #005eb8;
    transition: all .4s;
}
.history .tp-feature__text p {
    margin-bottom: 25px;
}
.history .tp-feature__heading {
    margin-bottom: 25px;
}

.history .tp-feature__heading:hover a {
    color: #005eb8;
    transition: all .3s;
}
.history .tp-feature  {
    padding-bottom: 80px;
}
.history img {
    border-radius: 20px;
}

@media (max-width: 768px) {
    .about .tp-feature__text p {
        font-size: 35px;
    }
    
    .about-descripton,
    .about {
        padding: 40px 0;
    }
    
    .history .tp-feature {
        padding-bottom: 40px;
    }
}
