2020-09-22 00:08:44 +00:00
|
|
|
.g-mini-cta {
|
2021-05-03 19:01:36 +00:00
|
|
|
background: var(--gray-6);
|
2020-09-22 00:08:44 +00:00
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 64px;
|
|
|
|
padding-top: 48px;
|
|
|
|
|
|
|
|
& hr {
|
|
|
|
width: 64px;
|
2021-05-03 19:01:36 +00:00
|
|
|
color: var(--gray-4);
|
2020-09-22 00:08:44 +00:00
|
|
|
margin: 0 auto 64px auto;
|
|
|
|
|
|
|
|
@media (max-width: 800px) {
|
|
|
|
margin: 0 auto 24px auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
& h5 {
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
& p {
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
|
|
|
@media (max-width: 800px) {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
& .g-btn {
|
|
|
|
& span {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|