.state-support {
  padding-top: 90px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .state-support {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.state-support__heading {
  max-width: 630px;
  margin-bottom: 39px;
}

@media screen and (max-width: 1200px) {
  .state-support__heading {
    margin-bottom: 30px;
  }
}

.state-support__cards .cards-wrap:nth-child(2) .row {
  height: 100%;
}

.support-card {
  padding: 30px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.support-card .title {
  margin-bottom: 30px;
}

.support-card .title svg {
  display: none;
}

.support-card ul.blue-discs {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.support-card.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .support-card.details {
    display: block;
  }
}

.support-card.details > .title {
  margin-bottom: 0;
  margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  .support-card.details > .title {
    margin-right: 0;
  }
}

.support-card.details > .panel {
  width: 100%;
}

.support-card.details .img-link {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.support-card.details .img-link, .support-card.details .img-link img {
  display: block;
  width: 255px;
  height: 70px;
}

.support-card.details .img-link svg {
  display: none;
}

@media screen and (max-width: 1200px) {
  .support-card.details .img-link {
    position: relative;
    width: 100%;
    max-width: 311px;
    height: 70px;
  }
  .support-card.details .img-link, .support-card.details .img-link img {
    display: block;
    width: 100%;
    height: auto;
  }
  .support-card.details .img-link svg {
    display: block;
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 16px;
    height: 16px;
    color: #0084ff;
  }
}

@media screen and (hover: hover) and (pointer: fine) {
  .support-card.details .img-link:hover {
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .support-card.details .img-link:active {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}

@media screen and (max-width: 1200px) {
  .support-card {
    padding: 15px;
    border: 1px solid #b6c1dd;
  }
  .support-card .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.66rem;
    margin-bottom: 0;
    color: #0a2896;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .support-card .title svg {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 21px;
    height: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .support-card .title span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .support-card .title.is-on {
    color: #0084ff;
  }
  .support-card .title.is-on svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .support-card .panel {
    display: none;
    padding-top: 20px;
    padding-right: 30px;
  }
  .support-card .panel.is-open {
    display: block;
    -webkit-animation: fadeIn 0.3s linear;
            animation: fadeIn 0.3s linear;
  }
}
