

@media only screen and (min-width: 760px) {
  .yazi-alani {
    justify-content: center!important;
    width: 60%;
    margin: 85px auto;
}

.yazi-alani p {
    font-size: 18px;
    line-height: 1.6;
    font-family: satoshi-medium;
}


}


@media only screen and (max-width: 760px) {
.col-3.col-md-3.col-lg-2.position-relative.mb-auto.mt-14.ms-4.mt-lg-0.ms-lg-0 {
    display: none;
}



}

.head-logo__image {
    height: 35px !important;
}


ol > li {
    padding: 10px;
}



    .progress-bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #e72f3b;
        z-index: 9999;
        transition: width 0.3s;
    }