.design {
    display: flex;
    height: 100%;
    align-items: center;
}

.left {
    width: 900px;
    height: 350px;
    background-image: url('../imgs/design.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.right {
    flex: 1;
    height: 350px;
    align-self: center;
    background-color: #454e91;
    border: 1px solid #454e91;
    display: flex;
    justify-content: center;
    align-items: center;
}

.design .right h3{
    color:  rgb(216, 216, 216);
    font-size: 40px;
    letter-spacing: 2px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
