body .container-main {
    width: 1110px;
    height: 446px;
    flex-direction: row-reverse;
}
body .container-main picture {
    width: 540px;
    height: 446px;
    border-radius: 0 8px 8px 0;
}
body .container-main picture img {
    height: 446px;
}
body .container-main .container-text {
    width: 570px;
    height: 100%;
    padding: 71px 72px 59px 71px;
    justify-content: space-between;
}
body .container-main .container-text h1 {
    width: 403px;
    height: 88px;
    font-size: calc(36rem / 16);
    font-style: normal;
    line-height: 44px;
    text-align: start;
}
body .container-main .container-text p {
    width: 374px;
    height: 75px;
    text-align: start;
    margin-top: -50px;
}
body .container-main .container-text .container-all {
    width: 351px;
    height: 56px;
    flex-direction: row;
    justify-content: space-between;
}
body .container-main .container-all .container-datos {
    text-align: start;
}
body .container-main .container-all .container-datos-1 {
    width: 83px;
}
body .container-main .container-all .container-datos-2 {
    width: 79px;
}
body .container-main .container-all .container-datos-3 {
    width: 66.5px;
}