.demo-wrap{
    display: flex;
    gap:24px;
    padding-top: 80px;
   
}

.container{
    width: 90%;
    max-width: 1320px;
    margin: auto;
}

img {
    max-width: 600px;
    width: 100%;
    height: 100%;
    max-height: 400px;
}
.button{
  
    text-align: center;
    margin-top: 16px;
}
.button a {
    background: black;
    color: white;
    padding: 10px 40px;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
}
.flex-col{
    width: 50%;
}

.main-box{
    padding-bottom: 80px;
}