.tech-title {
    color: #273b7b;
    font-weight: 400;
    padding-bottom: 20px;
}

.tech-main {
    display: flex;
    flex-direction: column;
}

.tech-p1,
.tech-p2,
.tech-p3,
.tech-p4 {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.tech-p1 img {
    float: right;
    width: 400px;
    padding-left: 10px;
}

.tech-p2 img,
.tech-p3 img,
.tech-p4 img {
    float: left;
    width: 200px;
    padding-right: 10px;
}