@include responsive_320
  .careers-page-head, .wrap-careers
    background-color: $gray-color
  .careers-row
    .collapseTitle[aria-expanded="true"]
      .title
        &:before
          transform: rotateZ(90deg) scale(.7)
    .collapseTitle
      padding: 15px
      background-color: white
      position: relative
      border-bottom: solid 1px #c1c1c1
      cursor: pointer
      .title
        &:before
          -webkit-transition: all 0.4s ease
          -moz-transition: all 0.4s ease
          -ms-transition: all 0.4s ease
          -o-transition: all 0.4s ease
          transition: all 0.4s ease
          content: ''
          display: block
          width: 31px
          height: 31px
          background: url("../img/arrow.png") no-repeat 100%
          position: absolute
          right: 20px
          transform: rotateZ(0) scale(.7)
          margin-top: -2px
    .card-body
      background-color: $primary-color
      .button
        color: white
        padding: 10px 15px
        background: #ED2130
@include responsive_375
  .careers-page-head, .wrap-careers
    background-color: $gray-color
  .careers-row
    .collapseTitle[aria-expanded="true"]
      .title
        &:before
          transform: rotateZ(90deg) scale(.7)
    .collapseTitle
      padding: 15px
      background-color: white
      position: relative
      border-bottom: solid 1px #c1c1c1
      cursor: pointer
      .title
        &:before
          -webkit-transition: all 0.4s ease
          -moz-transition: all 0.4s ease
          -ms-transition: all 0.4s ease
          -o-transition: all 0.4s ease
          transition: all 0.4s ease
          content: ''
          display: block
          width: 31px
          height: 31px
          background: url("../img/arrow.png") no-repeat 100%
          position: absolute
          right: 20px
          transform: rotateZ(0) scale(.7)
          margin-top: -2px
    .card-body
      background-color: $primary-color
      .button
        color: white
        padding: 10px 15px
        background: #ED2130
@include responsive_425
  .careers-page-head, .wrap-careers
    background-color: $gray-color
  .careers-row
    .collapseTitle[aria-expanded="true"]
      .title
        &:before
          transform: rotateZ(90deg) scale(.7)
    .collapseTitle
      padding: 15px
      background-color: white
      position: relative
      border-bottom: solid 1px #c1c1c1
      cursor: pointer
      .title
        &:before
          -webkit-transition: all 0.4s ease
          -moz-transition: all 0.4s ease
          -ms-transition: all 0.4s ease
          -o-transition: all 0.4s ease
          transition: all 0.4s ease
          content: ''
          display: block
          width: 31px
          height: 31px
          background: url("../img/arrow.png") no-repeat 100%
          position: absolute
          right: 20px
          transform: rotateZ(0) scale(.7)
          margin-top: -2px
    .card-body
      background-color: $primary-color
      .button
        color: white
        padding: 10px 15px
        background: #ED2130
@include responsive_768
  .careers-page-head, .wrap-careers
    background-color: $gray-color
  .careers-row
    .collapseTitle[aria-expanded="true"]
      .title
        &:before
          transform: rotateZ(90deg) scale(.7)
    .collapseTitle
      padding: 15px
      background-color: white
      position: relative
      border-bottom: solid 1px #c1c1c1
      cursor: pointer
      .title
        &:before
          -webkit-transition: all 0.4s ease
          -moz-transition: all 0.4s ease
          -ms-transition: all 0.4s ease
          -o-transition: all 0.4s ease
          transition: all 0.4s ease
          content: ''
          display: block
          width: 31px
          height: 31px
          background: url("../img/arrow.png") no-repeat 100%
          position: absolute
          right: 20px
          transform: rotateZ(0) scale(.7)
          margin-top: -2px
    .card-body
      background-color: $primary-color
      .button
        color: white
        padding: 10px 15px
        background: #ED2130
@include responsive_992
@include responsive_1024
@include responsive_1200
@include responsive_1400