.solutions-block__banner {
	padding: 90px 450px 90px 30px;
	margin-bottom: 20px;
	color: #fff;
	background-color: #eee;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(/images/uploads/about/solutions.png);
}

.solutions-block__banner__title {
  color: inherit;
  font-family: 'Roboto Condensed','Open Sans',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}

.solutions-block__banner__text {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin: 10px 15px 0 0;
}

.solutions-block__pdfs {
  padding-bottom: 30px;
}

.solutions-block__pdfs__title {
  text-align: center;
  font-family: 'Roboto Condensed','Open Sans',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #2C3E50;
  margin: 0 0 20px 0;
}

.solutions-block__pdfs__list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 20px;
  margin: 10px 0;
}

.solutions-block__pdfs__list-item {
  min-height: 66px;
  padding: 10px 62px 10px 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
  width: calc(25% - 20px);
  background: linear-gradient(90deg, #DDDDDD 71.87%, #E5252A 100%);
  margin: 10px;
}

.solutions-block__pdfs__list-item::before,
.solutions-block__pdfs__list-item::after {
  content: "";
  display: block;
  position: absolute;
}

.solutions-block__pdfs__list-item::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: linear-gradient(270deg, #fc999b 0%, #ffffff 24.26%);
  left: 1px;
  top: 1px;
  z-index: 1;
}

.solutions-block__pdfs__list-item::after {
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.74999 0H14.4326L20.625 6.16827V20.625C20.625 21.3847 20.009 22 19.25 22H2.74999C1.99097 22 1.375 21.3847 1.375 20.625V1.37499C1.375 0.615326 1.99104 0 2.74999 0Z' fill='%23E5252A'/%3E%3Cpath d='M20.6051 6.18748H15.8125C15.0535 6.18748 14.4375 5.57151 14.4375 4.81249V0.0137329L20.6051 6.18748Z' fill='%23B71D21'/%3E%3Cpath d='M15.4673 10.4246C15.6977 10.4246 15.8104 10.2238 15.8104 10.0293C15.8104 9.8278 15.6928 9.63324 15.4673 9.63324H14.1556C13.8991 9.63324 13.7562 9.84565 13.7562 10.0801V13.3038C13.7562 13.5912 13.9198 13.7507 14.1411 13.7507C14.3612 13.7507 14.5255 13.5912 14.5255 13.3038V12.419H15.3189C15.565 12.419 15.6881 12.2175 15.6881 12.0175C15.6881 11.8216 15.565 11.627 15.3189 11.627H14.5255V10.4246H15.4673ZM11.0336 9.63324H10.0739C9.81331 9.63324 9.62835 9.812 9.62835 10.0773V13.3066C9.62835 13.6358 9.8944 13.739 10.0848 13.739H11.092C12.2841 13.739 13.0713 12.9546 13.0713 11.7438C13.0707 10.4638 12.3296 9.63324 11.0336 9.63324ZM11.0797 12.9429H10.4946V10.4294H11.022C11.8202 10.4294 12.1673 10.965 12.1673 11.704C12.1673 12.3957 11.8263 12.9429 11.0797 12.9429ZM7.56385 9.63324H6.61304C6.34422 9.63324 6.19434 9.81058 6.19434 10.0801V13.3038C6.19434 13.5912 6.3662 13.7507 6.59718 13.7507C6.82816 13.7507 7.00002 13.5912 7.00002 13.3038V12.3626H7.59607C8.33169 12.3626 8.93876 11.8414 8.93876 11.0034C8.93883 10.1833 8.3531 9.63324 7.56385 9.63324ZM7.54805 11.6064H7.00009V10.3902H7.54805C7.8863 10.3902 8.10149 10.6542 8.10149 10.9986C8.10078 11.3424 7.8863 11.6064 7.54805 11.6064Z' fill='white'/%3E%3C/svg%3E%0A");
  z-index: 2;
}

.solutions-block__pdfs__link {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  position: relative;
  z-index: 2;
}

.solutions-block__pdfs__btn-row {
  text-align: center;
}

.solutions-block__pdfs__btn {
  margin: 0;
}

.solutions-block__grid {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 10px 0;
  padding: 0 20px;
  list-style: none;
}

.solutions-block__grid-item {
  width: calc(33.333% - 20px);
  margin: 10px;
}

.solutions-block__grid-item__title {
  min-height: 80px;
  background-color: #002F80;
  color: #fff;
  font-family: 'Roboto Condensed','Open Sans',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  position: relative;
}

.solutions-block__grid-item__title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6L12 10L8 14' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.solutions-block__grid-item__thumb {
  background-color: #eee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 64%;
}

.solutions-block__grid-item__text {
  margin: 10px 0 0 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #2C3E50;
}

.solutions-block__grid-item__text ol {
  padding-left: 20px;
}

.solutions-block__grid-item__text ol li {
  margin-bottom: 10px;
}

.solutions-block__text {
  margin: 0 0 30px 0;
  padding: 0 30px;
}

@media screen and (max-width: 1200px) {
  .solutions-block__banner {
    padding: 60px 380px 60px 30px;
  }
  .solutions-block__banner__title {
  	font-size: 28px;
    line-height: 35px;
  }
  .solutions-block__banner__text {
  	margin-right: 0
  }
  .solutions-block__pdfs__list-item {
    width: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 992px) {
  .solutions-block__pdfs__list-item,
  .solutions-block__grid-item {
    width: calc(50% - 20px);
  }
  .solutions-block__banner {
    background-image: linear-gradient(90deg,#292c3f 0%, #828199 100%);
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .container .column.row {
    width: calc(100% + 30px);
  }
}

@media screen and (max-width: 576px) {
  .solutions-block__pdfs__list-item,
  .solutions-block__grid-item {
    width: 100%;
  }
  
  .solutions-block__banner__title {
    font-size: 24px;
    line-height: 30px;
  }
}