.course-item img {
  width: 100%;
}

.home-img {
  width: 100%;
  margin: 0 0 20px;
}

.form-floating {
  padding: 10px 0;
}

.form-control {
  position: relative;
  padding: 15px 10px !important;
}

.form-control::placeholder {
  color: #ddd !important;
  position: absolute;
  top: 15px;
  left: 10px;
}

.form-control.btn {
  background-color: #06bbcc;
  color: #fff;
}

.template-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.template-logo p {
  flex-basis: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.template-logo img {
  width: 30px;
}

@media (min-width: 768px) {
  .home-img {
    float: right;
    width: 40%;
    margin: 0 30px 20px;
  }

  .latest-post-container {
    min-height: 245px;
  }
}
