@media screen {

.dress-styles{
  display:flex;
  flex-direction:column;
  gap:30px;
}

.dress-styles .block{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:30px;

  border: 1px solid #ccc;
    padding: 20px;
}

.dress-styles .block .image{
  flex: 0 1 300px;
  max-width:300px;
}

.dress-styles .block .text{
  flex: 1 1 300px;
  min-width:300px;
}

.dress-styles .block img{
   align-self: flex-start;
    height: auto;
    max-height: 100%;
    width: auto;
}

.dress-styles a.devgirl-button-link{
  background-color:white;
  color:black;
  border:1px solid #ccc;

}
	

} /* END screen media */



@media only screen 
and (max-width : 1044px) {


}
