.contactPage {
  margin-top: 130px;
  padding-top: 94px;
  margin-bottom: 240px;
} 
.contactPageCon{
  margin-top: 96px;
}
.contactPageCon p{
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 48px;
}
.contactPageCon span{
color:#d52057;
}
.contactImg{
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .contactPage {
    background: none;
    margin-top: 128px;
    padding-top: 0;
    margin-bottom: 120px;
  } 
  .contactPageCon p{
    margin-bottom: 16px;
  }
  .contactPageCon{
    margin-top: 56px;
  }
  .bottomPart{
    margin-top: 0;
  }
}