* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.section4-2 {
    /* background-color: rgb(25, 27, 50); */
    width: 100%;
    position: absolute;
    left: 0;
}

.section4-2 .container  {
    padding: 75px 0px;
}



.section4-2 .container .web {
    margin-bottom: 40px;
    height:200px;
    /* border: 1px solid white; */
    padding: 0px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section4-2 .container .img {
    height: 100%;
    width: 400px;
    background-color: red;

}

.section4-2 .container .texto {
    height: 80%;
    width: 400px;
    border: 1px solid white;
    border-radius: 10px;
    margin: 0px 10%;
}