﻿

/* kitap */
/*.hkitap-bg{

}
.hkitap {
    background-image: url('file:///C:\Users\nur09\source\repos\Hds\Hds\wwwroot\Image\DSC01693ph.jpg');
}*/
.a7 {
  padding:100px 0;
}
.a7-bg {
    background: #fff;
    box-shadow: 0px 4px 64px rgb(156 156 156 / 20%);
    border-radius:20px;
}
.a7-title {
    font: normal normal bold 55px/75px 'Open Sans';
    letter-spacing: 0.28px;
    color: #000000;
    padding: 30px;
    text-align: center;
}

.a7-col1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.a7-btn {
    background: #1D9296 !important;
    border-radius: 20px !important;
    border:none;
}
    .a7-btn:hover {
        border: none;
    }
@media (max-width: 860px) {
  
    .h-img {
        width: 100%;
        overflow: hidden;
        margin: 0;
        height: 300px;
        border-radius: 50%;
    }

        .h-img img {
            display: block;
            width: 100%;
            margin: -53px 0;
        }


}@media (max-width: 600px) {
    .h-row{
        display:flex;
        flex-direction:column-reverse;
    }
    .h-img {
        width: 100%;
        overflow: hidden;
        margin: 0;
        height: 300px;
        border-radius: 50%;
    }

        .h-img img {
            display: block;
            width: 100%;
            margin: -53px 0;
        }


}