﻿header {
  margin-bottom: 150px;
}

.bg-list {
  background-color: var(--primary-bg);
  color: var(--light);
  font-size: 1.2em;
  border-radius: 60px !important;
  padding: 40px !important;
  align-content: center;
}
.bg-list ul {
  list-style: none;
  padding-left: 0;
}
.bg-list li {
  padding-bottom: 50px;
  position: relative;
  padding-left: 60px;
}
.bg-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url(/images/Bock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact {
  padding: 20px;
}
.contact h3 {
  padding-left: 10px;
}

.the-motha-box {
  margin-left: 150px;
  border-radius: 100px;
  padding: 10px;
  display: flex;
}

@media (max-width: 1200px) {
  .the-motha-box img {
    max-width: 100%;
  }
}
@media (max-width: 999px) {
  .the-motha-box {
    margin-left: 0;
  }
  .the-motha-box > div:first-child {
    display: none;
  }
  .the-motha-box > div:last-child {
    width: 100%;
  }
  .the-motha-box img {
    display: none;
  }
}
input, textarea {
  width: 100%;
  margin-top: 10px;
  background-color: var(--alternate);
}

.name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.name-row input {
  width: auto;
}

.grid.go-60-30 {
  grid-template-columns: 4fr 6fr;
}

@media (max-width: 1024px) {
  section.grid, section.grid.go-60-30 {
    grid-template-columns: 1fr;
  }
}
