.container3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding:60px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.574), rgba(12, 1, 7, 0.623)), url(./assets/nnn-1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    }
.rightside1{
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: 50%;
}
.leftside1{
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: 40px;
}
.rightside1 h1 {
    font-weight: 800;
    color: #ffffff;
    font-size:55px;
}
.rightside1 p {
    color: rgb(187, 187, 187);
    font-size: 17px;
}
.rightside1 button{
    width: 30%;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #ca4c33;
}
.leftside1 button{
width: 45%;
padding: 20px;
border-radius: 5px;
color: #000000;
font-weight: 500px;
background-color:#ffffff;
font-size: 20px;
box-shadow: 0px 0px 1px 1px #ff000087;
}
img.aboutimg{
    width: 600px;
    height: 480px;
}
 @media only screen and (max-width: 600px){
    .container3 {
            width: 100%;
            display: flex;
            flex-direction:column;
            justify-content: center;
            align-items: center;
            padding: 60px;
            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.574), rgba(12, 1, 7, 0.623)), url(./assets/nnn-1.png);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
            background-size: cover;
        }
.rightside1 {
    justify-content: center;
    align-items: center;
    width:345px;
    margin-bottom: 50px;
}
.leftside1 {
    justify-content: center;
    align-items: center;
    width: 345px;
    margin:0px;
}
img.aboutimg {
    width: 360px;
    height: 280px;
}
.rightside1 button {
    width: 51%;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #ca4c33;
}
button.yearbtn {
    font-size: 18px;
    width: 209px;
}
 }