.benefits .benefits-holder {
  margin-bottom: 50px;
}
.benefits .title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991.9px) {
  .benefits .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.benefits .fixed-width {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 992px) {
  .benefits .fixed-width {
    width: 450px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
  }
}
.benefits h3 {
  font-size: 30px;
}
.benefits ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.benefits ul li {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
}
.benefits ul li a {
  font-size: 18px;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefits ul li a svg {
  width: 16px;
  height: 16px;
}
.benefits ul li a svg path {
  fill: #ffffff;
}
.benefits ul li a:hover {
  color: var(--primary-color);
}
.benefits ul li a:hover svg path {
  fill: var(--primary-color);
}
.benefits ul li a.active {
  color: var(--primary-color);
}
.benefits ul li a.active svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.benefits ul li a.active svg path {
  fill: var(--primary-color);
}
.benefits ul li a.benefit-0:hover, .benefits ul li a.benefit-0.active {
  color: var(--benefit-0-color);
}
.benefits ul li a.benefit-0:hover svg path, .benefits ul li a.benefit-0.active svg path {
  fill: var(--benefit-0-color);
}
.benefits ul li a.benefit-1:hover, .benefits ul li a.benefit-1.active {
  color: var(--benefit-1-color);
}
.benefits ul li a.benefit-1:hover svg path, .benefits ul li a.benefit-1.active svg path {
  fill: var(--benefit-1-color);
}
.benefits ul li a.benefit-2:hover, .benefits ul li a.benefit-2.active {
  color: var(--benefit-2-color);
}
.benefits ul li a.benefit-2:hover svg path, .benefits ul li a.benefit-2.active svg path {
  fill: var(--benefit-2-color);
}
.benefits ul li p {
  font-size: 16px;
}
.benefits .img-holder {
  background-color: #2495fd;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .benefits .img-holder {
    margin-left: 50px;
  }
}
@media (max-width: 991.9px) {
  .benefits .img-holder {
    margin-bottom: 50px;
  }
}
.benefits .img-holder img {
  height: 300px;
  width: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .benefits .img-holder img {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .benefits .img-holder img {
    height: 410px;
  }
}