.section3 {
    background: #dbecf7;
}
.heading.homa {
    text-align: center;
    color: #123474 !important;
    padding-bottom: 0px;
    font-size: 30px;
}
.section3 .line {
    background-color: #123474;
    margin: 15px auto;
    width: 70px;
    height: 2px;
}
.homa-recommended {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 0 0 0;
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}
.recom-title {
    background: #790303;
}
.recom-box {
    border: 1px solid #ddd;
    margin: 10px 10px;
    padding: 20px 10px !important;
    border-radius: 15px;
    box-shadow: 1px 1px 17px #b1a7a785;
    text-align: center;
    padding: 20px 20px;
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
    width: 10.5%;
    border-radius: 15px;
    float: left;
    background: #fff;
}
.recom-title h2 {
    color: #fefefe;
    font-size: 22px;
    padding: 18px 10px;
}
.box-data img {
    max-width: 100px;
    border: 4px solid #f38911;
    border-radius: 50%;
}
h3.homa-name {
    color: #d11d73;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
.knowmore-btn a {
    color: #123474;
    font-weight: 600;
    padding: 5px 12px !important;
}
.intro-box {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
}
@media screen and (max-width:1200px) and (min-width: 0px) {

.sec3-cont {
    position: relative;
    left: 0;
    top: 0px;
}
}
@media screen and (max-width:1024px) and (min-width: 993px) {
  .knowmore-btn a {padding: 5px 2px !important;font-size: 11px !important;}
  .box-data img {max-width: 85px !important;}
}
@media screen and (max-width:992px) and (min-width: 0px) {

.remedies-title {
    text-align: center;
    padding: 22% 0 0;
}
.sub-title {
    font-size: 22px;
    padding: 20px 0px;
}
.intro-box {
    padding: 10px 0px;
}
.mob-width-2{
        display: block;
}
.remedies-title {
        text-align: center;
        padding: 22% 0 0;
    }
    .recom-box{
        width:28.5%;
    }
}
}

@media screen and (max-width:600px) and (min-width: 0px)
{
.remedies-title {
    text-align: center;
    padding: 18% 0 0;
}
.sec3-cont {
    padding: 50px 30px;
}
 .line {margin: 10px auto;}
 .heading {text-align: center;}
 .intro-box {width: 100%;}
    .recom-box{
        width:45.5%;
    }
}
@media screen and (max-width:520px) and (min-width: 0px) {
    .recom-box{
        width: 100%;
        margin: 10px;
    }
    .heading {
    text-align: center;
   }
}