body{
    background-color: #ededed;
    font-size: 15px;
}

.syfa{
   background-color: #F9FBFC;
}
.col-md-3 {
     height: fit-content;       
}
.col-md-7 {
     height: fit-content;       
}
@media (max-width: 767px) {
   .col-md-3 {
       order: 1; /* col-md-3'ün sırasını değiştir */
   }
   .col-md-7 {
       order: 2; /* col-md-7'nin sırasını değiştir */
   }
}

.eti {
    background-color: #f2f2f2;
    display: inline-flex;
    padding:10px;
    margin-bottom: 5px;
    justify-content: left;
    color: #202078;
    font-weight: 550;

}
.link a{
    color: #4e4e92;
    font-weight: 550;
}
.link a:hover{
    text-decoration: underline;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    color: #ee7633;
}

pre{
    font-size: 15px;
}
.syfa img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px 0;
}
.iconcard{
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    width: 30%;
}

.home-title {
background-image: url('rsm/background.png');
background-color: #f4f1f1;
margin-bottom: 0px !important;
}
.home-counters{
background: url('rsm/counters_img.jpg');
width: 100%;
height: 100%;
}

.number{
font-size: 36px;
font-weight: bold;
margin-top: 10px;
}
