.box2 .content{padding: 50px 50px;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap}
.box2 .content .int{width: 46%;height: 60px;background-color: rgb(239,239,239);margin-bottom: 30px;border-radius: 10px;padding-left: 20px}
.box2 .content .button{width: 100%;height: 60px;display: block;border-radius: 10px;background-color: rgb(170,0,0);color: white;font-size: 25px;line-height: 60px}
.box2 .content .text{width: 100%;height: 200px;margin-bottom: 30px;padding: 20px;border:1px solid rgb(239,239,239);border-radius: 10px;}