.btn.sm {
    font-size: 0.75rem;
    font-weight: bold;
    padding: 15px 42px;
}

.af-banner-sm {
    padding: 26px 0;
    position: relative;
}
.af-banner-sm--dark-blue {
    background-color: #25366B;
    color: #fff;
}
.af-banner-sm_img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.af-banner-sm_title {
    margin-bottom: 1.42rem;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}
.af-banner-sm_text {
    font-size: 1em;
    font-weight: 500;
    line-height: 23px;
}
.af-banner-sm_btn a {
    position: static !important;
}
.af-banner-sm_btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
	
	.af-banner-sm {
		padding: 0;
	}
	
    .af-banner-sm_title {
        font-size: 26px;
		text-align: center;
    }
    .af-banner-sm_img {
        margin-bottom: 1rem;
    }
    .af-banner-sm_btn {
        text-align: center;
    }
}