@charset "UTF-8";

.other_case .cv {
 margin-top: 0;
}

@media screen and (max-width: 768px) {
 .other_case .cv {
  margin-top: 0;
 }
}