<div class="expand bg-copper-50 mb-3">
    <div class="expand-content">
        <div class="expand-content-lead">
            <div class="row">
                <div class="col flex-grow-1">
                    <p>"I chose the MIB program because of its major international focus and diversity, its unique curriculum including extremely valuable international field and study trips as well as an internship and one semester abroad, and the fantastic reputation of both, SSE and the fully-integrated CEMS MIM."</p>
                    <p class="small">Luca Flora<br>Current MSc student in International Business</p>
                </div>
                <div class="col flex-grow-0">
                    <img src="../../images/_content/placeholder_1@1x.jpg" srcset="../../images/_content/placeholder_1@1x.jpg 1x, ../../images/_content/placeholder_1@2x.jpg 2x" alt="" style="width: 242px;height:242px;">
                </div>
            </div>

        </div>
        <div class="expand-content-body">
            <p>1. Why did you choose SSE and the MSc Program in International Business?</p>
            <p>I chose SSE because the overall package offered is the perfect fit for me: education is not only of the highest quality but also free; students are selected not only based on grades and CVs but also on personality and mentality leading to a truly friendly and welcoming atmosphere; and SASSE, our student association, offers social, educational and professional activities that round off the whole SSE experience in the best way possible. I chose the MIB program because of its major international focus and diversity. Its unique curriculum including extremely valuable international field and study trips as well as an internship and one semester abroad, and the fantastic reputation of both, SSE and the fully-integrated CEMS MIM, were all appealing aspects.</p>
            <p>2. Why would you encourage others to apply to SSE?</p>
            <p>I would recommend SSE and MIB to everyone because of the excellent, hands-on, future-oriented and individual learning and development opportunities. Our course director and managers also work hard to make the program the very best possible. I literally enjoy every part of the program and really feel that I will be well-equipped to face the life after my Master program. Besides, Stockholm is an absolutely lovely city and the Swedish culture is great to experience. I have not regretted my decision to come here for a single day – quite the opposite!</p>
            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.</p>

        </div>
    </div>
    <button class="expand-control">
        <span class="expand-closed">
            <a href="fallback.html" class="expand-fallback">Read the full story&nbsp;<span class="ms-1"><i class="fal fa-chevron-down"></i></span></a>
        </span>
        <span class="expand-open">
            <a class="expand-fallback">
                Hide story&nbsp;<span class="ms-1"><i class="fal fa-chevron-up"></i></span>
            </a>
        </span>
    </button>
</div>
<div class="expand bg-copper-50 mb-3{{modifiers modifiers}}">
  <div class="expand-content">
    <div class="expand-content-lead">
      {{render (concat "@" lead)}}
    </div>
    <div class="expand-content-body">
      {{render (concat "@" body)}}
    </div>
  </div>
  <button class="expand-control">
    <span class="expand-closed">
      <a href="{{fallback}}" class="expand-fallback">{{label-expand}}&nbsp;<span class="ms-1"><i
            class="fal fa-chevron-down"></i></span></a>
    </span>
    <span class="expand-open">
      <a class="expand-fallback">
        {{label-contract}}&nbsp;<span class="ms-1"><i class="fal fa-chevron-up"></i></span>
      </a>
    </span>
  </button>
</div>
{
  "label-expand": "Read the full story",
  "label-contract": "Hide story",
  "fallback": "fallback.html",
  "lead": "toggle-card-lead",
  "body": "toggle-card-body"
}

No notes defined.