.tdot {
     height: 500px;
     float: right;
     margin-left: 3vw;
}
.div2 {
     background-color: #ccc;
     display: flex;
     justify-content: space-evenly;
     padding: 4% 0%;
}
.img1, .img2, .img3 {
     width: 28%;
     object-fit: cover;
}