.medical-product {
    padding: 80px 0;
}

.medical-product .header_content {
    text-align: center;
}

.medical-product .header_content h2 {
    color: #373737;
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.medical-product .header_content p {
    color: #666;
    font-size: 17px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 800px;
    padding: 10px 0;
    text-align: center;
}

.medical-product .product_card_section {
    display: flex;
    flex-wrap: wrap;
}
.medical-product .product_card_section .product_card_section_box:first-child,
.medical-product .product_card_section .product_card_section_box:nth-child(2),
.medical-product .product_card_section .product_card_section_box:nth-child(3){
  margin-top: 0px;
}
.medical-product .product_card_section .product_card_section_box {
    text-align: center;
    width: 33.3%;
    margin-top: 15px;
}
.medical-product .product_card_section .product_card_section_box .image {
    padding: 20px 10px;
    width: 250px;
    margin: 0 auto;
}
 
.medical-product .product_card_section .product_card_section_box .description h6 a {
    font-size: 16px;
    font-weight: 400;
    margin: 1px 0;
    text-transform: none;
    line-height: 1em;
    color: #3498db;
  text-decoration: none;
}

.medical-product .product_card_section .product_card_section_box .button a {
    background: #3498db;
}

.medical-product .product_card_section .product_card_section_box .button a:hover {
    background: #373737;
}

.medical-product .product_card_section .product_card_section_box .price {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0 15px;
    color: #3498db;
}
.medical-product .product_card_section .product_card_section_box .description h6 a:hover {
    color: #000;
}
.medical-product .product_card_section .product_card_section_box .description h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.medical-product .product_card_section .product_card_section_box .image {
    padding: 20px 10px;
}
@media screen and (max-width: 767px){
.medical-product .product_card_section .product_card_section_box {
    width: 100%;
}
.medical-product {
    padding: 50px 0;
}
  .medical-product .header_content h2 {
    font-size: 31px;
    line-height: 25px;
}
.medical-product .header_content p {
    font-size: 16px;
    line-height: 21px;
}
.medical-product .product_card_section .product_card_section_box .description h6 a {
    font-size: 15px;
    line-height: 19px;
}
.medical-product .product_card_section .product_card_section_box .description h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}
  .medical-product .product_card_section .product_card_section_box .price {
    font-size: 15px;
    line-height: 19px;
}
  .medical-product .product_card_section .product_card_section_box .button a {
    font-size: 15px;
    line-height: 19px;
    padding: 10px 40px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.medical-product .header_content h2 {
    font-size: 31px;
    line-height: 25px;
}
.medical-product .header_content p {
    font-size: 16px;
    line-height: 22px;
}
.medical-product .product_card_section .product_card_section_box .description h6 a {
    font-size: 15px;;
    line-height: 22px;
}
.medical-product .product_card_section .product_card_section_box .description h5 {
    font-size: 15px;
    line-height: 19px;
}
  .medical-product .product_card_section .product_card_section_box .price {
    font-size: 15px;
    line-height: 19px;
}
  .medical-product .product_card_section .product_card_section_box .button a {
    background: #3498db;
    font-size: 15px;
    line-height: 19px;
    padding: 12px 40px;
}
  .medical-product .product_card_section .product_card_section_box {
    margin-top: 15px;
    text-align: center;
    width: 50%;
}
}
@media (min-width: 1025px) and (max-width: 1538px){
.medical-product {
    padding: 70px 0;
}
  .medical-product .header_content h2 {
    font-size: 30px;
    line-height: 25px;
}
.medical-product .product_card_section .product_card_section_box .description h6 a {
    font-size: 15px;
    line-height: 22px;
}
  .medical-product .product_card_section .product_card_section_box .description h5 {
    font-size: 15px;
    line-height: 22px;
}
  .medical-product .product_card_section .product_card_section_box .price {
    font-size: 15px;
    padding: 0 0 20px;
}
  .medical-product .product_card_section .product_card_section_box .button a {
    font-size: 15px;
    padding: 12px 40px;
}
  .medical-product .header_content p {
    font-size: 16px;
    line-height: 22px;
}

