.wp-block-aks-cta-block {
position: relative;
background-color: #f1f1f1;
text-align: center;
padding: 2rem;
margin-bottom: 35px;
}
.wp-block-aks-cta-block .content .title {
color: #282828;
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
}
.wp-block-aks-cta-block .content p {
color: #282828;
font-weight: 300;
line-height: 18px !important;
}
.wp-block-aks-cta-block a {
display: inline-block;
background-color: #f27f00;
border: 1px solid #f27f00;
color: #fff !important;
padding: 15px 25px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.wp-block-aks-cta-block a:hover {
background-color: transparent;
color: #f27f00 !important;
opacity: 1 !important;
}