.heading-tech h1 {
  text-transform: uppercase;
}

/* banner */

.banner-tech {
  position: relative;
}

.single-tech {
  padding-top: 24%;
}


.banner-tech .sub-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.banner-tech .sub-title h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 51px;
}

.banner-tech .sub-title h4.white {
  color: var(--white-color);
}

/* detail */
.alignnone {
  width: 100%;
}

.detail-tech .detail-tech__header .icon {
  width: 38px;
  height: 38px;
}

.detail-tech .detail-tech__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
}

.detail-tech .detail-tech__header .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.detail-tech .detail-tech__header h3 {
  font-size: 18px;
  font-weight: 600;
}

.detail-tech .content {
  /* padding-bottom: 40px; */
  overflow: auto;
  margin-top: 14px;
}

.detail-tech .content h3 {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.45;
  padding: 0;
}

.detail-tech .content figure {
  margin: 14px 0;
}

.detail-tech .content .row figure img {
  width: 100%;
  height: auto;
}

.detail-tech .content small {
  color: #666;
}
.inside-grid-column img {
  width: 100%;
}


.detail-tech .content .btn-link {
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
  color: #222;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  outline: 0;
  display: inline-block;
  width: auto;
  border: 2px solid #000;
  padding: 10px 30px;
  margin-bottom: 30px;
  display: block;
  width: fit-content;
}

.detail-tech .content .btn-link:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}

.detail-tech .content hr {
  margin: 46px 0;
}

hr {
  margin: 46px 0;
}

.library h3 {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.45;
  padding: 0;
}

.library figure {
  margin: 14px 0;
  display: flex;
  flex-direction: column;
  width: max-content;
  align-items: center;
  font-size: 17px;
  line-height: 48px;
  color: #262626;
  text-align: center;
  width: 100%;
  letter-spacing: -0.7px;
}

.library figure img {
  width: 100%;
  max-width: 357px;
  height: 200px;
  object-fit: cover;
}

/* view more */
.view-more {
  padding-bottom: 70px;
}
.view-more .btn-link {
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
  color: #222;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  outline: 0;
  display: inline-block;
  width: auto;
  border: 2px solid #000;
  padding: 10px 30px;
  display: block;
  width: fit-content;
}

.clip__modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 4;
  transition: all 0.2s linear;
  visibility: hidden;
}

.clip__modal.active {
  visibility: visible;
}

.clip__modal .close {
  font-size: 21px;
  font-weight: 600;
  color: var(--white-color);
  padding-top: 20px;
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.clip__modal .overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.clip__content {
  position: absolute;
  width: 65%;
  height: 80%;
  left: 50%;
  top: 50%;
  margin-top: 20px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.library__item {
  cursor: pointer;
}

.iframe-wrap {
  padding-bottom: calc((9 / 16) * 100%);
  width: 100%;
  height: 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.iframe-wrap .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media only screen and (max-width: 767px) {
  .view-more {
    padding-bottom: 25px;
  }

  .library figure {
    font-size: 15px;
    line-height: 42px;
  }

  .single-tech {
    padding-bottom: 42%;
  }
}
@media only screen and (max-width: 576px) {
  .single-tech {
    padding-bottom: 42%;
  }

  .library figure img {
    max-width: 100%;
    height: auto;
  }
}