
#kurumlar .sect20{
    position:relative;z-index:1;aspect-ratio:3 / 1;/*192 / 95*/
    margin:0 0 50px 0;
    transition: transform 0.2s ease-out;
    transform-origin: top;
}
#kurumlar .sect20 img.back1{position:absolute;z-index:-2;top:0;left:0;width:100%;height:100%;object-fit:cover;}
#kurumlar .sect20:before{
  content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;
  background:rgb(1 108 81 / 50%);
}
#kurumlar .sect20 .content{position:absolute;z-index:1;left:50%;bottom:10%;width:100%;
  box-sizing:border-box;padding:0 16%;text-align:center;
  transform:translate(-50%,0);
}
#kurumlar .sect20 .content .text1{margin:20px 0 0 0;font-size:3vw;color:#fff;font-family:'poppins_bold',Arial,sans-serif;}
#kurumlar .sect20 .content .text2{font-size:2vw;color:#fff;}
#kurumlar .sect20 .content .buton{margin:25px 0 0 0;}
#kurumlar .sect20 .content .buton a{
  position:relative;z-index:1;display:inline-block;padding:12px 30px;
  color:#000;border-radius:30px;overflow:hidden;border:2px solid #fff;
}
#kurumlar .sect20 .content .buton a:before{
  content:"";position:absolute;z-index:-2;left:0;top:0;width:100%;height:100%;
  background:#B1A084;color:#000;
}
#kurumlar .sect20 .content .buton a:after{
  content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;
  background:#fff;border-radius:30px;
  transform:translate(-100%, 0);transition:transform 1s ease;
}
#kurumlar .sect20 .content .buton a:hover:after{transform:translate(100%, 0);}
#kurumlar .sect20 .content .buton a .grid{display:grid;grid-template-columns:auto auto;align-items:center;gap:10px;}
#kurumlar .sect20 .content .buton a .grid .s{}
#kurumlar .sect20 .content .buton a .grid .s.s1{}
#kurumlar .sect20 .content .buton a .grid .s.s2{display:flex;align-items:center;}
#kurumlar .sect20 .content .buton a .grid .s.s2 svg{width:15px;height:15px;fill:#000;object-fit:contain;}
@media only screen and (max-width:1100px){
  #kurumlar .sect20{aspect-ratio:5 / 3;}
  #kurumlar .sect20 .content .text1{font-size:4.1vw;}
  #kurumlar .sect20 .content .text2{margin:8px 0 0 0;font-size:3.8vw;}
  #kurumlar .sect20 .content .buton{margin:10px 0 0 0;}
}
@media only screen and (max-width:900px){
  #kurumlar .sect20 .content .buton a{padding:5px 20px;}
}
@media only screen and (max-width:400px){
  #kurumlar .sect20{/*aspect-ratio:4 / 5;*/aspect-ratio:5 / 5;}
}




#kurumlar .list1{margin:20px 0 0 0;}
#kurumlar .list1 .item{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"img data";}
#kurumlar .list1 .item:nth-of-type(odd){grid-template-areas:"data img";}
#kurumlar .list1 .item .img{grid-area:img;position:relative;z-index:1;}
#kurumlar .list1 .item .img img{
    position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover;
}
#kurumlar .list1 .item .data{grid-area:data;padding:100px 20px;box-sizing:border-box;}
#kurumlar .list1 .item .data h4{font-size:2rem;}
#kurumlar .list1 .item .data h4 i{display:inline-block;color:#20cbcd;scale:.6;}
#kurumlar .list1 .item .data .content{margin:20px 0 0 0;}
@media only screen and (max-width:700px){
    #kurumlar .list1 .item{margin:0 0 30px 0;grid-template-columns:1fr;grid-template-areas:"img" "data";}
    #kurumlar .list1 .item:nth-of-type(odd){grid-template-areas:"img" "data";}
    #kurumlar .list1 .item .img{aspect-ratio:5/3;}
    #kurumlar .list1 .item .data{padding:10px 0 0 0;}
    #kurumlar .list1 .item .data h4{font-size:1.2rem;}
    #kurumlar .list1 .item .data .content{margin:10px 0 0 0;}
}