main{
    padding-top: 52px;
}


.box{
    background-color: rgb(242, 242, 242);
    border: solid 0 rgb(151, 151, 151);
    padding: 40px;
    height: auto;
    position: relative;
    margin-top: 50px;
}

.box .title{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: rgb(62, 62, 62);
    padding-bottom: 14px;
    border-bottom: solid 1px rgb(126, 126, 126);
}
.box .text{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: rgb(62, 62, 62);
}

.box .link{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgb(6, 140, 221);
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.productos{
    padding-top: 92px;
}

@media (min-width: 1024px) {
    .box{
        height: 450px;
    }
}