.two-col-video {
  background: #ffe6f7 url('https://www.tribegroup.co/hubfs/Website/creator/creator-bg-desktop-pink-grid.svg'); 
  position: relative;
  z-index: 100;
}

.two-col-video .inner-width {
  position: relative; 
}

.two-col-video .inner-width:before {
  position: absolute;
  top: -95px;
  left: -38px;
  content: '';
  width: 177px;
  height: 177px;
  background: url('https://www.tribegroup.co/hubfs/Website/creator/creator-craft-content.svg') no-repeat;
  background-size: 110%;
  background-position: center;
  animation: rotation 10s infinite linear;
}

.two-col-video .inner-width {
  border-radius: 8px;
  max-width: 1350px;
  position: relative;
  z-index: 101;
  top: -100px;
  padding: 100px 150px 50px;
}

.two-col-video .text-content {
  
}

.text-content .content-title {
  font-size: 48px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #3b373a;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
  max-width: 280px;
}

.text-content .sub-title {
  max-width: 420px; 
  margin-bottom: 35px;
}

.text-content .content-title span {
  font-weight: 600;
}

.text-content .sub-title {
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  color: #7a7a7a;
}

.cs-social {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-social li {
   margin-right: 10px;
}

.rotate {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@media (max-width: 1400px) {
  .two-col-video .inner-width {
    padding: 120px 10px 120px;
  }
}

@media (max-width: 1100px) {
  .two-col-video .inner-width {
    padding: 70px 10px 70px;
  }
  
}

@media (max-width: 1024px) {
  .two-col-video .inner-width {
    padding: 50px 10px 50px;
  }
  
  .text-content.p-5 {
    padding: 1.5rem !important;
  }
}


@media (max-width: 991px) {
  .two-col-video.space-top-3 {
    padding-top: 3rem !important; 
  }
  
  .text-content .content-title {
    font-size: 2rem; 
    margin-bottom: 1.25rem;
    max-width: 325;
    margin: 0 auto 30px;
  }
  
  .text-content .sub-title {
    font-size: 22px;
    max-width: 460px;
    margin: 0 auto 30px;
  }
  
  .two-col-video .inner-width {
    padding: 30px 80px; 
  }
  
  .cs-social {
    justify-content: center; 
  }
}

@media (max-width: 768px) {
   .text-content .content-title {
    font-size: 36px;
    max-width: 250px;
    line-height: 44px;
    padding-top: 30px;
  }
  
  .text-content .sub-title {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
  } 
}

@media (max-width: 767px) {
  .two-col-video .inner-width {
    padding: 15px; 
    top: -15px;
  }
  
  .two-col-video .inner-width:before {
    position: absolute;
    top: -87px;
    left: -45px;
    background-size: 85%;
  }
}