/*----*/
/* -------------------------------------------------------------
  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

------------------------------------------------------------- */
.difpageContainer .imgArea {
  overflow: hidden;
  border: 1px solid #D2D1D1;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px; }
  .difpageContainer .imgArea:before {
    content: '';
    width: 150.7%;
    height: 55.6%;
    border-radius: 100%;
    position: absolute;
    background-color: transparent;
    left: -26%;
    bottom: -20px;
    border-bottom: 30px solid white; }
.difpageContainer .cardArea .card {
  border: 0; }
  .difpageContainer .cardArea .card .card-body {
    border: 1px solid #D2D1D1;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
    .difpageContainer .cardArea .card .card-body .card-title {
      font-size: 33px;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0.25px;
      color: #1B1D28;
      margin-bottom: 30px; }
    .difpageContainer .cardArea .card .card-body .textMadde {
      margin: 8px 0;
      padding: 8px 0;
      display: flex;
      font-weight: 400;
      font-size: 19px;
      line-height: 100%;
      letter-spacing: 0.15px;
      color: #1B1D28; }
      .difpageContainer .cardArea .card .card-body .textMadde span:first-child {
        max-width: 180px;
        width: 100%; }
      .difpageContainer .cardArea .card .card-body .textMadde span:last-child {
        max-width: 250px;
        width: 100%; }

@media (max-width: 1199px) {
  .difpageContainer .cardArea .card .card-body {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px; }
    .difpageContainer .cardArea .card .card-body .card-title {
      font-size: 25px;
      margin-bottom: 10px; }
    .difpageContainer .cardArea .card .card-body .textMadde {
      margin: 4px 0;
      padding: 4px 0;
      font-size: 15px; } }

/*# sourceMappingURL=bayilerimiz.css.map */
