*{
    margin: 0;
    padding: 0;
}
.head{
    margin: 0 10%;
}
.up{
    padding: 10px 20px;
}
.up h4, .btm h4{
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 24px;
}
.up p{
    color: #BEB4C9;
}
.up p, .btm p{
    font-size: 20px;
}
.btm{
    color: #ffffff;
    background: #BEB4C95E;
    border-radius: 15px;
    padding: 10px 20px;
    text-align: center;
}
.head h3 {
    font-size: 25px;
    font-weight: 600;
    color: #2e0e50;
    padding: 50px;
    text-align: center;
  }
  .offer{
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .off1, .off2{
    display: flex;
    background: linear-gradient(110.49deg, #130622 19.95%, #361256 67.64%, #5C1E92 107.08%, #19082C 156.61%, #130622 183.21%);
    box-shadow: 0px 2.77px 2.21px 0px #00000005;
    box-shadow: 0px 6.65px 5.32px 0px #00000007;
    box-shadow: 0px 12.52px 10.02px 0px #00000009;
    box-shadow: 0px 22.34px 17.87px 0px #0000000B; 
    box-shadow: 0px 41.78px 33.42px 0px #0000000D;
    box-shadow: 0px 100px 80px 0px #00000012;
    padding: 40px 80px 40px 0px;
    border-radius: 26px;
    align-items: center;
    gap: 50px;
  }
  .off2{
    padding: 40px 0px 40px 80px;
  }
  .off1 img, .off2 img{
    width: 40%;
  }
  .part{
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
.implement{
    background: #BEB4C95E;
    display: flex;
    gap: 50px;
    border-radius: 26px;
    margin: 50px 10%;
    align-items: center;
}
.implement img{
    width: 50%;
}
.implement-detail h4{
    color: #5C1E92;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 30px;
}
.implement-detail p{
    color: #735E8A;
    padding-bottom: 30px;
}
button{
    align-items: center;
}


@media (max-width: 1024px) {
    .head{
        margin: 0 5%;
    }
    .up{
        padding: 10px;
    }
    .up h4, .btm h4{
        font-size: 20px;
    }
    .up p, .btm p{
        font-size: 17px;
    }
    .implement{
        margin: 50px 5%;
    }
    .implement-detail h4{
        font-size: 25px;
    }
  }
  @media (max-width: 768px) {
    .implement img{
      width: 50%;
  }
  .implement-detail h4{
    padding-top: 10px;
      padding-bottom: 10px;
  }
  .implement-detail p{
      padding-bottom: 0px;
  }
  button{
      margin-bottom: 10px;
  }
  }
  @media (max-width: 426px) {
    .off1 img, .off2 img{
        width: 100%;
      }
      .off1, .off2{
        padding: 40px;
        display: flex;
        flex-direction: column;
      }
      .off2{
        flex-direction: column-reverse;
      }
      .implement{
        flex-direction: column;
        text-align: center;
        padding: 40px;
      }
      .implement img{
        width: 100%;
    }
  }