@charset "UTF-8";


@media screen and (min-width: 641px) {
  .haracafe .trandnews-profile-wrap {
    display: flex;
  }
  .haracafe .trandnews-profile-wrap .trendnews-profile {
    width: 42%;
    margin-bottom: 0;
  }
  
  .haracafe .trandnews-profile-wrap .trendnews-lead {
    width: 58%;
    padding: 30px 0 0 30px;
    margin-bottom: 0!important;
  }
  
  .haracafe .trandnews-profile-wrap .trendnews-lead:after {
    display: none;
  }
  
  .haracafe .trandnews-profile-wrap .trendnews-lead .column-2 {
    flex-wrap: wrap;
  }
  
  .haracafe .trandnews-profile-wrap .trendnews-lead .column-2 .text {
    flex-basis: 100%!important;
    margin-bottom: 30px;
  }
  
  .haracafe .trandnews-profile-wrap .trendnews-lead .column-2 .image {
    flex-basis: 49%!important;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .haracafe .trandnews-profile-wrap .trendnews-lead .column-2 .text {
    margin-bottom: 30px;
  }
  .haracafe .trandnews-profile-wrap .trendnews-lead .column-2 .image {
    margin-bottom: 20px;
  }
}