.courses-detail .courses-items p{
  width: 20%;
  float: left;
  min-width: 100px;
}
.courses-detail .courses-items p span{
 display: block;
}
.courses-detail .courses-items{
  display: flex;
  text-align: center;
  gap: 20px;
}
.courses-detail .courses-items-wrapper{
  padding: 18px;
  border: 2px solid #6197d1;
  overflow-x: scroll;
}

.courses-detail .courses-items-wrapper::-webkit-scrollbar {
  height: 10px;
}

.courses-detail .courses-items-wrapper::-webkit-scrollbar-thumb {
  background: #6197d1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
