.deneme-divider {
  margin-top: 24px;
}
.deneme-divider div {
  height: 8px;
  background: #f3f3f3;
}

@media (min-width: 1200px) {
  .deneme-divider {
    margin-top: 40px;
  }
  .deneme-divider div {
    height: 24px;
  }
}.mutual-link {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .mutual-link {
    margin-top: 40px;
  }
}
.mutual-link-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  overflow: auto;
}
.mutual-link-list::-webkit-scrollbar {
  display: none;
}
.mutual-link-list-holder {
  position: relative;
  min-height: 1px;
  margin-right: 20px;
  float: left;
  flex: 1 1 33.333%;
  min-width: 208px;
  text-decoration: none;
  height: -webkit-fill-available;
}
.mutual-link-list-holder:last-of-type {
  margin-right: 0;
}
.mutual-link-list-item {
  cursor: pointer;
  padding: 9px 16px;
  font-size: 14px;
  height:100%;
  position: relative;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  border: 1px solid rgb(224, 224, 224);
  background: rgb(255, 255, 255);
}
@media (min-width: 1200px) {
    .mutual-link-list-item {
        padding: 11px 20px;
        height: 191px;
        display:flex;
        align-items:center;
        justify-content:center;
    }
}
.mutual-link-list-item div {
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}
.mutual-link-list-item div img {

  width: 42px;
}
@media (min-width: 1200px) {
  .mutual-link-list-item div img {
    width: 60px;
    height:60px;
  }
}
.mutual-link-list-item div div {
  color: rgb(0, 69, 135);
  cursor: pointer;
  margin: unset;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  white-space: initial;
  text-align:center;
  
}
@media (min-width: 1200px) {
  .mutual-link-list-item div div {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    width:220px;
  }
}