.modal-content a {
    color: #006400 !important;
    font-weight: 500;
}


.temp-hours h6 {
    font-size: 14px !important;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 22px;
}

.temp-hours p {
    font-size: 14px;
    text-transform: uppercase;
}

.module-311 .ry-payment-options-logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
}

.module-311 .ry-payment-options-logos .ry-each {
    width: 33.33%;
    padding: 30px;
    border: 1px #ccc solid;
    text-align: center;
    margin-left: -1px;
    margin-bottom: -1px;
}

.module-311 .ry-payment-options-logos .ry-each img {
    width: 90%;
    max-width: 128px;
    display: inline;
}

@media (max-width: 991px) {
	.module-311 .ry-payment-options-logos .ry-each {
		width: 50%; 
		padding: 20px;
	}
}