body{
    background: #8Af9c133;
}
.main{
    padding: 25px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    
}

.hading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    

}
.hading h1 {
    font-size: 40px;
    color: blue;

}


.containt{
    height: 80%;
    width: 100%;
    border-bottom: 1px solid #b1afaf;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.containt h3{
    font-size: 22px ;
    color: #ff0077;
}

.containt strong{
    font-size: 15px ;
    margin-bottom: 15px;
    
}

.containt a{
    font-size: 15px ;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000000;
    
}

.containt p{
    font-size: 15px ;
    
}


.containt b{
    font-size: 15px ;
    margin-bottom: 5px;
    margin-top: 20px;
}


.con-left{
    width: 30%;
    display: flex;
    flex-direction:column ;
    margin-right: 25px;
    background-image: url(/Photo/tirnga.jpg);
    background-size: cover;
    padding: 5px;

}

.con-right{
    width: 80%;
    
}


.button-box{
    display: flex;
    height: 20%;
    width: 100%;
    justify-content: right;
    padding-right: 10px;
    
}

.main-con-but{
    height: 70%;
    width: 100px;
    border-radius: 25px;
    border: 2px solid #ff0077;
    background: transparent;
    font-size: 15px ;
    color: #ff0077;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 15px;
}


.containt-box{
    margin-top: 10px;
    width: 100%;
    height: 300px;
    border-radius: 5px;
    display: flex;
}


.item-box{
    height: 92%;
    width: 50%;
    background: #fff;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 1px #555;
    padding: 15px;

}

        
