#da-new-section > div {
    max-width: 1080px;
    margin: auto;
    padding: 27px 15px;
    display: flex;
    justify-content: space-between;
}

#content {
    padding-top: 0;
}

#da-new-section {
    background-color: #F7F7F7;
    margin-top: 30px;
    margin-bottom: 30px;
}

.da-card {
    display: flex;
    align-items: center;
}

.da-inner-text > h3 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 110%;
    color: #2A2A2A;
}

.da-inner-text > p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 100;
    color: #2A2A2A;
    line-height: 110%;
}

.da-inner-text {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#da-new-section > div > div {
    position: relative;
}

#da-new-section > div > hr {
    border-right: 1px solid black;
    margin: 0;
    opacity: 1;
}

#row-697896607 {
    display: none;
}
.page-header-wrapper{
	display:none;
}
@media (max-width: 885px) {

    .da-inner-text > h3 {
        font-size: 16px;
    }

    .da-inner-text > p {
        font-size: 14px;
    }

    #da-new-section > div > div > svg {
        width: 40px;
    }

    .da-inner-text {
        margin-left: 10px;
    }

       
}

@media (max-width: 767px) {

    #da-new-section > div {
        flex-direction: column;
        max-width: 300px;
    }

    #da-new-section > div > hr {
        width: 75px;
        margin: auto;
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .da-inner-text > h3 {
        font-size: 18px;
    }

    .da-inner-text > p {
        font-size: 16px;
    }

    .da-inner-text {
        margin-left: 20px;
    }

    #da-new-section > div > div > svg {
        width: 50px;
    }

    #da-new-section {
        margin-bottom: 0;
    }
}