@charset "UTF-8";
/*----*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*  Kurumsal Tarih├ğemiz Start  */
.kurumsal-detail .img {
  max-width: 768px;
  width: 100%;
  height: 347px;
  float: left;
  margin-bottom: 10px;
  margin-right: 33px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1499px) {
    .kurumsal-detail .img {
      max-width: 550px; } }
  @media (max-width: 990px) {
    .kurumsal-detail .img {
      max-width: 100%;
      margin-bottom: 15px;
      height: 300px;
      margin-right: 0; } }
  @media (max-width: 459px) {
    .kurumsal-detail .img {
      height: 250px; } }
.kurumsal-detail .kurumsal-desc {
  text-align: justify; }
  .kurumsal-detail .kurumsal-desc .title {
    font-size: 41.5px; }
    @media (max-width: 990px) {
      .kurumsal-detail .kurumsal-desc .title {
        font-size: 30px; } }
    @media (max-width: 459px) {
      .kurumsal-detail .kurumsal-desc .title {
        font-size: 20px; } }

.kurumsal-sirketlerimiz .title {
  text-align: center;
  font-size: 45px;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (max-width: 990px) {
    .kurumsal-sirketlerimiz .title {
      font-size: 25px; } }
  @media (max-width: 639px) {
    .kurumsal-sirketlerimiz .title {
      font-size: 20px; } }
.kurumsal-sirketlerimiz .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  background-color: #f7f7f7;
  margin-bottom: 20px; }
  .kurumsal-sirketlerimiz .item img {
    width: auto;
    height: 100%;
    max-height: 80px; }

/* Kurumsal Tarih├ğemiz End */

/*# sourceMappingURL=kurumsal_tarihcemiz.css.map */
