.what-is-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(29, 35, 60, 1);
    padding: 150px 0 80px;
}

.what-is-section:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180.00deg, rgba(29, 35, 60, 0.53),rgba(29, 35, 60, 1) 68%);
}

.what-is-section .container {
    position: relative;
}

.what-is-section h2 {
    position: relative;
    padding-top: 30px;
}

.what-is-section h2:before {
    content: '';
    position: absolute;
    display: block;
    width: 88px;
    height: 8px;
    border-radius: 99px;
    background: var(--Gradient, linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%));
    left: 50%;
    transform: translateX(-50%);
    top: -10px
}

.what-is-list {
    margin-block: 40px;
}

.what-is-list p {
    padding-block: 20px;
    border-top: 1px solid rgba(255,255,255, .1);
}

.what-is-list p:last-of-type {
    border-bottom: 1px solid rgba(255,255,255, .1);
}

.what-is-image img {
    width: 165px;
    display: block;
    margin: 0 auto 40px;
}

.types-section {
    padding-block: 80px;
}


.help-wrapper {
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(29, 35, 60, 0.03);
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    height: 100%;
    column-gap: 40px;
}

.help-wrapper p {
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.help-heading h2 {
    margin-bottom: 20px;
}

.help-image {
    width: 60px;
    height: 60px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-list {
    margin-block: 60px;
}

.help-list .row {
    row-gap: 20px;
    align-items: stretch;
}

.remember-list {
    padding-bottom: 20px;
}

.remember-list p {
    padding-block: 40px;
    border-bottom: 1px solid rgba(0,0,0,.10);
}

.remember-list p:last-of-type {
    border-bottom: none;
    padding-bottom: 80px;
}

.important-resources {
    padding-block: 120px;
}

.important-resources h2 {
    margin-bottom: 10px;
}

.important-list {
    margin-block: 60px;
}

.important-resources {
    padding-block: 120px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: visible;
}

.important-resources:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0.00deg, rgba(29, 35, 60, 1),rgba(29, 35, 60, 0.66) 100%);
}

.important-resources .container {
    position: relative;
}

.important-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    column-gap: 40px;
}

.important-item p {
    width: 50%;
}

.important-item:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.collect-calls {
    font-size: 16px;
    line-height: 24px;
}

.phone-icon {
    border: 2px solid  rgba(240, 249, 253, 1);
    border-radius: 55px;
    background: linear-gradient(180.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}

.purple-section {
    padding-block: 40px;
    background: linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
}

.purple-section a {
    font-weight: 600;
    text-decoration: underline;
}

@media(max-width: 991px) {
    .help-wrapper {
        padding: 20px;
    }

    .help-list {
        margin-block: 20px;
    }

    .remember-list p {
        padding-block: 20px;
    }

    .important-resources {
        padding-block: 60px;
    }

}

@media(max-width: 768px) {
    .what-is-section:before {
        background: linear-gradient(180.00deg, rgba(29, 35, 60, 0.73),rgba(29, 35, 60, 1) 100%);
    }

    .types-section {
        padding-block: 40px;
    }
}

@media(max-width: 575px) {
	
	.remember-list p:last-of-type {
		padding-bottom: 30px;
	}
	
	.help-list .row {
	row-gap: 10px;
	}
	
    .what-is-section {
        padding: 100px 0 40px;
    }

    .what-is-section h2 {
        padding-top: 20px;
    }

    .what-is-section h2:before {
        width: 44px;
        height: 4px;
        top: -8px;
    }

    .types-section, .help-section {
        padding-inline: 0 !important;
    }

    .help-wrapper {
        column-gap: 10px;
    }

    .help-image {
        width: 30px;
        height: 30px;
    }

    .help-wrapper p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .important-resources {
        padding: 90px 0 30px;
    }

    .important-list {
        margin-block: 30px;
    }

    .important-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-block: 15px;
    }

    .important-item .text-right {
        text-align: center;
    }

    .important-item a {
        font-size: 29px;
        font-weight: 700;
        line-height: 40px;
    }

    .important-item p {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .important-resources {
        background-color: rgba(29, 35, 60, 1);
    }

    .important-resources:before {
        background: linear-gradient(180.00deg, rgba(29, 35, 60, 0.5),rgba(29, 35, 60, 1) 100%);
    }

    .purple-section {
        padding-block: 20px;
    }
}