.social {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  padding-bottom: 58px; }
  .social__content {
    background: white;
    display: flex;
    grid-column: 1 / 10;
    padding-bottom: 40px;
    padding-top: 40px; }
    @media screen and (max-width: 1299px) {
  .social__content {
    grid-column: 1 / 13; } }
    @media screen and (max-width: 850px) {
  .social__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 10px; } }

.content-left {
  padding: 12px 207px 9px 131px; }
  @media screen and (max-width: 850px) {
  .content-left {
    padding: 10px 10px; } }

.soc__list {
  display: flex; }
  .soc__item {
    margin-left: 7.5px; }
    .soc__item:first-child {
      margin-left: 0px; }
