ContactPackage.css 298 B

12345678910111213141516171819202122
  1. .contact .title{
  2. font-weight: bold;
  3. }
  4. .contact .cont_title{
  5. font-weight: bold;
  6. text-align: center;
  7. }
  8. .contact .items{
  9. color:#24a69a;
  10. }
  11. .contact .map {
  12. display: flex;
  13. justify-content: center;
  14. }
  15. .contact .form_container {
  16. padding:20px;
  17. }
  18. .contact {
  19. padding: 20px;
  20. background: white;
  21. }