/** MAIN */
main h1 {
    text-align: center;
}
main .description-container {
    max-width: 713px;
    margin-left: auto;
    margin-right: auto;
}
main .green-bg {    
    padding-top: 32px;
    padding-bottom: 32px;
}
main .icon-row {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
main .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    max-width: 229px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
main .icon-container img {
    max-height: 32px;
}
@media only screen and (min-width: 768px) {
    main .icon-container.bordered-left:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;    
    position: absolute;
    background-color: #C1E3DD;
}
    main .icon-container.bordered-left:before {
        left: -25%;
    }
}
@media only screen and (max-width: 767px) {
    .icon-card-container {
        margin-bottom: 16px;
    }
    main .icon-container {
        padding-bottom: 24px;
        flex-direction: column;
        text-align: center;
    }
    main .icon-container p {
        margin-left: 0;
        margin-top: 8px;
    }
    main .icon-row > div:not(:last-of-type) .icon-container:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;    
    position: absolute;
    background-color: #C1E3DD;
    bottom: 0;
    }
}
main .icon-container p {
    margin-left: 8px;
    margin-bottom: 0;
    color: #4A4645;
}
main .icon-card-row {
    max-width: 1126px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
main .process-container {
    text-align: center;
    position: relative;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}
main .process-title {
    font-family: "Ubuntu-Bold", sans-serif;
    color: #4A4645;
    font-size: 18px;
    margin-top: 1rem;
}
main .process-description {
    color: #4A4645;
}
main .cards-row > div {
    margin-bottom: 16px;
}
main .process-container.bordered:before, main .process-container.bordered:after {
	content: "";
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
	width: 100%;
	position: absolute;    
}

@media only screen and (min-width: 768px) {  
    main .process-container.bordered:before,
    main .process-container.bordered:after {
        top: 38%;
    }  
    main .process-container.bordered:before {
        left: -100%;
    }
    main .process-container.bordered:after {
        right: -100%;
    }
}
@media only screen and (max-width: 767px) {
    main .inner-row {
        margin: 0;
        height: 100%;
    }
    main .inner-row > div.center,
    main .inner-row > div.end {
        display: flex;
    }
    main .inner-row > div.center {
        align-items: center;
    }
    main .inner-row > div.end {
        align-items: flex-end;
    }
    main .process-container.bordered:before,
    main .process-container.bordered:after {
        transform: rotate(90deg);
    }
    main .process-container.bordered:before {
        top: -49%;
    }
    main .process-container.bordered:after {
        bottom: -38%;
    }
    main .o-1 {
        order: 1;
        padding-right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    main .o-2 {
        order: 2;
        padding-left: 0;
    }
    main .o-1 img {
        max-height: 77%;
    }
    main .inner-row > div {
    padding-left: 0;
}
   #faq-accordion {
        margin-top: 24px;
    }
}