.youtube-section {
  background-color: #81933C;
  color: white;
  padding: 30px 0;  
}

.youtube-logo {
  font-size: 2rem;
}

.youtube-logo img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.social-contacts p {
    font-size: 25px;
    margin-bottom: 15px;
    margin-right: 70px;
}

.social-contacts a {
  text-decoration: none; 
  color: white;
  background: none;
  padding: 0;
  border: none;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.social-contacts a:hover {
  color: #d4d4d4; 
  text-decoration: underline;
}

.social-contacts a i {
  font-size: 1.3rem;
}






