.highSpeedInternet{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 40px 0px 40px 0px;
}
.highSpeedInternet div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}
.highSpeedInternet div img{
    width: 350px;
    height: 350px;
    margin: 30px;
    object-fit: cover;
    border: solid 2px #ff6f00;
    border-radius: 10px;
}
.middle{
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
}
@media only screen and (max-width: 1100px) {
    .highSpeedInternet{
        flex-direction: column;
    }
    .middle{
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #c2c2c2;
        border-top: 1px solid #c2c2c2;
    }  
}