71 lines
1007 B
CSS
71 lines
1007 B
CSS
.contactUs {
|
|
padding: 0 255px;
|
|
margin: 40px 0 0 0;
|
|
}
|
|
|
|
.divider {
|
|
border-color: #efefef;
|
|
}
|
|
|
|
.content {
|
|
border-radius: 24px 24px 0px 0px;
|
|
background: #f9f9f9;
|
|
padding: 22px 50px;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.startIcon {
|
|
margin: 0 0 0 8px !important;
|
|
}
|
|
|
|
.content h4 {
|
|
color: #1f1f1f;
|
|
font-size: 28px;
|
|
font-weight: 600;
|
|
line-height: 40px;
|
|
letter-spacing: -1.12px;
|
|
margin: 0;
|
|
}
|
|
|
|
.content p {
|
|
color: #1f1f1f;
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
line-height: 28px;
|
|
letter-spacing: -0.72px;
|
|
margin: 4px 0 0 0;
|
|
}
|
|
|
|
.buttonContact {
|
|
text-align: left;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.contactUs {
|
|
padding: 0 16px;
|
|
margin: 40px 0 0 0;
|
|
}
|
|
.content {
|
|
text-align: center;
|
|
}
|
|
|
|
.content h4 {
|
|
margin: 0;
|
|
font-size: 16px;
|
|
line-height: 25px;
|
|
letter-spacing: -0.64px;
|
|
}
|
|
|
|
.content p {
|
|
font-size: 13px;
|
|
line-height: 28px;
|
|
letter-spacing: -0.72px;
|
|
margin: 4px 0 0 0;
|
|
}
|
|
|
|
.buttonContact {
|
|
text-align: center;
|
|
margin-top: 12px;
|
|
}
|
|
}
|