.starify-comp-1{
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 2fr;
  background: #0D122C;
  border-radius: 1.2em;
  overflow: hidden;
  .starify-text{
    width: 100%;
    padding: 1em;
    color: white;
    box-sizing: border-box;
  }
  .starify-image{
    width: 100%;
    aspect-ratio: 1;
    img{
      width: 100%;
      height: 100%;
    }
  }
}
.starify-comp-2{
  padding: 2em;
  width: 100%;
  border-radius: 2.4em;
  background-color: #0066FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  .starify-text{
    color: white;
    margin-bottom: 2em;
    box-sizing: border-box;
  }
  .starify-button{
    font-weight: bold;
    background-color: white;
    color: #0066FF;
    padding: 0.6em 1.6em;
    border-radius: 8em;
    width: fit-content;
  }
}
.starify-comp-3{
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
  background: #0D122C;
  border-radius: 1.2em;
  overflow: hidden;
  .starify-image{
    width: 100%;
    height: 100%;
    img{
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
  }
  .starify-text{
    padding: 1em;
    .starify-title{
      color: white;
      font-weight: bold;
      margin-bottom: 1em;
      box-sizing: border-box;
    }
    .starify-desc{
      color: white;
      margin-bottom: 2em;
      box-sizing: border-box;
    }
    .starify-button{
      width: fit-content;
      border-radius:8em;
      background-color: #0066FF;
      color: white;
      font-weight: bold;
      padding: 0.6em 1.6em;
      box-sizing: border-box;
    }
  }
}
.starify-comp-4{
  width: 100%;
  span{
    width: 100%;
    border: none;
  }
  iframe{
    box-sizing: border-box;
    width: 100%;
    height: 180px;
  }
}
.starify-comp-5{
  width: 100%;
  span{
    width: 100%;
    border: none;
  }
  iframe{
    box-sizing: border-box;
    width: 100%;
    height: 88px;
  }
}
.starify-comp{
  box-sizing: border-box;
}
