.container{
        display: flex;
        flex-wrap: wrap;
        background-color: azure;
        flex: 1 1 450px;
        justify-content: center;
    }

.box{
        width: 290px;
        margin-left: 5px;
        background: rgba(159, 159, 159, 0.5);
        height: 460px;
        margin-top: 2%;
        color: aliceblue;
        border-radius: 35px;
}
.rhobus{
    width: 121.2px;
    height: 121.2px;
    transform: rotate(-45deg);
    margin-left: 30%;
    margin-top: 25%;
    background: rgba(88, 88, 88, 0.78);
    box-shadow: 20px 0px 20px 8px rgba(0, 0, 0, 0.25);   
       
}
.title{
    margin-top:30%;
    font-size: 36px;
    text-align: center;
    color: black;
}
.content{
    text-align: center;
    padding: 15px 12px;
    color: black;
    font-size: 22.5px;
}
hr { 
    margin-top: 7%;
    height: 2px;
    background-color: black;
}
.start{
    margin-top: 180px;
       
}
    
    
@media screen and (max-width:1000px){
.container {
           
    margin-right: 34%; 
            /* transform:translateX(17%); */
}
.box {
    width:450px;
    margin-top: 15px;
    transform: translateX(44%);
    height: 620px;
}
.title{
    font-size: 50px;
}
.content{
    font-size: 30px;
}
.rhobus{
    width: 130px;
    height: 130px;
    margin-left: 35%;

    
}
}
