12345678910111213141516171819202122 |
- .contact .title{
- font-weight: bold;
- }
- .contact .cont_title{
- font-weight: bold;
- text-align: center;
- }
- .contact .items{
- color:#24a69a;
- }
- .contact .map {
- display: flex;
- justify-content: center;
- }
- .contact .form_container {
- padding:20px;
- }
- .contact {
- padding: 20px;
- background: white;
- }
|