.call-to-action__title {
font-size: 20px;
color: #fff;
line-height: 1.45;
width: 100%;
text-align: center;
font-weight: 300
}
.call-to-action {
padding: 50px 25px;
font-family: Montserrat;
border: 1px solid rgba(255, 255, 255, .3)
}
.call-to-action__action {
font-size: 12px;
padding: 1.5em 2em;
display: flex;
font-weight: 500;
text-transform: uppercase;
color: #fff;
border-radius: 50px;
width: max-content;
line-height: 1;
background-color: #219df3
}
.call-to-action__content {
flex-direction: column;
display: flex;
gap: 25px;
align-items: center
}
.call-to-action__title {
font-size: 20px;
color: #fff;
line-height: 1.45;
width: 100%;
text-align: center;
font-weight: 300
}
.call-to-action {
padding: 50px 25px;
font-family: Montserrat;
border: 1px solid rgba(255, 255, 255, .3);
width: 100%;
}
.call-to-action__action {
font-size: 12px;
padding: 1.5em 2em;
display: flex;
font-weight: 500;
text-transform: uppercase;
color: #fff;
border-radius: 50px;
width: max-content;
line-height: 1;
background-color: #219df3;
min-width: 70%;
display: flex;
justify-content: center;
align-items: center;
}
.call-to-action__content {
flex-direction: column;
display: flex;
gap: 25px;
align-items: center
}