.boxAnimation {
    padding: 0px 15px !important;
}
.howItWorksFirstSec {
    margin-top: 80px;
}
.howItWorksFirstSec .row {
    justify-content: center;
}
.howItWorksFirstSecContent {
    background: rgba(255 255 255 / 23%);
    height: 100%;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 13.8px 8px rgba(255 255 255 / 23%);
}
.howItWorksFirstSecContentHead {
    padding: 0px 20px;
    border-bottom: 1px solid #fff;
}
.howItWorksFirstSecContentBody {
    padding: 10px 20px;
}
.howItWorksFirstSecContent h4 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.howItWorksFirstSecContent h2 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.howItWorksFirstSecContent p {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.howItWorksFirstSec a {
    border: 1px solid #556EA4;
    background: #fff;
    padding: 5px 30px;
    color: #000;
    border-radius: 20px;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    max-width: 250px;
    display: block;
    margin: 60px auto 0 auto;
    transition: .3s;
}
.howItWorksFirstSec a:hover {
    background-color: #556EA4;
    color: #fff;
    transition: .3s;
}

.howItWorksSecondSec {
    position: relative;
    padding: 110px 0 20px 0;
    margin: 5px 0 0 0;
}
.howItWorksSecondSec:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: ellipse(80% 82% at 50% 83%);
    background-image: url('../img/howItWorksBgShape.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.howItWorksSecondSec .row {
    justify-content: center;
    align-items: center;
}
.howItWorksSecondSecInner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.howItWorksSecondSecInnerCol:first-child {
    flex: 1;
}
.howItWorksSecondSecInnerCol:last-child {
    flex-basis: 45%;
}
.howItWorksSecondSec h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}
.howItWorksSecondSec h2 {
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}
.howItWorksSecondSec p {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
}
.howItWorksSecondSec img {
    min-height: 380px;
    object-fit: cover;
    border-radius: 20px;
}
.howItWorksThirdSec {
    margin: 40px 0;
}

.howItWorksThirdSec .howItWorksThirdSecInner {
    border: 1px solid #556EA4;
    padding: 30px 70px;
    text-align: center;
}
.howItWorksThirdSec .howItWorksThirdSecInner h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}
.howItWorksThirdSec .howItWorksThirdSecInner h2 {
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}
.howItWorksThirdSec .howItWorksThirdSecInner p {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
    margin: 0;
}

.howItWorksFourthSec {
    margin: 80px 0 40px 0;
}

.howItWorksFourthSec .howItWorksFourthSecInner {
    border: 1px solid #556EA4;
    padding: 70px 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}
.howItWorksFourthSec .howItWorksFourthSecInner h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}
.howItWorksFourthSec .howItWorksFourthSecInner h2 {
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}
.howItWorksFourthSec .howItWorksFourthSecInner p {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
    margin: 0;
}

.howItWorksFourthSecInnerCol:last-child {
    flex-basis: 50%;
}
.howItWorksFourthSecInnerCol:first-child {
    flex-basis: 40%;
}

.howItWorksFifthSec {
    margin: 80px 0 40px 0;
}

.howItWorksFifthSec .howItWorksFifthSecInner {
    border: 1px solid #556EA4;
    padding: 70px 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

.howItWorksFifthSecInnerCol:first-child {
    flex-basis: 45%;
}

.howItWorksFifthSec .howItWorksFifthSecInner .howItWorksFifthSecInnerCol:first-child h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}
.howItWorksFifthSec .howItWorksFifthSecInner .howItWorksFifthSecInnerCol:first-child h2 {
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}
.howItWorksFifthSec .howItWorksFifthSecInner .howItWorksFifthSecInnerCol:first-child p {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
    margin: 0;
}
.howItWorksFifthSecInnerCol:last-child {
    flex-basis: 45%;
    background: rgb(255 255 255 / 23%);
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 13.8px 8px rgba(255 255 255 / 23%);
}
.howItWorksFifthSec .howItWorksFifthSecInner .howItWorksFifthSecInnerCol:last-child h4 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
}

.howItWorksFifthSec .howItWorksFifthSecInner .howItWorksFifthSecInnerCol:last-child p {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
    margin: 0;
}

.howItWorksFifthSec .howItWorksFifthSecInner hr {
    border-color: #fff;
    border-width: 1px;
    opacity: 1;
}

.howItWorksSixthSec {
    margin: 80px 0 40px 0;
}

.howItWorksSixthSec .howItWorksSixthSecInner {
    border: 1px solid #556EA4;
    padding: 70px 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

.howItWorksSixthSecInnerCol:first-child {
    flex-basis: 45%;
    background: rgb(255 255 255 / 23%);
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 13.8px 8px rgba(255 255 255 / 23%);
}

.howItWorksSixthSecInnerCol:last-child {
    flex-basis: 45%;
    background: rgb(255 255 255 / 23%);
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 13.8px 8px rgba(255 255 255 / 23%);
}
.howItWorksSixthSec .howItWorksSixthSecInner  h4 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
}

.howItWorksSixthSec .howItWorksSixthSecInner   p {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
    margin: 0;
}

.howItWorksSixthSec .howItWorksSixthSecInner hr {
    border-color: #fff;
    border-width: 1px;
    opacity: 1;
}

.howItWorksGetInTouchSec {
    margin: 80px 0 40px 0;
}
.howItWorksGetInTouchSecOuter {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.howItWorksGetInTouchSecHead {
    width: 80%;
    border: 1px solid #556EA4;
    min-height: 80px;
}
.howItWorksGetInTouchSecFoot {
    width: 80%;
    border: 1px solid #556EA4;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.howItWorksGetInTouchSecFoot a {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    min-width: 250px;
    background-color: #556EA4;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: .3s;
}
.howItWorksGetInTouchSecFoot a:hover {
    background-color: #fff;
    color: #000;
    transition: .3s;
}
.howItWorksGetInTouchSecInner {
    border: 4px solid #556EA4;
    text-align: center;
    border-radius: 20px;
    padding: 30px 20px 40px 20px;
}
.howItWorksGetInTouchSecInner h2 {
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}
.howItWorksGetInTouchSecInner p {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
    margin: 0;
}
