_our-services-price-block.less 776 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* Our Services Price Block */
  2. .our-services-price-block {
  3. margin-bottom: 150px;
  4. height: 369px;
  5. background-size: cover;
  6. background-position: center;
  7. background-repeat: no-repeat;
  8. }
  9. .our-services-price-block__wrapper {
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. height: 100%;
  14. }
  15. .our-services-price-block__container {
  16. padding: 20px 50px 50px;
  17. background-color: rgba(255, 255, 255, 0.75);
  18. max-width: 663px;
  19. height: 289px;
  20. text-align: center;
  21. .general-header {
  22. margin-bottom: 20px;
  23. }
  24. .main-button {
  25. margin: 0px auto;
  26. }
  27. }
  28. .our-services-price-block__text {
  29. font-size: 16px;
  30. line-height: 150%;
  31. margin-bottom: 20px;
  32. }
  33. /* //Our Services Price Block */