<!DOCTYPE html>
<html>
    <head>
    <title>Document</title>
    </head>
    <style>
        .container {
    display: flex;
    column-gap: 10px;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
}
.box-1 {
    background-color: #f0fae5;
    color: #546223;
    height: 500px;
    width: 500px;
    text-align: center !important;
    letter-spacing: -0.24px;
    line-height: 1.17;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.24px;
    line-height: 1.17;
    margin-top:100px;
    padding: 24px 16px 12px 16px;
    margin-bottom: 12px
}
.box-2 {
    background-color: #f1f2ff;
    color: #38539a;
    height: 500px;
    width: 500px;
    text-align: center !important;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.24px;
    line-height: 1.17;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.24px;
    line-height: 1.17;
    margin-top:100px;
    padding: 24px 16px 12px 16px;
}
    </style>
<body>
      <divclass=”container”>
      <div class=”box-1″>Start Your Business</div>
      <div class=”text-1″></div>
      <div class=”box-2″>Become a Customer</div>
      </div>
</body>
</html>