.social {
  margin-right: 0;
  width: 53.2%;
  padding: 37px 44px 0px 55px;
  background-color: #fff;
  border-radius: 8px
}

@media (max-width:899px) {
  .social {
    padding: 25px 0 0;
    width: 100%
  }
}

.social__heading {
  font-size: 3.6rem;
  margin-bottom: 14px
}

@media (max-width:599px) {
  .social__heading {
    font-size: 3rem
  }
}

.social__paragraph {
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.63;
  margin-bottom: 24px
}

.social__item {
  margin-bottom: 15px;
}

.social__link {
  display: flex;
  align-items: center
}

.social__link--fb .social__link-icon {
  fill: #111111
}

.social__link--fb:hover .social__link-text {
  color: #111111
}

.social__link--in .social__link-icon {
  fill: #dd3a0f
}

.social__link--in:hover .social__link-text {
  color: #dd3a0f
}

.social__link--yt .social__link-icon {
  fill: red;
  position: relative;
  top: 2px
}

.social__link--yt:hover .social__link-text {
  color: red
}

.social__link-icon {
  flex: none;
  width: 22px;
  height: 22px
}

.social__link-text {
  margin-left: 30px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: #000;
  transition: color .2s
}
