body {
    color: rgb(214, 28, 28);
}

.ofr-button .button {
    white-space: normal;
    /* height: 100%; */
    padding-top: 0 !important; 
}



.center {
    text-align: center;
}


 /* .aligncenter {
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    overflow: hidden;
}  */

.padding5 {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.ofr-row {
    margin-bottom: 15px;
}

.ofr-border {
    color: #333;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(122, 158, 184);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
}


.ofr-logo {
    height: 80px;
    line-height: 80px;
    padding-left: 10px;
    padding-right: 10px;
}


.ofr-logo a {
    /* background: black; */
    display: inline-block;
    height: 100%;
    /* vertical-align: middle; */
    /* line-height: normal; */
    /* overflow: hidden; */
    width: 100%;
    /* font-size: 50px; */

}

.ofr-logo img {
    max-height: 80px;
    /* background: white; */
    vertical-align: middle;
    display: inline;
}

.ofr-text {
    font-size: 11px !important;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ofr-text span {
    color: rgb(238, 29, 36);
}

.ofr-button {
    /* padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px */
    white-space: normal;
    margin-top: 10px;
    
}



.button-green {
    font-size: 10px !important;
    background-color: rgb(66, 169, 95);
    border-color: rgb(53, 135, 76);
    color: rgb(255, 255, 255) !important;
}

.ofr-line-widget {
    line-height: 0px;
    vertical-align: top;
}

.ofr-line {
    width: 50%;
    border-top: 1px dotted rgb(0, 0, 0);
    display: inline-block;
}

.ofr-info {
    /* height: 5.25em;  */
    height: 6em; 
    /* line-height: 1.5em;  */
    overflow: hidden;

    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center
}

.ofr-info p {
    margin-bottom: 0;
}
/* Bigger than 1000 */

@media (min-width: 1000px) {
    .logo {
        width: 650px;
    }
}

@media (max-width: 550px) {
    .one-half {
        width: 50%;
    }
}
/* 
@media (max-width: 460px) {
    .ofr-button .button {
        line-height: 18px !important;
    }
} */

@media (max-width: 340px) {
    .one-half a.button {
        padding: 5px;
    }
}

.info-offerwall h1 {
    color: #424953;
    margin: 20px 0;
    font-size: 26px;
    font-weight: bold;
}
.info-offerwall .text-info p {
    margin-bottom: 5px;
    line-height: 12px;
    color: #424953;
    font-size: 10px;
    text-align: center;
}