
.yt-3 {
  padding: 60px 20px;
  background: #000 url("https://f.hubspotusercontent20.net/hubfs/4192879/bg-youtube-yt3.jpg") right bottom no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .yt-3 {
    overflow: hidden;
    text-align: center;
    padding: 80px 20px;
  }
}

.yt-3 .row {
  /*flex-direction:  column-reverse;*/
}

.yt-3 section {
  width: 50%;
}

.yt-3 img {
  width: 100%;
}

.yt-3 .content {
  max-width: 480px;
  float: right;
}

@media only screen and (max-width: 767px) {
  .yt-3 .content {
    margin-bottom: 60px;
    float: none;
    max-width: 100%;
  }
}

.yt-3 h3 {
  font-family: "Brown Bold Italic", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5625em;
  font-weight: 400;
  letter-spacing: 0.00937em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .yt-3 h3 {
    font-size: 21px;
  }
}

.yt-3 p {
  font-family: 'Graphik Web';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77778em;
  font-weight: 400;
  letter-spacing: 0.01667em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .yt-3 p {
    font-size: 15px;
  }
}

.yt-3 ul {
  margin-bottom: 30px;
  width: 330px;
}

@media only screen and (max-width: 767px) {
  .yt-3 ul {
    margin: 0 auto 30px;
  }
}

.yt-3 li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-family: 'Graphik Web';
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.33333em;
  font-weight: 500;
  letter-spacing: 0.02667em;
  border-bottom: 1px solid #E3E6EA;
  padding: 16px 0;
}

.yt-3 .check {
  display: inline-block;
  width: 12px;
  margin-right: 15px;
}

.yt-3 a {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: inline-block;
  padding: 17px 32px;
  margin: 10px 40px 10px 0;
  position: relative;
  will-change: transform;
  transition: all 200ms ease;
  text-align: center;
}

.yt-3 a:hover {
  transform: translate3d(0px, 0px, 0px) scale3d(1.09, 1.09, 1.09) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

@media only screen and (max-width: 767px) {
  .yt-3 a {
    margin:40px auto 20px auto;
  }
}

.yt-3 #container {
  width: 400px;
  height: 400px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 60px;
  grid-template-rows: 60px;
  place-content: center;
  border-radius: 50%;
  background: url("https://f.hubspotusercontent20.net/hubfs/4192879/YouTube Icons/ss.png") center center no-repeat;
  background-size: 150px;
}

@media only screen and (max-width: 991px) {
  .yt-3 #container {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    grid-template-columns: 30px;
    grid-template-rows: 30px;
    background-size: 75px;
  }
}

.yt-3 #container .item {
  grid-area: 1/1;
  line-height: 114px;
  text-align: center;
  border-radius: 50%;
  /*animation: spin 27s var(--d,0s) linear;*/
  /*animation: spin 27s var(--d,0s) linear infinite;*/
  /* duration = 12s, numbor of item = 6 so a delay of 12/6 = 2s */
  transform: rotate(0) translate(200px) rotate(0);
  box-shadow: 0 3px 28px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: relative;
  width: 65px;
  height: 80px;
}

@media only screen and (max-width: 991px) {
  .yt-3 #container .item {
    line-height: 40px;
    width: 30px;
    height: 30px;
    transform: rotate(0) translate(100px) rotate(0);
  }
}

.yt-3 #container .item img {
  width: 142px;
  max-width: 142px;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-animation: float 4s var(--d, 0s) linear infinite;
          animation: float 4s var(--d, 0s) linear infinite;
}

@media only screen and (max-width: 991px) {
  .yt-3 #container .item img {
    width: 70px;
    max-width: 70px;
    margin-left: -20px;
    margin-top: -20px;
  }
}

.yt-3 #container .item:nth-child(2) {
  transform: rotate(1.11turn) translate(200px) rotate(-1.11turn);
  margin-bottom: -50px;
}

@media only screen and (max-width: 991px) {
  .yt-3 #container .item:nth-child(2) {
    transform: rotate(1.11turn) translate(100px) rotate(-1.11turn);
  }
}

.yt-3 #container .item:nth-child(3) {
  transform: rotate(1.22turn) translate(200px) rotate(-1.22turn);
}

@media only screen and (max-width: 991px) {
  .yt-3 #container .item:nth-child(3) {
    transform: rotate(1.22turn) translate(100px) rotate(-1.22turn);
  }
}

.yt-3 #container .item:nth-child(4) {
  transform: rotate(1.33turn) translate(200px) rotate(-1.33turn);
}

@media only screen and (max-width: 991px) {
  .yt-3 #container .item:nth-child(4) {
    transform: rotate(1.33turn) translate(100px) rotate(-1.33turn);
  }
}

.yt-3 #container .item:nth-child(5) {
  transform: rotate(1.44turn) translate(200px) rotate(-1.44turn);
}

@media only screen and (max-width: 991px) {
  .yt-3 #container .item:nth-child(5) {
    transform: rotate(1.44turn) translate(100px) rotate(-1.44turn);
  }
}

.yt-3 #container .item:nth-child(6) {
  transform: rotate(1.55turn) translate(200px) rotate(-1.55turn);
}

@media only screen and (max-width: 991px) {
  .yt-3 #container .item:nth-child(6) {
    transform: rotate(1.55turn) translate(100px) rotate(-1.55turn);
  }
}

.yt-3 #container .item:nth-child(7) {
  transform: rotate(1.66turn) translate(200px) rotate(-1.66turn);
}

@media only screen and (max-width: 991px) {
  .yt-3 #container .item:nth-child(7) {
    transform: rotate(1.66turn) translate(100px) rotate(-1.66turn);
  }
}

.yt-3 #container .item:nth-child(8) {
  transform: rotate(1.77turn) translate(200px) rotate(-1.77turn);
}

@media only screen and (max-width: 991px) {
  .yt-3 #container .item:nth-child(8) {
    transform: rotate(1.77turn) translate(100px) rotate(-1.77turn);
  }
}

.yt-3 #container .item:nth-child(9) {
  transform: rotate(1.88turn) translate(200px) rotate(-1.88turn);
}

@media only screen and (max-width: 991px) {
  .yt-3 #container .item:nth-child(9) {
    transform: rotate(1.88turn) translate(100px) rotate(-1.88turn);
  }
}

.yt-3 #container .item:nth-child(10) {
  transform: rotate(1.99turn) translate(200px) rotate(-1.99turn);
}

@media only screen and (max-width: 991px) {
  .yt-3 #container .item:nth-child(10) {
    transform: rotate(1.99turn) translate(100px) rotate(-1.99turn);
  }
}

@-webkit-keyframes float {
  0% {
    transform: translate(0, -5px);
  }
  50% {
    transform: translate(0, 2px);
  }
  100% {
    transform: translate(0, -5px);
  }
}

@keyframes float {
  0% {
    transform: translate(0, -5px);
  }
  50% {
    transform: translate(0, 2px);
  }
  100% {
    transform: translate(0, -5px);
  }
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(1turn) translate(200px) rotate(-1turn);
  }
}

@keyframes spin {
  100% {
    transform: rotate(1turn) translate(200px) rotate(-1turn);
  }
}

@-webkit-keyframes spin-sm {
  100% {
    transform: rotate(1turn) translate(100px) rotate(-1turn);
  }
}

@keyframes spin-sm {
  100% {
    transform: rotate(1turn) translate(100px) rotate(-1turn);
  }
}