.index-whitepapers .section-heading{
    font-size: 24px;
    color: #010101;
}
.index-whitepapers .index-whitepapers-content{
    background-color: #efeee7;
}
.index-whitepapers .index-whitepapers-content .curve{
    background: #f0f0ec;
    left: 0; top: 0; right: 0; bottom: 0;  
    border-top-left-radius: 600px;
}
.index-whitepapers .index-whitepapers-content img{
    top: 0;
    right: 0;
}
.index-whitepapers .index-whitepapers-content .whitepapers-content .card-title a{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #010101;
}
.index-whitepapers .index-whitepapers-content .whitepapers-content .card-title::after{
    content: "";
    position: absolute;
    width: 15%;
    height: 4px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #010101;
}
.index-whitepapers .index-whitepapers-content .whitepapers-content p{
    font-size: 14px;
    line-height: 24px;
}
/* .index-whitepapers .index-whitepapers-content .whitepapers-content .card-body .card-text{
    color: #010101;
    font-size: 12px;
    line-height: normal;
} */
.index-whitepapers .index-whitepapers-content .whitepapers-content .card-footer a{
    font-size: 12px;
    color: #6c6c6c;
}
.index-whitepapers .index-whitepapers-content .whitepapers-content .card-footer a span{
    font-size: 15px;
}
.index-whitepapers .card-footer a{
    color: #6c6c6c;
}


/*==============style 14.11.2019 EmpID_FA0006=======================*/
.index-whitepapers .verticaltext{
    position: relative; 
    padding-left:50px;
}
.index-whitepapers .verticaltext_content{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -50px;
    top: 56px;
    position: absolute;
}







/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .index-whitepapers .section-heading {
        font-size: 20px;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
        
}