/* .shutters-section {
  padding-top: 160px;
  padding-bottom: 942px;
  display: flex;
  justify-content: center;
  margin-left: 104px;
  margin-right: 104px;
}

.shutters-container {
  background-color: #0606061A;
  width: 1304px;
  height: 508px;
  display: flex;
  justify-content: space-between;
  gap: 57px;
  padding-left: 24px;
}

.shutters-text-container {
  width: 598px;
  height: 272px;
  padding-top: 118px;
  padding-bottom: 118px;
  padding-left: 24px;
}

.shutters-title h2 {
  width: 598px;
  height: 78px;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #FFFFFF;
}

.shutters-description p {
  width: 598px;
  height: 170px;
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
}

.shutters-description strong {
  font-weight: 700;
  color: #FFFFFF;
}

.shutters-image img {
  width: 649px;
  height: 508px;
  object-fit: cover;
} */
