.box-short-info {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

.box-short-info:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.box-short-info:last-child {
    margin-bottom: 0
}

.box-short-info > .box-short-info-title {
    display: none;
    margin-left: auto;
    margin-right: auto
}

.box-short-info-image {
    display: block;
    width: 100%;
    max-width: 415px;
    height: inherit
}

.box-short-info-container {
    width: 100%;
    padding: 50px 80px
}

.box-short-info-paragraph, .box-short-info-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    color: #000
}

.box-short-info-title {
    margin: 0 0 35px;
    font-size: 28px;
    line-height: 1.2142857143;
    font-weight: 700
}

.box-short-info-paragraph {
    font-size: 14px;
    line-height: 1.1428571429;
    font-weight: 400;
    margin-bottom: 15px
}

.box-short-info-paragraph:last-child {
    margin-bottom: 0
}

.box-short-info-anchor {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    border-radius: 2px;
    width: 45px;
    height: 45px;
    background-color: #35d3b7
}

.box-short-info-anchor::after {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    background: url(https://www.igc-aircon.com/local/templates/centino-heat_s2/images/svg/scroll_white.svg) center center no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 1200px) {
    .box-short-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .box-short-info:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 860px) {
    .box-short-info {
        padding-top: 30px;
        margin-bottom: 0
    }

    .box-short-info .box-short-info-title {
        display: block
    }

    .box-short-info-image {
        max-width: 100%
    }

    .box-short-info-title {
        font-size: 21px;
        margin-bottom: 30px
    }

    .box-short-info-container {
        padding: 40px 20px
    }

    .box-short-info-anchor, .box-short-info-container .box-short-info-title {
        display: none
    }
}