/*

	Theme Name: WP Florida Gun Theme

	Theme URI: http://wordpress.org/

	Description: The default wordpress theme for Florida Secuirity website using custom html to wordpress using ACF plugin  for make it real website.

	Version: 10.6

	Author: Anuj Sharma

	Author URI: http://redlemondigital.com/

	Tags: blue, custom header, fixed width, two columns, widgets

*/

.my-courses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-grid .course {
  width: 23%;
  
}
.my-courses .wp-courses {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 20px 5px;
  height: 300px;;
}
.product-grid .courses-img img {
  height: 300px;
  object-fit: cover;
  box-shadow: 0 0 1px #d8d8d8;
  width: 100%;
}
.product-grid .wp-courses a {
  color: #fff;
  background-color: #254a93;
  border-color: #254a93;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  padding: 12px 16px;
  letter-spacing: 0;
  width: inherit;
  text-align: center;
}

@media only screen and (max-width: 1080px){
    .product-grid .course {
    width: 32%;
}
}

@media only screen and (max-width: 810px) {
  .product-grid .course {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .product-grid .course {
    width: 90%;
    margin: auto;
    
  }
}