.h3-rel {
    /* margin-left: 6rem; */
    position: relative;
    margin-top: 5rem;
    width: 32rem;
    height: 6rem;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 4rem;
    line-height: 146.4%;
    /* or 67px */
    text-transform: capitalize;
    color: #5E8589;
    text-align: start;
}

.h4-rel {
    /* margin-left: 6rem; */
    width: 33rem;
    height: 3rem;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 159.5%;
    /* identical to box height, or 32px */
    color: #5E8589;
}

.col-res {
    flex: 0 0 auto;
    width: 25%;
}

.row-res1 {
    margin: 4rem 0rem;
}

.space {
    width: 100%;
    margin: 5rem;
}

.colm-00 {
    margin: auto;
    margin-top: 4rem;
    width: 100%;
    height: 26rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 29px 5px rgba(0, 0, 0, 0.06);
    border-radius: 18px 18px 16px 18px;
}

.group-img {
    width: 10rem;
    margin-top: 1rem;
}

.group-img2 {
    width: 9rem;
    margin-top: 1rem;
    margin-left: 2rem;
}

.group-img3 {
    width: 9rem;
    margin-top: 2rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.group-img4 {
    width: 8rem;
    margin-top: 1rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.group-img5 {
    width: 6rem;
    margin-top: 2rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.ORC {
    margin: auto;
    width: 20rem;
    height: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 146.4%;
    /* or 35px */
    text-transform: capitalize;
    color: #5E8589;
}

.ORC1 {
    margin: auto;
    width: 22rem;
    height: 4rem;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 127.4%;
    /* or 35px */
    text-transform: capitalize;
    color: #5E8589;
}

.col-h6 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 159.5%;
    /* identical to box height, or 32px */
    color: #5E8589;
    margin-left: 1rem;
}

.col-h66 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 159.5%;
    /* identical to box height, or 32px */
    color: #5E8589;
    margin-left: 1rem;
    height: 2rem;
}

.btn-download {
    width: 131px;
    height: 42px;
    background: #5E8589;
    border-radius: 4px;
    border: none;
    margin: 1rem;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 19px;
}

.mobile-res {
    display: none;
}

.desktop-res {
    display: block;
}

@media screen and (max-width: 1000px) {
    .mobile-res {
        display: block;
    }
    .desktop-res {
        display: none;
    }
    .col-res {
        flex: 0 0 auto;
        width: 25%;
    }
}