.images {
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
}

img {
    margin:30px;
}

.b {
    font-family:'Poppins';
    font-weight:500;
    color:rgb(22, 76, 138);
    text-align:center;
    margin:60px;
}