#fw-section-custom-html-cf4b4e73-5337-49a9-9c32-d07dd640ed3d {

@media (min-width: 640px) {
  .spotify-embed{
  width:30%;
  height:360px;
  margin-left: 27px;
 }
}
.spotify-embed{
  width:(calc 100% / 3);
  height:360px;
  margin-left: 25px;
}
}



#fw-section-custom-html-5c31d3e8-e396-43a4-92f7-602f75889ba0 {

a {text-decoration:none;}

a {
  color:white
}

a:hover {
  text-decoration:none;
}

a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
}