65 lines
1.1 KiB
CSS
65 lines
1.1 KiB
CSS
.picCard {
|
|
margin-top: 3rem;
|
|
width: 100%;
|
|
background-image: url("public/home/turist.svg");
|
|
height: calc(100vw - 3.2rem);
|
|
background-size: cover;
|
|
border-radius: 50px;
|
|
filter: drop-shadow(0px 0px 45px rgba(23, 21, 21, 0.3));
|
|
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
border-radius: 50px;
|
|
}
|
|
|
|
.picMainText {
|
|
position: absolute;
|
|
text-align: right;
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
font-size: 24px;
|
|
line-height: 25px;
|
|
align-items: center;
|
|
letter-spacing: 0.08em;
|
|
right: 0.8rem;
|
|
top: 8.5rem;
|
|
color: #000000;
|
|
}
|
|
|
|
.picSubText {
|
|
position: absolute;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
text-align: right;
|
|
letter-spacing: 0.08em;
|
|
width: 198px;
|
|
color: #000000;
|
|
right: 0.8rem;
|
|
bottom: 2.3rem;
|
|
}
|
|
|
|
.advantage {
|
|
display: grid;
|
|
margin: 3.2rem 0;
|
|
align-self: center;
|
|
}
|
|
|
|
.advantageIcon {
|
|
display: block;
|
|
margin: 0.8rem auto;
|
|
}
|
|
|
|
.advantageText {
|
|
text-align: center;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
align-items: center;
|
|
letter-spacing: 0.1em;
|
|
color: #000000;
|
|
}
|
|
|
|
.authHeader {
|
|
text-align: center;
|
|
} |