

.page-title{
    color: #901A1D;
    font-size: 24px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card{
    margin: 1em;
    box-shadow: 0px 5px 8px 0px rgba(22, 22, 26, 0.18);
    border:  1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.card .img-wrapper {
    max-width: 100%;
    height: 100%;
    display: flex;
    
  }



.card .img-wrapper img{
    height: 100%;
    width: 100%;
    border-radius: 5px;
  }

.card-title{
    color: #901A1D;
    font-size: 20px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.card-title:hover{
    color: #090251;
}

.card-teacher{
    color: #090251;
    font-size: 16px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: .5s;
}

.card-teacher:hover{
    color: #901A1D;
}

.card-description{
    color: #221638;
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-price{
    color: #000;
    font-size: 23px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.courses-is-relative{
    max-width: 100%;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .courses-is-relative{
        max-width: 50%;
    }
}

.courses-icon{
    position: absolute;
    display: block;
    bottom: .2rem;
    right: 1rem;
    user-select: none;
    cursor: pointer;
}

.courses-input{
    border-radius: 5px;
      background: #F5F5F5;
      border: none;
      display: inline-flex;
      padding: 9px 8px;
      height: 42px;
      padding-right: 2.5rem;
}

.card-text {
    color: #514d4d;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.courses-width{
    width: 75%;
}

@media (min-width: 768px) {
    .courses-width{
        width: 100%;
    }
    
    }

@media (min-width: 992px) {
    .courses-width{
        width: 85%;
    }
    
    }
    
