.separation_courses{
    border: 10px solid #B45A38;
}
.btn-card{
        border-radius: 1.25rem;
    background: var(--d-79-a-2-a, #D79A2A);
   
    color: #FFF;
    
}

.card-img-top
{ 
    border-radius: 96px;
    background-color: transparent;
}
.title_card {
    color: var(--d-79-a-2-a, #D79A2A);
    font-family: 'Lato';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-top: 70px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    margin-right: 10px;
    overflow: hidden;
}

.info_card {
    color: #000;
    font-family: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.card img{
   
    justify-content: center;
    width: 12.1875rem;
    height: 12.1875rem;
    top: 50%;
    left: 50%;
    transform: translate(23%, 39%);

}
/* api data  */
.info_api{
    white-space: normal;
    text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 4;
  margin-right: 10px;
  overflow: hidden;


}

.info_api img{
    display: none;
}
/* .img_box{
    justify-content: center;
    width: 12.1875rem;
    height: 12.1875rem;
    top: 50%;
    left: 50%;
    transform: translate(23%, 39%);
} */

.botom_down{
    position: absolute;
    bottom: 0;
    /* text-align: center; */
    margin-left: 17px!important;
}

.btn-card:hover{
    background: var(--d-79-a-2-a, #D79A2A);
    color: #FFF;
}

.arrow_pagination{
    background-color: transparent;
    border: none!important;
}

.navStyle{
    border: none;
    background-color: transparent!important;
}

.a_number{

color: var(--b45a38, #B45A38);
font-family: 'lato';
font-size: 2rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.page-link{
    border: none!important;
}







@media(max-width:1400px){
  
    .botom_down{
    
        margin-left: 15px!important;
    }
    
   
}

@media(max-width:1200px){
  
    .botom_down{
    
        margin-left: 5px!important;
    }
    .card img{
   
        justify-content: center;
        width: 12.1875rem;
        height: 12.1875rem;
        top: 50%;
        left: 50%;
        transform: translate(20%, 39%);
    
    }
   
}