.satıs-kap {
    display: flex; 
    flex-wrap: wrap; 
    margin-top: 3rem;
    justify-content: center
}

.container-satıs{
    width: calc(20.33% - 20px); 
    margin-right: 20px; 
    margin-bottom: 20px; 
    background-color: #E5EAEF;
    border-radius: 12px;
}

.container-satıs:hover{
    border: solid 1px rgb(122, 181, 248);
    transition: all 0.4s ease;
    width: calc(23.33% - 20px);
}

.harita-satıs {
    width: 100%;
    padding: 0 0 0 0px;
}

.metin-satıs {
    width: 100%;
    font-size: 14px; 
}

.metin-satıs p {
    margin-top: 0; 
}

.right {
    margin-bottom: 10px;
}

.left {
    float: right; 
    color: #126EBE;
    margin-top: -45px;
    padding-right: 25px;
    font-size: 1.4rem;
}
