.callout-scrolls {
    border-radius: 100px !important;
    height: 200px;
    width: 200px;
}

.int-scrolls {
    float: left;
    padding: 10px;
    border-radius: 20px !important;
    height: 125px;
    width: 125px;
}

.text-center {
    text-align: center !important;
}

.scrolls-brand img{
    height: 95px;
    width: 75px;
}

.scrolls-img {
    width: 50%;
}

.people-goodwill {
    height: 250px;
    width: 250px;
}

.img-samritan {
    height: 200px;
    width: 250px;
}

.banner-scroll-head {
    font-size: 2em;
}

.scrolls-disaster-index-text {
    padding-top: 60px;
}

.scrolls-img-butt {
    height: 100px;
    width: 100px;
}

.bg-orange {
    background-color: #E67E22 !important;
}
.font-white {
    color: #fff !important;
}

/** RESPONSIVE SCROLLS CSS  **/

/* Responsive Headings */

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {

    .scrolls-disaster-index-text {
        padding-top: 0px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

@media (min-width: 792px) {

}