﻿#divOurAwards .boxTitle {
    width: 100%;
    padding-bottom: 35px;
}

#divOurAwards .visible-md-sm {
    display: none;
}

#divOurAwards .awards {
    width: 1050px;
    margin: 0 auto;
}

#divOurAwards .awards-image {
	width: 100px;
}

#divOurAwards .visible-xs {
    display: none;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    #divOurAwards {
        padding-bottom: 45px;
    }

        #divOurAwards .boxTitle {
            padding-bottom: 25px;
        }

        #divOurAwards .awards {
            width: 524px;
        }

        #divOurAwards .award-image {
            padding-bottom: 25px;
        }
}

@media screen and (max-width: 767px) {
    #divOurAwards {
        padding-bottom: 40px;
    }

        #divOurAwards .boxTitle {
            padding-bottom: 20px;
        }

        #divOurAwards .awards {
            width: 290px;
        }

        #divOurAwards .award-image {
            width: 70px;
            padding-bottom: 20px;
        }

        #divOurAwards .visible-xs {
            display: inline-block;
            width: 84px;
            height: 60px;
            float: left;
        }
}
