.mediic-thumb img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; /* istersen yuvarlatma */
    display: block;
}

 
.about-serction{
    margin-top: 40px;
}
.mt-40{
    margin-top: 40px!important;
}

.box-blog{
    border: 1px solid #0808082b;
    border-radius: 5%;
    padding: 10px;
    text-align: center;
    box-shadow: 10px 10px 10px 10px #0000000f;
    height: 400px;
}

.text-white{
    color: #fff!important;
}

@media (max-width: 768px) {
    .dropdown-toggle::after {
        display: none;
    }
    .box-blog{
        border: 1px solid #0808082b;
        border-radius: 5%;
        padding: 10px;
        text-align: center;
        box-shadow: 10px 10px 10px 10px #0000000f;
        height: auto;
    }
    .hero-shape4{
        display: none;
    }

    .about-service-list ul li {
        font-size: 14px;
    }

}