#banner1011>img{
    margin-top: 40px;
    width: 100%;
}
#banner1011>div>img{
    width: 50%;
    margin-left: 400px;
    margin-top: -150px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}
#banner1011>div>img{
    transition: scale 300ms;
    scale: 1.05;
}
#banner1011>div>img:hover{
    scale: 1.1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#banner202{
    padding: 60px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    
}
#banner202>div>p{

   font-size: 15px;
   font-weight: 600;
    
}
#banner202>div>img{
    width: 80%;
    margin-left: 30px;
    transition: scale 300ms;
}
#banner202>div>img:hover{
    width: 80%;
    margin-top: 40px;
    margin-left: 37px;
    scale: 1.3;
}
#banner202>div{
    height: 350px;
    width: 400px;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}
#banner202>div:hover{

    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;

}

#banner303{
    margin-top: 100px;
    height: 350px;
    background-color: #05467e;
    display: flex;
}
#banner303>div{
    margin: auto;

}
#banner303>div>h1{
    color: white;
    margin-bottom: 30px;
}
#banner303>div>button{
    margin-right: 20px;
    padding: 18px;
    font-weight: 600;
    font-size: 15px;
    height: 60px;
    border: none;
    border-radius: 10px;
}
#banner303>div>button:hover{
    background-color: #00bf6f;
}
#banner303>img{
    margin-left: 100px;
    margin-right: 30px;
    margin-top: -100px;
}

#bb{
    margin: auto;
    width: 90%;
    background-color: #00bf6f;
    color: white;
    border: none;
    height: 40px;
    border-radius: 5px;
    margin-left: 50px;
}
#bb:hover{
    opacity: 80%;
}