30 lines
588 B
SCSS
30 lines
588 B
SCSS
:host {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 20px;
|
|
padding-bottom: 100px;
|
|
padding-top: 52px;
|
|
h3 {
|
|
margin: 0;
|
|
font-family: Montserrat;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
letter-spacing: -0.24px;
|
|
color: var(--text-color_1);
|
|
}
|
|
.phone-number {
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 17px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
letter-spacing: -0.408px;
|
|
color: var(--text-color);
|
|
text-decoration: none;
|
|
}
|
|
}
|