.note{
    font-size: 0.8rem;
}

.left-two-clm-grid{
    display: grid;
    grid-template-columns: 55% 40%;
    gap: 2vw;
    width: 100%;

}
#img3, #img4 {
    width:100%;
    height: 60vh;
    object-fit: cover;
    border-radius: 10px;
    
}

.space-evenly{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
    gap: 2vw;
    width: 100%;
    height: 50vh;
}