.placeholder-content-why-new-york-studio img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.body-wrapper-why-new-york-studio {
  color: #333;
  line-height: 1.6;
  background-color: #fff; 
  display: flex;
  justify-content: center;
  width: 100%; 
}

.container-why-new-york-studio {
  width: 100%;
}

section.content-section-why-new-york-studio {
  display: flex;
  margin-bottom: 85px;
  column-gap: 29px;
  align-items: center;
}

.image-block-why-new-york-studio {
  width: 20%; 
}

.text-block-why-new-york-studio {
  padding: 0;
  width: 80%;
}

.text-block-why-new-york-studio h2 {
/*   border-bottom: 2px solid; */
  color: #000000;
  font-size: 42px;
  font-weight: 500;
  margin:0px;
  padding-bottom: 18px;
      width: fit-content;
}

.text-block-why-new-york-studio p {
  color: #000;
  font-size: 17px;
  margin: 0;
  font-weight: 500;
    border-top: 2px solid;
  padding-top: 15px;
}

#experience-section-why-new-york-studio h2 {
  color: #d9000d;
  border-bottom: 2px solid #000000;
  padding-bottom: 5px;
  display: inline-block; 
}
.text-block-why-new-york-studio {
    padding-top: 0px !important;
}
.placeholder-content-why-new-york-studio {
  height: 240px;
  width: 100%;
}
section.content-section-why-new-york-studio:hover .text-block-why-new-york-studio p{
/*   color:#DA291C; */
  border-top: 2px solid #DA291C;
}
section.content-section-why-new-york-studio:hover .text-block-why-new-york-studio h2{
  color:#DA291C;
/*   border-bottom: 2px solid #DA291C; */
}
@media only screen and (max-width: 980px) {
  section.content-section-why-new-york-studio {
    flex-direction: column;
  }
  .image-block-why-new-york-studio {
    width: 100%;
}
  }
.text-block-why-new-york-studio {
    padding-top: 19px;
}

.text-block-why-new-york-studio p {
    font-size: 21px;
}
.text-block-why-new-york-studio {
    width: 100%;
}

}
