@media (max-width:1024px){ 
.hakkimizda_bg {width: 100%;height:auto;padding-top: 50px;padding-bottom: 50px;background: url('../images/hakkimizda.jpg') fixed top;}
.hakkimizda_bg .baslik {width: 100%;display: block;padding-right: 15px;text-align: justify;}
.hakkimizda_bg .baslik span{font-size: 17px;color: #626262;letter-spacing: 1px;}
.hakkimizda_bg .baslik h2 {font-size:28px;line-height:38px;font-weight: 700;margin-top: 2px;}
.hakkimizda_bg .baslik p {font-weight: 400;line-height: 25px;font-size: 16px;color: #626262;}

.hakkimizda_bg .button-border {background: transparent;border: 2px solid #c5222d;color: #323232;padding:8px 20px;font-weight: 500;border-radius: 0px;display: inline-block;margin-top: 15px;text-decoration: none;}
.hakkimizda_bg .button-border:hover{background-color: #c5222d;color:#fff;}

.about-image {width: 100%;position: relative;height: 480px;}
.about-image-01 {background-size: cover;display: table-cell;width: 30%;height: 440px;margin-top: 20px;position: absolute;right: 0;transition: all 1s cubic-bezier(.165,.84,.44,1);
background-size: cover;background-position: center;}
.about-image-02 {background-size: cover;display: table-cell;width: 70%;height: 480px;position: absolute;left: 0;transition: all 1s cubic-bezier(.165,.84,.44,1);background-size: cover;background-position: center;}
.about-image .about-image-01:hover {width: 70%;height: 480px;margin-top: 0;}
.about-image .about-image-01:hover + .about-image-02 {width: 30%;height: 440px;margin-top: 20px;}
}


@media (min-width:1025px){ 
.hakkimizda_bg {width: 100%;height:auto;padding-top: 50px;padding-bottom: 50px;background: url('../images/hakkimizda.jpg') fixed top;}
.hakkimizda_bg .baslik {width: 100%;display: block;padding-right: 15px;text-align: justify;}
.hakkimizda_bg .baslik span{font-size: 17px;color: #626262;letter-spacing: 1px;}
.hakkimizda_bg .baslik h2 {font-size:28px;line-height:38px;font-weight: 700;margin-top: 2px;}
.hakkimizda_bg .baslik p {font-weight: 400;line-height: 25px;font-size: 16px;color: #626262;}

.hakkimizda_bg .button-border {background: transparent;border: 2px solid #c5222d;color: #323232;padding:8px 20px;font-weight: 500;border-radius: 0px;display: inline-block;margin-top: 15px;text-decoration: none;}
.hakkimizda_bg .button-border.dolu {background: #c5222d;color:#fff;}
.hakkimizda_bg .button-border:hover{background-color: #c5222d;color:#fff;}

.about-image {width: 100%;position: relative;height: 480px;}
.about-image-01 {background-size: cover;display: table-cell;width: 30%;height: 440px;margin-top: 20px;position: absolute;right: 0;transition: all 1s cubic-bezier(.165,.84,.44,1);
background-size: cover;background-position: center;}
.about-image-02 {background-size: cover;display: table-cell;width: 70%;height: 480px;position: absolute;left: 0;transition: all 1s cubic-bezier(.165,.84,.44,1);background-size: cover;background-position: center;}
.about-image .about-image-01:hover {width: 70%;height: 480px;margin-top: 0;}
.about-image .about-image-01:hover + .about-image-02 {width: 30%;height: 440px;margin-top: 20px;}

}

