@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap");
/* resets */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    max-width: 375px;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

h1,
h2,
h3,
a,
ul,
ol,
li,
form,
label,
select,
input,
textarea,
span,
small {
    list-style: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
}

header,
header nav,
header aside,
header div,
main,
main section,
section div,
footer,
footer div,
footer section,
footer aside {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

section .wrapper {
    padding: 1rem;
}

.heading {
    font-weight: 400;
    font-size: 1.5rem;
    font-family: "Raleway", sans-serif;
    color: #354052;
}

.paragraph {
    font-weight: 400;
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
    color: #929fb1;
}

form,
label {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

form input,
form select,
form textarea {
    width: 100%;
    height: 2.4rem;
    padding: 1rem;
    font-weight: 501;
    font-size: 0.9rem;
    color: #111;
    margin-top: 0.3rem;
    background-color: #fafafa;
    border: none;
    font-family: "Raleway", sans-serif;
    font-size: 0.8rem;
}

form input:active,
form input:focus {
    border: 1px solid #10002b;
    outline: none;
}

form textarea {
    height: 15rem;
}

form label {
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 0.75rem;
    color: #333;
    font-family: "Raleway", sans-serif;
    font-size: 0.8rem;
}

form .row-label {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

form .row-label .paragraph {
    font-size: 0.8rem;
    color: #222;
    font-weight: 380;
    text-transform: capitalize;
    max-width: 320px;
}

form .check-label {
    max-width: 350px;
    margin: 1rem auto;
}

a {
    color: #7475f5;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.5rem;
}

form .row-label a {
    font-weight: 300;
    font-size: 0.8rem;
}

button {
    width: 10rem;
    height: 3rem;
    background: #10002b;
    border-radius: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: capitalize;
    letter-spacing: 0.05rem;
}

button:hover{
    background: #9d4edd;
}

.check {
    width: 30px;
    height: 30px;
}

main {
    padding-top: 5rem;
}

section .wrapper {
    padding-block: 4rem;
}

.box a {
    color: #10002b;
    font-weight: 600;
    margin-block: 1rem;
    display: flex;
    align-items: center;
}

.box a:hover {
    color: #9d4edd;
}

.box a img {
    width: 1rem;
    height: 1rem;
}

.box a span {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 0.3rem;
}

.hero {
    height: 35vh;
    background-color: #929fb1;
    justify-content: flex-end;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.heroOne {
    background-image: url(images/pexels-belle-co-1000445.jpg);
}

.heroTwo {
    background-image: url(images/pexels-buro-millennial-1438072.jpg);
}

.heroThree {
    background-image: url(images/pexels-emily-ranquist-1205651.jpg);
}

.hero .box .heading {
    border-left: 5px solid #9d4edd;
    padding-left: 0.5rem;
    color: #fff;
    font-size: 1.2rem;
}

 .hero .box .paragraph{
        color: #ccc;
    }

.contact-hero {
    background-image: url(images/banca-empresas.png);
}

.contact-hero .box .heading {
    padding: 0;
    border-left: none;
}

.contact-hero .box span {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
}

.contact-hero .box .paragraph {
    color: #fff;
}

.contact-hero .box .heading {
    color: #fff;
    margin-inline: 0.3rem;
}

.contact-hero .box > .heading {
    margin: 0;
}

.testimonial,
.testimonial .wrapper,
.testimonial .boxes {
    align-items: center;
    justify-content: center;
}

.testimonial .box {
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}

.testimonial .box:nth-child(1) > img {
    margin-bottom: 1rem;
}

.testimonial .box a {
    color: #10002b;
    font-weight: 600;
}

.testimonial .box .paragraph {
    color: #10002b;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    max-width: 90%;
}

.testimonial .more-details {
    border-radius: 0.4rem;
    background-color: #fafafa;
    padding: 1rem;
    position: relative;
    display: none;
}

.testimonial .more-details .paragraph {
    font-size: 0.85rem;
    text-align: left;
    line-height: 1.5rem;
}

.testimonial .more-details img {
    width: 100px;
    position: absolute;
    top: -2rem;
}

.testimonial .more-details .text {
    height: 60rem;
    justify-content: center;
}

.assets {
    background-color: #f8f8f8;
    align-items: center;
    justify-content: center;
}

.assets .wrapper,
.assets .boxes {
    align-items: center;
    justify-content: center;
}

.assets .wrapper > span {
    color: #9d4edd;
}

.assets .wrapper > .heading {
    text-align: center;
    margin-block: 1rem;
    color: #10002b;
}

.assets .wrapper > .paragraph {
    text-align: center;
    line-height: 1.3rem;
    font-size: 0.9rem;
    color: #10002b;
    margin-bottom: 1rem;
}

.assets .boxes {
    margin-top: 4rem;
}

.assets .box {
    margin-bottom: 3rem;
    align-items: center;
}

.assets .flip-card {
    background-color: transparent;
    width: 90%;
    height: 220px;
    perspective: 1000px;
    border-radius: 0.5rem;
    cursor: pointer;
}

.assets .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.assets .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.assets .flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.assets .box .flip-card-front {
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 1rem;
}

.flip-card-back {
    transform: rotateY(180deg);
    padding: 1rem;
    justify-content: center;
    border-radius: 1rem;
}

.assets .flip-card-front .circle {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2rem;
}

.assets .flip-card-front .circle img {
    width: 60%;
    height: 60%;
}

.assets .box .flip-card-front .heading {
    margin-bottom: 0.2rem;
    color: #fff;
}

.assets .box .flip-card-front b {
    font-size: 1.5rem;
    color: #fff;
}

.assets .box .flip-card-back span {
    margin-bottom: 0.5rem;
    color: #fff;
}

.assets .box .flip-card-back span .paragraph {
    color: #fff;
    font-weight: 400;
}

.assets .box:nth-of-type(1) .flip-card-back,
.assets .box:nth-of-type(1) .flip-card-front {
    background-color: #9d4edd;
}

.assets .box:nth-of-type(2) .flip-card-back,
.assets .box:nth-of-type(2) .flip-card-front {
    background-color: #10002b;
}

.assets .box:nth-of-type(3) .flip-card-back,
.assets .box:nth-of-type(3) .flip-card-front {
    background-color: #a3863c;
}

.contact .box {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 0.7rem;
    padding-block: 4rem;
}

.contact .boxes {
    align-items: center;
    justify-content: center;
}

.contact .box .heading {
    text-align: center;
    font-weight: 300;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    max-width: 80%;
    line-height: 1.8rem;
}

.contact .box .paragraph {
    text-align: center;
    font-weight: 300;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.contact .form input {
    background-color: transparent;
    border-bottom: 1px solid #10002b;
}

.contact .form label {
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #3d4e60;
}

.contact .form button {
    border-radius: 0.3rem;
    align-self: flex-end;
}

.notification-hero {
    background-image: url(images/empresas.png);
}

.notifications .box {
    margin-bottom: 1rem;
}

.notifications {
    background-color: #f7f8f9;
    height: 40vh;
}

.notifications .box .heading {
    color: #10002b;
}

.assets-hero {
    background-image: url(images/gestion-patrimonial.webp);
}

.assets-hero .box {
    align-items: center;
    justify-content: center;
}

.management {
    position: relative;
    top: -7rem;
}

.management .box {
    margin-bottom: 1rem;
    background-color: #fbfbfb;
    border-radius: 0.7rem;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out;
    height: 400px;
}

.management .box:hover {
    background-color: #a3863c;
}

.management .on-active {
    background-color: #a3863c;
}

.management .box:hover .heading,
.management .box:hover .paragraph {
    color: #fff;
}

.management .box .heading {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.management .box .paragraph {
    color: #10002b;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
}

.management .on-active .heading,
.management .on-active .paragraph {
    color: #fff;
}

.management .box button {
    border-radius: 0.5rem;
}

.investment-hero {
    background-image: url(images/bolsa-de-valores.webp);
}

.investment {
    top: 0;
}

.investment .box:hover {
    background-color: #10002b;
}

.investment .on-active {
    background-color: #10002b;
}

.investment .on-active .heading,
.investment .on-active .paragraph {
    color: #fff;
}

.investment .wrapper > .heading {
    margin-bottom: 1rem;
    color: #10002b;
    font-size: 1.5rem;
}

.investment .wrapper > .paragraph {
    color: #10002b;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    max-width: 800px;
}

.banking-hero {
    background-image: url(images/servicios-bancarios-bg.webp);
    background-color: #9d4eddb5;
    background-blend-mode: multiply;
}

.banking-services .box:hover {
    background-color: #9d4edd;
}

.banking-services .on-active {
    background-color: #9d4edd;
}

.banking-services .on-active .heading,
.banking-services .on-active .paragraph {
    color: #fff;
}

.tabbed-section {
    align-items: center;
    justify-content: center;
}

.tabbed-section .wrapper {
    align-items: center;
    justify-content: center;
}

.tabbed-section .wrapper > .heading {
    color: #10002b;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.tabbed-section .wrapper > .paragraph {
    color: #10002b;
    line-height: 1.5rem;
    font-size: 1.1rem;
    max-width: 90%;
    text-align: center;
}

.tabbed-section .boxes {
    margin-top: 3rem;
}

.tabbed-section .box {
    margin-bottom: 1rem;
}

.tabbed-section .box img {
    width: 100%;
    border-radius: 0.5rem;
}

.tabbed-section .box .paragraph {
    color: #10002b;
    font-size: 1rem;
}

.tabbed-section .box .row-span {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.tabbed-section .box .row-span .paragraph:nth-of-type(1) {
    margin-right: 0.5rem;
    font-weight: 400;
    color: #9d4edd;
}

.tabbed-section {
    display: none;
}

.on {
    display: flex;
}

.on-active {
    background-color: #9d4edd;
}

.tabbed-section .wrapper .three img {
    width: 100%;
}

.management .box img {
    margin-bottom: 1rem;
    width: 70px;
}

.access {
    position: relative;
}

.access .box {
    align-items: center;
    justify-content: center;
}

.access .box .heading {
    margin-bottom: 1rem;
}

.access .box .paragraph {
    color: #333;
}

.first-wrapper .box .paragraph {
    max-width: 70%;
    text-align: center;
    line-height: 1.5rem;
}

.access .box:nth-of-type(1) .heading {
    text-align: center;
}

.access .box .img {
    width: 100%;
    margin-top: 1rem;
}

.access .second-wrapper {
    background-image: url(images/servicios-bancarios-bg.jpg);
    background-color: #26455ea9;
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}

.access .second-wrapper .box b {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.access .second-wrapper .box .heading {
    color: #fff;
    font-size: 1.5rem;
}

.access .second-wrapper .paragraph {
    color: #fff;
    margin-bottom: 1rem;
}

.access .second-wrapper .list {
    padding: 1rem;
    list-style: outside;
}

.access .second-wrapper .list li {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
    list-style: outside;
}

.access .second-wrapper .box img {
    width: 70%;
}

.access .wrapper {
    display: none;
}

header {
    border-bottom: 1px solid #111;
    position: fixed;
    background-color: #fff;
    z-index: 10;
}

header .mobile {
    height: 7rem;
    overflow: hidden;
    transition: height 0.4s ease-in-out;
}

header .height {
    height: 30rem;
}

.mobile-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: 1rem;
}

header .logo {
    width: 90px;
}

.mobile-top .menu {
    width: 28px;
}

.mobile-top button {
    border-radius: 0.5rem;
    height: 2.4rem;
}

.list-wrap {
    height: 3rem;
    overflow: hidden;
    border-bottom: 1px solid #666;
    transition: height 0.4s ease-in-out;
}

.list-wrap:hover {
    background-color: #10002b;
}

.list-wrap .list-top {
    padding: 1rem;
    height: 3rem;
}

.list-wrap .list-top a {
    color: #354052;
    font-weight: 600;
    font-size: 0.9rem;
}

.list-wrap:hover .list-top a {
    color: #fff;
}

.dropWrap {
    height: 17rem;
}

.dropWrap .list-top {
    background-color: #10002b;
}

.dropWrap .list-top a {
    color: #fff;
}

.list-bottom {
    background-color: #fff;
}

.list-bottom li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
}

.list-bottom li a {
    color: #10002b;
    font-size: 0.85rem;
}

.list-bottom li:hover {
    background-color: #10002b;
}

.list-bottom li:hover a {
    color: #fff;
}

header .desktop {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    height: 7rem;
    display: none;
}

.footer-green {
    background-color: #9d4edd;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    padding-top: 4rem;
}

.footer-green .footer-box {
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.footer-green .footer-box .heading {
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
}

.footer-green .footer-box .paragraph {
    color: #fff;
}

.footer-green input {
    border-radius: 0.3rem;
    height: 3rem;
}

.footer-green button {
    border-radius: 0.3rem;
}

.footer-white {
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding-block: 1rem;
    padding-inline: 1rem;
}

.footer-white span {
    color: #10002b;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
}

.footer-blue {
    background-color: #10002b;
    padding-block: 4rem;
    padding-inline: 1rem;
}

.footer-blue .footer-box {
    margin-bottom: 2rem;
}

.footer-blue .footer-box .heading {
    color: #fff;
    margin-bottom: 0.5rem;
}

.footer-blue .footer-box span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}

.footer-blue .footer-box span .heading {
    font-size: 1rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
    font-weight: 500;
}

.footer-blue .footer-box span .paragraph {
    color: #ddd;
    font-weight: 300;
}

.footer-blue .footer-box:nth-of-type(1) {
    align-items: center;
    justify-content: center;
}

.footer-blue .footer-box:nth-of-type(1) .paragraph {
    color: #fff;
    font-size: 1rem;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    max-width: 500px;
}

.footer-blue .footer-box:nth-of-type(1) img {
    width: 150px;
    margin-bottom: 1rem;
}

.footer-blue .footer-box .icon {
    width: 20px;
    margin-right: 0.4rem;
}

.auth {
    background-color: #282e38;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth .wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth .boxes {
    background-color: #313844;
    padding: 1rem;
    max-width: 400px;
    margin: auto;
}

.auth .box {
    margin-bottom: 1rem;
}

.auth .box .heading {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.auth .box span {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.auth .box span .paragraph {
    color: #fff;
    font-size: 0.8rem;
}

.auth .box span a {
    margin-inline: 0.3rem;
}

.auth .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.auth .row label {
    margin: 0;
    width: 45%;
}

.auth .checklabel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.auth .checklabel input {
    width: auto;
    margin: 0;
}

.auth .checklabel .paragraph {
    font-size: 0.8rem;
    color: #fff;
    margin-left: 0.3rem;
}

.auth .checkspan {
    border-bottom: 1px solid #373f4d;
    padding-bottom: 1rem;
    width: 100%;
}

.auth .checkspan .heading {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 400;
}

.auth .checkspan .row {
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.auth .checkspan .row small {
    color: #fff;
    font-size: 0.7rem;
}

.auth .checkspan .row .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(235, 146, 146);
    margin-right: 0.5rem;
}

.auth .form label{
    color: #fff;
    font-size: .9rem;
}

.auth .form select{
    height: 3.4rem;
}

.verification,.verification .wrapper,.verification .boxes,.verification .box,.verification label{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.header button{
    width:5rem;
}


.transfer .box{
    margin-bottom:1rem;
}

.transfer .box .paragraph{
    margin-bottom:1rem;.
    line-height:1.5rem;
}

.transfer .box .heading{
    margin-bottom:1rem;
}

.transfer .box img{
    width:100%;
}

.transfer span{
    color:#9d4edd;
}

@media screen and (min-width: 376px) {
    body {
        max-width: 100%;
    }
}

@media screen and (min-width:600px){
    .auth .box span {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    
    header .logo {
        width: 150px;
    }
}

@media screen and (min-width: 750px) {
    .assets .boxes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial .box:nth-of-type(1) .paragraph {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    section .wrapper > .heading {
        font-size: 1.8rem;
    }

    .contact .label-row {
        flex-direction: row;
        justify-content: space-between;
    }

    .contact .label-row label {
        width: 48%;
    }
    .contact .box .heading {
        font-size: 2rem;
    }

    .contact .box .paragraph {
        font-size: 1.1rem;
    }

    .notifications .boxes {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .notifications .box {
        width: 49%;
        margin: 0;
    }

    .management .boxes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .management .box {
        margin: 0;
    }

    .contact-hero {
        height: 45vh;
    }

    .tabbed-section .boxes {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .tabbed-section .box {
        width: 49%;
        margin: 0;
    }

    .tabbed-section .box > img {
        height: 400px;
    }

    .tabbed-section .box .row-span .paragraph:nth-of-type(2) {
        max-width: 90%;
    }

    .tabbed-section .boxes .three .box {
        width: 32%;
    }

    .access .second-wrapper .boxes {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .access .second-wrapper .box {
        align-items: flex-start;
        width: 49%;
    }

    .access .first-wrapper .box .img {
        width: 70%;
    }
}

@media screen and (min-width: 900px) {
    .assets .boxes {
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonial .box:nth-of-type(1) .paragraph {
        font-size: 1.7rem;
        line-height: 2rem;
    }

    .management .boxes {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-green {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .footer-green .form {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .footer-green .form label {
        width: 33%;
    }

    .footer-green .footer-box {
        width: 49%;
    }

    .footer-green .footer-box:nth-of-type(1) {
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    .transfer .boxes{
       display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 2rem;
    }
}

@media screen and (min-width: 1000px) {
    header .desktop .list {
        width: 650px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    header .desktop a {
        font-size: 0.9rem;
        color: #10002b;
    }
    
    header .desktop a:hover {
        color: #9d4edd;
    }

    header .mobile {
        display: none;
    }

    header .desktop {
        display: flex;
    }

    header .desktop button {
        border-radius: 0.5rem;
        height: 3rem;
    }

    .hero {
        height: 45vh;
    }
    
   

    .footer-blue {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }

    .footer-blue .footer-box {
        margin: 0;
    }

    .footer-blue .footer-box:nth-of-type(1) {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .footer-blue .footer-box:nth-of-type(1) .paragraph {
        text-align: left;
        margin-left: 1rem;
    }
}
