/*IP page third section*/
.inr-datasct {
    flex: 0 0 50%;
    width: 50%;
}
.data-sct {
    display: flex;
    justify-content: center;
    align-items: center;
}
.data-sct .lft-sc {
    padding: 90px 90px;
}
.inr-datasct img {
    width: 100%;
}
.data-sct .lft-sc h2 {
    font-size: 40px;
    font-weight: 600;
}
h3.subhd {
    font-size: 18px;
    margin: 20px 0;
    text-decoration: underline;
}
.data-sct.about-banner {
    background: #F9F9F9;
    box-shadow: 5px 5px 20px #06060617;
}
.about-banner a.btn.btn-outline-dark.btn-custom {
    background: #002d72;
    color: #fff;
    border-radius: 50px;
    padding: 15px;
}