.BlogCTA {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
margin-bottom: 20px;
margin-top: 20px;
padding: 20px;
}
.BlogCTA-Offer_Text {
display: inline-block;
margin-right: 30px;
width: calc(100% - 210px);
vertical-align: middle;
}
.BlogCTA-Offer_Button {
background: #6eba49 !important;
border: 1px solid #428842 !important;
border-radius: 3px;
color: #fff !important;
cursor: pointer;
display: inline-block;
font-size: 15px;
padding: 15px 30px 13px;
transition: 0.2s background;
text-decoration: none;
vertical-align: middle;
width: 180px;
}
.BlogCTA-Offer_Button:hover {
background: #88bf3f !important;
}
@media only screen and (max-width: 460px) {
.BlogCTA {
text-align: center;
}
.BlogCTA-Offer_Text {
width: 100%;
}
.BlogCTA-Offer_Button {
width: 100%;
}
}.BlogCTA {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
margin-bottom: 20px;
margin-top: 20px;
}