.gpc-about-us-2 {
  padding-top: var(--section-pad-top);
  padding-bottom: var(--section-pad-bot);
}

.gpc-about-us-2 .gpc-heading {
  margin-bottom: 20px;
  max-width: 715px;
}

.gpc-about-us-2 .gpc-about-images {
  position: relative;
}

.gpc-about-us-2 .gpc-about-img-right,
.gpc-about-us-2 .gpc-about-img-left {
  position: relative;
  width: 296px;
  height: 400px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.gpc-about-us-2 .gpc-about-img-right {
  background-image: var(--img_right);
  background-image: var(--img_right_webp);
}

.gpc-about-us-2 .gpc-about-img-right:hover {
  background-image: var(--img_right_hover);
  background-image: var(--img_right_hover_webp);
  transition: all 0.3s linear;
}

.gpc-about-us-2 .gpc-about-img-left {
  background-image: var(--img_left);
  background-image: var(--img_left_webp);
}

.gpc-about-us-2 .gpc-about-img-left:hover {
  background-image: var(--img_left_hover);
  background-image: var(--img_left_hover_webp);
  transition: all 0.3s linear;
}

.gpc-about-us-2 .gpc-about-desc {
  color: var(--color-text);
}

@media (max-width: 992px) {
  .gpc-about-us-2 .gpc-about-img-right,
  .gpc-about-us-2 .gpc-about-img-left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .gpc-about-us-2 .gpc-about-img-right,
  .gpc-about-us-2 .gpc-about-img-left {
    height: 300px;
  }
}

.gpc-about-us-2 .gpc-about-img-right {
  position: relative;
  bottom: 75px;
  z-index: 1;
}

@media (min-width: 768px) {
  .gpc-about-desc {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .gpc-about-desc {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .gpc-about-us-2 .gpc-about-desc {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .gpc-about-us-2 .gpc-about-desc {
    margin-bottom: 100px;
  }
  .gpc-about-us-2 .gpc-about-img-right img {
    bottom: 30px;
  }
}

.gpc-about-us-2 .gpc-relative {
  position: relative;
}

.gpc-about-us-2 .gpc-content-video-btn {
  position: absolute;
  bottom: 20px;
  left: -15px;
  z-index: 1;
}

@media (max-width: 768px) {
  .gpc-about-us-2 .gpc-content-video-btn {
    left: -5px;
  }
}

.gpc-about-us-2 .gpc-content-video-btn .gpc-video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80px;
  height: 80px;
}

.gpc-about-us-2 .gpc-content-video-btn .gpc-video-btn i {
  color: var(--color-white);
  font-size: 20px;
  z-index: 2;
}

.gpc-about-us-2 .gpc-content-video-btn .gpc-video-btn::before {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-radius: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  animation: lineScale 2.5s linear infinite;
}

.gpc-about-us-2 .gpc-content-video-btn .gpc-video-btn:hover::before {
  background-color: var(--color-dark);
}

@keyframes lineScale {
  50% {
    transform: translate(-50%, -50%) scale(1.5);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.gpc-about-us-2 .btn-secondary:hover,
.gpc-about-us-2 .btn-secondary:focus {
  border-color: var(--color-dark);
  background: var(--color-dark);
  color: var(--color-white) !important;
}
