No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

79 líneas
1.4 KiB

  1. body.solutions main {
  2. padding: 8rem 0 6rem 0;
  3. @media (min-width: 1200px) {
  4. background-image: url(../img/hand_thumbs_up_02_transparent.svg);
  5. background-repeat: no-repeat;
  6. background-position: right bottom -65px;
  7. color: #002887;
  8. }
  9. h1 {
  10. color: #fff;
  11. }
  12. .solution-container {
  13. display: flex;
  14. flex-wrap: wrap;
  15. flex-direction: column;
  16. align-content: center;
  17. @media (min-width: 992px) {
  18. flex-direction: row;
  19. }
  20. }
  21. }
  22. .ce_rsce_solution {
  23. position: relative;
  24. width: 50%;
  25. max-width: 400px;
  26. margin-left: 10%;
  27. margin-bottom: 5rem;
  28. .icon {
  29. position: absolute;
  30. top: 0;
  31. left: -90px;
  32. }
  33. .solution-text {
  34. line-height: size(19);
  35. h2 {
  36. padding-left: 2rem;
  37. }
  38. .link {
  39. @include futura-bold;
  40. font-size: size(16);
  41. text-transform: uppercase;
  42. margin-top: 1rem;
  43. strong {
  44. position: relative;
  45. display: block;
  46. padding-left: 45px;
  47. margin-bottom: 0.5rem;
  48. &:before {
  49. position: absolute;
  50. left: 0;
  51. content: '';
  52. display: block;
  53. background-image: url(../img/eye.svg);
  54. width: 33px;
  55. height: 21px;
  56. }
  57. }
  58. .btn {
  59. a {
  60. min-width: 177px;
  61. color: #002887;
  62. border-color: #002887;
  63. &:hover {
  64. background-color: #002887;
  65. color: #fff;
  66. }
  67. }
  68. }
  69. }
  70. }
  71. }
  72. body.solutions footer .inside .top-link a {
  73. color: #002887;
  74. &:before {
  75. border-color: #002887;
  76. }
  77. }