* {
    box-sizing: border-box;
    font-family: 'Red Hat Display', sans-serif;
}

 body {
    background-color: #FAFAFA;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100%;
 }

.wraper {
    width: 375px;
    background-color: white;
}

.nav {
    height: 130px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 155px;
    overflow: hidden;
    gap: 16px;
}

.hero img {
    height: 153px;
    object-fit: cover;
}

.hero__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero__content__title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0px;
    color: #28283D;
}

.hero__content__summary {
    color: #87879D;
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    line-height: 26px;
    width: 327px;
    text-align: center;
    justify-content: center;
}

 /*Button*/
 .hero__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

 .hero__content__btns {
    border: 0;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 38px;
}
 
 
.hero__content__btns--btn {
    font-size: 1rem;
    font-weight: 900;
    line-height: 26px;
    color: #ffffff;
    background-color: #4D96A9;
    border: 2px solid transparent;
    padding: 14px 36px;
    border-radius: 29px;
    text-decoration: none;
    text-align: center;
    display: block;
}
 
.secondary--btn {
    background-color: #855FB1;

}
.secondary--btn a {
    color: #FFF;
    text-decoration: none;
}

.footer__button a {
    color: #FFF;
    text-decoration: none;
}

.btn__span {
    color: #8FE3F9;
}


/* MAIN */
.main__span {
    width: 56px;
    height: 56px;
    border: 1px solid #dddde2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 900;
    margin: auto;
    position: relative
}
 
.main__span::before {
    content: "";
    width: 1px;
    height: 84px;
    background-color: #dddde2;
    position: absolute;
    top: -85px;
    left: 50%;
}
 
.span__one {
    position: relative;
    color: #87879D;
    margin-top: 160px;
}
 
.span__one::before {
    content: "";
    width: 1px;
    height: 84px;
    background-color: #dddde2;
    position: absolute;
    top: -85px;
    left: 50%;
}
 
.span__two {
    margin-top: 130px;
    color: #87879D;
    position: relative;
    top: 30px;
    z-index: 5;
    background-color: #FFF;
}

.main {
    display: flex;
    flex-direction: column;
    margin: 0 24px;
}

.main__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 24px;
    row-gap: 25px;
    margin-top: 64px;
}

.main__container__img {
    height: 143px;
}

.main__container img {
    width: 151px;
    height: 143px;
    border-radius: 8px;
}

.main__description {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main__description__title {
    text-align: center;
    color: #4D96A9;
    font-size: 1rem;
    letter-spacing: 4px;
    font-weight: 900;
    margin-top: 4rem;
}

.main__description__subtitle {
    text-align: center;
    color: #28283D;
    font-size: 2rem;
    font-weight: 900;
    line-height: 36px;
    
}

.main__description__summary {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #87879D;
}

/* FOOTER */
footer {
    height: 428px;
    width: 100%;
    background-image: url("../assets/mobile/image-footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(77 150 169 / 70%);
}
.footer__container {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer__title {
    width: 327px;
    color: #fafafa;
    text-align: center;
    font-size: 32px;
}
.footer__summary {
    width: 327px;
    color: #fafafa;
    text-align: center;
    font-size: 18px;
 }

 .footer__button {
     background-color: #855FB1;
 }

.btn__span__footer {
     color: #D9B8FF;
 }