.article-cta{


display:flex;

justify-content:space-between;

align-items:center;

gap:40px;

padding:48px;

margin:80px 0;

border-radius:28px;

background:#21461D;

color:#fff;


}

.article-cta__content{
max-width:650px;
}

.article-cta__content h2{


font-size:42px;

line-height:1.15;

font-weight:700;

margin-bottom:16px;


}

.article-cta__content p{


font-size:18px;

line-height:1.8;

opacity:.92;


}

.article-cta-btn{


display:inline-flex;

align-items:center;

gap:12px;

min-width:240px;

height:64px;

justify-content:center;

border-radius:16px;

background:#fff;

color:#21461D;

text-decoration:none;

font-weight:700;

transition:.3s;


}

.article-cta-btn:hover{


transform:translateY(-2px);


}

@media(max-width:991px){


.article-cta{

    flex-direction:column;

    align-items:flex-start;
}

.article-cta__content h2{

    font-size:34px;
}


}
