.licenses-header {
  background: linear-gradient(102.83deg, rgba(228, 227, 255, 0.13) 0.64%, rgba(75, 93, 253, 0) 115.46%);
  position: relative;
  padding: 1.875rem 0 5.875rem; }

.section-licenses {
  background: linear-gradient(102.83deg, rgba(228, 227, 255, 0.13) 0.64%, rgba(75, 93, 253, 0) 115.46%);
  padding: 4rem 0;
  position: relative; }
  .section-licenses .decor-container .decor1 {
    bottom: -200px;
    left: -15%; }
  .section-licenses .decor-container .decor2 {
    top: -150px;
    right: -30%; }
  .section-licenses__title {
    text-align: center;
    margin-bottom: 1.5rem; }
  .section-licenses .licenses-list {
    width: calc(100% + 24px);
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap; }
    .section-licenses .licenses-list__item {
      width: calc(25% - 24px);
      margin: 2.5rem 12px; }
    .section-licenses .licenses-list__title {
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.375rem;
      color: #281954;
      text-transform: uppercase;
      letter-spacing: -0.025em; }
    .section-licenses .licenses-list__text {
      font-size: 0.875rem;
      line-height: 150%;
      letter-spacing: -0.025em;
      color: #675C88;
      margin-top: 1.5rem; }
  .section-licenses__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

@media screen and (max-width: 1023px) {
  .licenses-list__item {
    padding: 2rem 0; } }

@media screen and (max-width: 767px) {
  .section-licenses {
    padding: 2rem 0; }
    .section-licenses .licenses-list {
      width: 100%;
      margin: 0; }
      .section-licenses .licenses-list__item {
        width: 100%;
        margin: 0.75rem 0; } }
