.va-e-groupProcurement,
.va-dmsTypesWrap .container {
    position: relative;
}
.va-pattern {
    display: flex;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}
.va-patternRight {
    right: 0;
    bottom: 0;
    width: 400px;
    height: 150px;
}
.va-patternLeft {
    left: -60px;
    bottom: -30px;
    width: 350px;
    height: 355px;
    flex-direction: column;
}
.va-pattrenBg {
    width: 300px;
    height: 100%;
    background: url(../images/community/Pattern.png);
    background-size: cover;
    margin-left: 1px;
}
.va-patternLeft > div {
    display: flex;
    width: 100%;
    height: 100%;
}
.va-patternLeft > div .va-pattrenBg {
    height: 285px;
}
.va-grayGradientBG {
    background: linear-gradient(0deg, #fff, #f8f8f8);
}
.va-grayGradientBG-2 {
    background: linear-gradient(0deg, #f8f8f8, #fff);
}
.va-dmsTypeBox {
    display: flex;
    border-radius: .8em;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.va-dmsTypeIcon {
    width: 400px;
    background: #093756;
    display: flex;
    overflow: hidden;
    min-width: 70px;
}
.va-dmsTypeIcon img {
    max-width: 100%;
    transform: scale(1.5);
    position: relative;    
}
.va-dmsTypeIconBg {
    transform: scaleX(-1);
    padding-right: 1em;
}
.va-dmsTypeIconBg img {
    right: 20px;
}
.va-dms-hrIcon img {
    left: 40px;
}
.va-dmsTypeTextWrap {
    padding: 1em 1.5em;
}
.va-dmsTypeTextWrap h5 {
    margin-bottom: 0;
    color: #0084c4;
    font-size: 1.15em;
    font-weight: 600;
}

.va-dmsTypeTextWrap h3 {
    margin-top: .2em;
}

.va-dmsTypeTextWrap p {
    margin-bottom: 1em;
}
.va-pageSection .link-btn {
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding: 0;
}
.va-pageSection .link-btn i {
    font-size: 1em !important;
    margin-left: 5px;
}
.va-dmsTypeIconBg {
    background: #0084c4;
}
.va-talkToExpertBtn {
    margin-top: 1em;
}

/*Freight Management and logistics software provider page css SATRT*/
.va-freightManagement-banner {
    background-image: url(../images/dms/freight-management/Hero-Banner-VIENNA-Advantage-DMS-for-freight-tech-software.jpg);
}
.va-freightManagementDemoSecWrap {
    background-image: url(../images/dms/freight-management/CTA-bg-DMS-for-legal-tech-software.jpg);
}
.va-legalTech-banner {
    background-image: url(../images/dms/legal-tech/Hero-Banner-VIENNA-Advantage-DMS-for-legal-tech-software.jpg);
}

/*Freight Management and logistics software provider page css END*/
@media (min-width: 1400px) {
    .va-patternRight {
        bottom: 90px;
        width: 550px;
        height: 172px;
    }
    .va-dmsTypeTextWrap h5,
    .va-pageSection .link-btn {
        font-size: 1.3em;
    }
}
@media (min-width: 768px) {
    .va-dmsFeatures h3 {
        min-height: 62px;
    }
}
@media (max-width: 767px) {
    .va-dmsTypeBox {
        margin-bottom: 1em;
    }
    .va-dmsFeatures h3 {
        margin-bottom: 1em;
    }
}