@media (min-width: 1200px) {
  .main_container {
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 1200px;
    height: auto;
    padding: 10px;
    margin-bottom: 200px;
  }

  .maindiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    background-color: #eee;
    overflow: hidden;
  }

  .maindiv .konudiv {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  .maindiv .konudiv a {
    font-size: 18px;
    border-left: 1px solid #aaa;
    padding: 8px 20px;

  }

  .maindiv .konudiv1 a {
    color: rgb(170, 96, 47);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv1 a:hover {
    background-color: rgb(105, 42, 0);
    color: rgb(201, 152, 119);
    border-left: 10px solid rgb(201, 152, 119);
  }

  .maindiv .konudiv2 a {
    color: rgb(163, 156, 57);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv2 a:hover {
    background-color: rgb(83, 78, 2);
    color: rgb(216, 210, 120);
    border-left: 10px solid rgb(216, 210, 120);
  }

  .maindiv .konudiv3 a {
    color: rgb(59, 179, 65);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv3 a:hover {
    background-color: rgb(10, 73, 13);
    color: rgb(120, 199, 124);
    border-left: 10px solid rgb(120, 199, 124);
  }

  .maindiv .konudiv4 a {
    color: rgb(192, 40, 65);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv4 a:hover {
    background-color: rgb(71, 11, 21);
    color: rgb(206, 114, 129);
    border-left: 10px solid rgb(206, 114, 129);
  }

  .maindiv .konudiv5 a {
    transition: .2s ease;
    color: rgb(85, 85, 85);
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv5 a:hover {
    background-color: rgb(34, 34, 34);
    color: rgb(192, 192, 192);
    border-left: 10px solid rgb(192, 192, 192);
  }

  @keyframes belliet {
    0% {
      padding-left: 20px;
    }

    50% {
      padding-left: 60px;
    }

    100% {
      padding-left: 20px;
    }
  }


  .maindiv .contdiv {
    display: flex;
    flex-direction: row;
  }

  .maindiv1 .contdiv div .baslika {
    color: rgb(90, 43, 12);
    transition: .2s ease;
  }

  .maindiv1 .contdiv div .baslika:hover {
    color: rgb(170, 96, 47);
  }

  .maindiv2 .contdiv div .baslika {
    color: rgb(83, 78, 2);
    transition: .2s ease;
  }

  .maindiv2 .contdiv div .baslika:hover {
    color: rgb(163, 156, 57);
  }

  .maindiv3 .contdiv div .baslika {
    color: rgb(10, 73, 13);
    transition: .2s ease;
  }

  .maindiv3 .contdiv div .baslika:hover {
    color: rgb(59, 179, 65);
  }

  .maindiv4 .contdiv div .baslika {
    color: rgb(71, 11, 21);
    transition: .2s ease;
  }

  .maindiv4 .contdiv div .baslika:hover {
    color: rgb(192, 40, 65);
  }

  .maindiv5 .contdiv div .baslika {
    color: rgb(34, 34, 34);
    transition: .2s ease;
  }

  .maindiv5 .contdiv div .baslika:hover {
    color: rgb(85, 85, 85);
  }

  .maindiv .div1 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 600px;
    padding: 20px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #aaa;
  }

  .maindiv .div1 .yazardiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
  }

  .maindiv .div1 .yazardiv .yazarimgdiv {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .maindiv .div1 .yazardiv .yazarimgdiv img {
    width: 60px;
  }

  .maindiv .div1 .yazardiv .yazara {
    color: #555;
    font-size: 18px;
    padding: 3px 5px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    transition: .2s ease;
  }

  .maindiv .div1 .baslika {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 0px;
    color: rgb(90, 43, 12);
    font-size: 22px;
    font-weight: bold;
    height: 58px;
    overflow: hidden;
  }

  .maindiv .div1 .baslika:hover {
    color: rgb(170, 96, 47);
  }

  .maindiv .div1 .resimdiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 550px;
    height: 350px;
    background-color: #eee;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .maindiv .div1 .imgsahip {
    position: absolute;
    top: 330px;
    left: 0px;
    color: #aaa;
    font-size: 12px;
    padding: 3px 5px;
  }

  .maindiv .div1 .resimimg {
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .maindiv .div1 .aciklama {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: 10px;
    color: #555;
    height: 100px;
    overflow: hidden;
    background-color: red;
  }

  .maindiv .div2 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 600px;
    padding: 20px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .maindiv .div2 .yazardiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
  }

  .maindiv .div2 .yazardiv .yazarimgdiv {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .maindiv .div2 .yazardiv .yazarimgdiv img {
    width: 60px;
  }

  .maindiv .div2 .yazardiv .yazara {
    color: #555;
    font-size: 18px;
    padding: 3px 5px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    transition: .2s ease;
  }

  .maindiv .div2 .baslika {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 0px;
    color: rgb(90, 43, 12);
    font-size: 22px;
    font-weight: bold;
    height: 58px;
    overflow: hidden;
  }

  .maindiv .div2 .baslika:hover {
    color: rgb(170, 96, 47);
  }

  .maindiv .div2 .resimdiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 550px;
    height: 350px;
    background-color: #eee;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .maindiv .div2 .imgsahip {
    position: absolute;
    top: 330px;
    left: 0px;
    color: #aaa;
    font-size: 12px;
    padding: 3px 5px;
  }

  .maindiv .div2 .resimimg {
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .maindiv .div2 .aciklama {
    width: 100%;
    height: auto;
    margin-top: 10px;
    color: #555;
    height: 170px;
    overflow: hidden;
  }
}

@media (max-width: 1200px) {
  .main_container {
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 1200px;
    height: auto;
    padding: 10px;
    margin-bottom: 200px;
  }

  .maindiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    background-color: #eee;
    overflow: hidden;
  }

  .maindiv .konudiv {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  .maindiv .konudiv a {
    font-size: 18px;
    border-left: 1px solid #aaa;
    padding: 8px 20px;

  }

  .maindiv .konudiv1 a {
    color: rgb(170, 96, 47);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv1 a:hover {
    background-color: rgb(105, 42, 0);
    color: rgb(201, 152, 119);
    border-left: 10px solid rgb(201, 152, 119);
  }

  .maindiv .konudiv2 a {
    color: rgb(163, 156, 57);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv2 a:hover {
    background-color: rgb(83, 78, 2);
    color: rgb(216, 210, 120);
    border-left: 10px solid rgb(216, 210, 120);
  }

  .maindiv .konudiv3 a {
    color: rgb(59, 179, 65);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv3 a:hover {
    background-color: rgb(10, 73, 13);
    color: rgb(120, 199, 124);
    border-left: 10px solid rgb(120, 199, 124);
  }

  .maindiv .konudiv4 a {
    color: rgb(192, 40, 65);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv4 a:hover {
    background-color: rgb(71, 11, 21);
    color: rgb(206, 114, 129);
    border-left: 10px solid rgb(206, 114, 129);
  }

  .maindiv .konudiv5 a {
    transition: .2s ease;
    color: rgb(85, 85, 85);
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv5 a:hover {
    background-color: rgb(34, 34, 34);
    color: rgb(192, 192, 192);
    border-left: 10px solid rgb(192, 192, 192);
  }

  @keyframes belliet {
    0% {
      padding-left: 20px;
    }

    50% {
      padding-left: 60px;
    }

    100% {
      padding-left: 20px;
    }
  }


  .maindiv .contdiv {
    display: flex;
    flex-direction: row;
  }

  .maindiv1 .contdiv div .baslika {
    color: rgb(90, 43, 12);
    transition: .2s ease;
  }

  .maindiv1 .contdiv div .baslika:hover {
    color: rgb(170, 96, 47);
  }

  .maindiv2 .contdiv div .baslika {
    color: rgb(83, 78, 2);
    transition: .2s ease;
  }

  .maindiv2 .contdiv div .baslika:hover {
    color: rgb(163, 156, 57);
  }

  .maindiv3 .contdiv div .baslika {
    color: rgb(10, 73, 13);
    transition: .2s ease;
  }

  .maindiv3 .contdiv div .baslika:hover {
    color: rgb(59, 179, 65);
  }

  .maindiv4 .contdiv div .baslika {
    color: rgb(71, 11, 21);
    transition: .2s ease;
  }

  .maindiv4 .contdiv div .baslika:hover {
    color: rgb(192, 40, 65);
  }

  .maindiv5 .contdiv div .baslika {
    color: rgb(34, 34, 34);
    transition: .2s ease;
  }

  .maindiv5 .contdiv div .baslika:hover {
    color: rgb(85, 85, 85);
  }

  .maindiv .div1 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 600px;
    padding: 20px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #aaa;
  }

  .maindiv .div1 .yazardiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
  }

  .maindiv .div1 .yazardiv .yazarimgdiv {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .maindiv .div1 .yazardiv .yazarimgdiv img {
    width: 60px;
  }

  .maindiv .div1 .yazardiv .yazara {
    color: #555;
    font-size: 18px;
    padding: 3px 5px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    transition: .2s ease;
  }

  .maindiv .div1 .baslika {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 0px;
    color: rgb(90, 43, 12);
    font-size: 22px;
    font-weight: bold;
    height: 58px;
    overflow: hidden;
  }

  .maindiv .div1 .baslika:hover {
    color: rgb(170, 96, 47);
  }

  .maindiv .div1 .resimdiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 550px;
    height: 350px;
    background-color: #eee;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .maindiv .div1 .imgsahip {
    position: absolute;
    top: 330px;
    left: 0px;
    color: #aaa;
    font-size: 12px;
    padding: 3px 5px;
  }

  .maindiv .div1 .resimimg {
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .maindiv .div1 .aciklama {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: 10px;
    color: #555;
    height: 100px;
    overflow: hidden;
    background-color: red;
  }

  .maindiv .div2 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 600px;
    padding: 20px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .maindiv .div2 .yazardiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
  }

  .maindiv .div2 .yazardiv .yazarimgdiv {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .maindiv .div2 .yazardiv .yazarimgdiv img {
    width: 60px;
  }

  .maindiv .div2 .yazardiv .yazara {
    color: #555;
    font-size: 18px;
    padding: 3px 5px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    transition: .2s ease;
  }

  .maindiv .div2 .baslika {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 0px;
    color: rgb(90, 43, 12);
    font-size: 22px;
    font-weight: bold;
    height: 58px;
    overflow: hidden;
  }

  .maindiv .div2 .baslika:hover {
    color: rgb(170, 96, 47);
  }

  .maindiv .div2 .resimdiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 550px;
    height: 350px;
    background-color: #eee;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .maindiv .div2 .imgsahip {
    position: absolute;
    top: 330px;
    left: 0px;
    color: #aaa;
    font-size: 12px;
    padding: 3px 5px;
  }

  .maindiv .div2 .resimimg {
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .maindiv .div2 .aciklama {
    width: 100%;
    height: auto;
    margin-top: 10px;
    color: #555;
    height: 170px;
    overflow: hidden;
  }
}

@media (max-width: 700px) {
  .main_container {
    position: relative;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: auto;
    padding: 0px;
    margin-bottom: 200px;
  }

  .maindiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    background-color: #eee;
    overflow: hidden;
  }

  .maindiv .konudiv {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  .maindiv .konudiv a {
    font-size: 18px;
    border-left: 1px solid #aaa;
    padding: 8px 20px;

  }

  .maindiv .konudiv1 a {
    color: rgb(170, 96, 47);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv1 a:hover {
    background-color: rgb(105, 42, 0);
    color: rgb(201, 152, 119);
    border-left: 10px solid rgb(201, 152, 119);
  }

  .maindiv .konudiv2 a {
    color: rgb(163, 156, 57);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv2 a:hover {
    background-color: rgb(83, 78, 2);
    color: rgb(216, 210, 120);
    border-left: 10px solid rgb(216, 210, 120);
  }

  .maindiv .konudiv3 a {
    color: rgb(59, 179, 65);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv3 a:hover {
    background-color: rgb(10, 73, 13);
    color: rgb(120, 199, 124);
    border-left: 10px solid rgb(120, 199, 124);
  }

  .maindiv .konudiv4 a {
    color: rgb(192, 40, 65);
    transition: .2s ease;
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv4 a:hover {
    background-color: rgb(71, 11, 21);
    color: rgb(206, 114, 129);
    border-left: 10px solid rgb(206, 114, 129);
  }

  .maindiv .konudiv5 a {
    transition: .2s ease;
    color: rgb(85, 85, 85);
    animation: belliet 1s 1.5s ease alternate;
  }

  .maindiv .konudiv5 a:hover {
    background-color: rgb(34, 34, 34);
    color: rgb(192, 192, 192);
    border-left: 10px solid rgb(192, 192, 192);
  }

  @keyframes belliet {
    0% {
      padding-left: 20px;
    }

    50% {
      padding-left: 60px;
    }

    100% {
      padding-left: 20px;
    }
  }


  .maindiv .contdiv {
    display: flex;
    flex-direction: column;
  }

  .maindiv1 .contdiv div .baslika {
    color: rgb(90, 43, 12);
    transition: .2s ease;
  }

  .maindiv1 .contdiv div .baslika:hover {
    color: rgb(170, 96, 47);
  }

  .maindiv2 .contdiv div .baslika {
    color: rgb(83, 78, 2);
    transition: .2s ease;
  }

  .maindiv2 .contdiv div .baslika:hover {
    color: rgb(163, 156, 57);
  }

  .maindiv3 .contdiv div .baslika {
    color: rgb(10, 73, 13);
    transition: .2s ease;
  }

  .maindiv3 .contdiv div .baslika:hover {
    color: rgb(59, 179, 65);
  }

  .maindiv4 .contdiv div .baslika {
    color: rgb(71, 11, 21);
    transition: .2s ease;
  }

  .maindiv4 .contdiv div .baslika:hover {
    color: rgb(192, 40, 65);
  }

  .maindiv5 .contdiv div .baslika {
    color: rgb(34, 34, 34);
    transition: .2s ease;
  }

  .maindiv5 .contdiv div .baslika:hover {
    color: rgb(85, 85, 85);
  }

  .maindiv .div1 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #aaa;
  }

  .maindiv .div1 .yazardiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
  }

  .maindiv .div1 .yazardiv .yazarimgdiv {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .maindiv .div1 .yazardiv .yazarimgdiv img {
    width: 50px;
  }

  .maindiv .div1 .yazardiv .yazara {
    color: #555;
    font-size: 16px;
    padding: 3px 5px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    transition: .2s ease;
  }

  .maindiv .div1 .baslika {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 0px;
    color: rgb(90, 43, 12);
    font-size: 14px;
    font-weight: bold;
    height: 58px;
    overflow: hidden;
  }

  .maindiv .div1 .baslika:hover {
    color: rgb(170, 96, 47);
  }

  .maindiv .div1 .resimdiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-color: #eee;
    overflow: hidden;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .maindiv .div1 .resimdiv .imgsahip {
    position: absolute;
    top: 330px;
    left: 0px;
    color: #aaa;
    font-size: 12px;
    padding: 3px 5px;
  }

  .maindiv .div1 .resimimg {
    width: auto;
    height: 200px;
  }

  .maindiv .div1 .aciklama {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: 10px;
    color: #555;
    height: 100px;
    overflow: hidden;
    background-color: red;
  }

  .maindiv .div2 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .maindiv .div2 .yazardiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
  }

  .maindiv .div2 .yazardiv .yazarimgdiv {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .maindiv .div2 .yazardiv .yazarimgdiv img {
    width: 50px;
  }

  .maindiv .div2 .yazardiv .yazara {
    color: #555;
    font-size: 16px;
    padding: 3px 5px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    transition: .2s ease;
  }

  .maindiv .div2 .baslika {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 0px;
    color: rgb(90, 43, 12);
    font-size: 14px;
    font-weight: bold;
    height: 58px;
    overflow: hidden;
  }

  .maindiv .div2 .baslika:hover {
    color: rgb(170, 96, 47);
  }

  .maindiv .div2 .resimdiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-color: #eee;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .maindiv .div2 .imgsahip {
    position: absolute;
    top: 330px;
    left: 0px;
    color: #aaa;
    font-size: 12px;
    padding: 3px 5px;
  }

  .maindiv .div2 .resimimg {
    width: auto;
    height: 200px;
  }

  .maindiv .div2 .aciklama {
    width: 100%;
    height: auto;
    margin-top: 10px;
    color: #555;
    height: 170px;
    overflow: hidden;
  }
}