28 lines
414 B
SCSS
28 lines
414 B
SCSS
|
|
.popup_content.consulting{
|
|
font-weight: 600;
|
|
padding: 20px 20px;
|
|
|
|
text-align:center;
|
|
|
|
.row{
|
|
display: flex;
|
|
justify-content:space-around;
|
|
|
|
padding: 10px 0;
|
|
|
|
.col{
|
|
min-width: 120px;
|
|
|
|
a{
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
text-align:center;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
} |