@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Be Vietnam Pro", sans-serif;
    /* color: #000; */
}

body {
    color: #020202;
}


img {
    width: 100%;
}

svg {
    width: 100%;
}

h2 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0;
}

.p-xs-small {
    font-size: 11.2px;
    line-height: 1.5;
}

.p-small {
    font-size: 14.4px;
    line-height: 1.5;
}

.p-regular {
    font-size: 16px;
    line-height: 1.5;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}



.page-wrapper {
    max-width: 350px;
    margin: auto;
    background-color: #E7E7E7;
    padding-bottom: 24px;

}

.container {
    max-width: 350px;
    margin: auto;
}

.hero {
    background-color: #FFFFFF;
    padding-top: 24px;
}

.hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

h1 {
    font-size: 14.4px;
    line-height: 1.5;
}

h1 span {
    font-size: 30px;
    line-height: 3;

}

.hero-wrapper .hero-logo {
    width: 140px;
    margin-top: -20px;
}

.hero-wrapper {
    padding-bottom: 90px;
}

.about {
    /* background-color: #E7E7E7; */
    padding-top: 80px;
}

.about-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    margin-top: -74px;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.about-image-one {
    width: 144px;
    margin-top: -74px;
}

.about-image-two {
    width: 146px;
    margin-top: -30px;

}

.about-social-media {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.social-icon {
    width: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-button {
    margin-top: 12px;
    margin-bottom: 16px;
}

.btn {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    background-color: #E90E1D;
    color: white;
    border: 1px solid #E90E1D;
    transition: all ease-in-out .3s;

}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:hover {
    background-color: #FFFFFF;
    color: #E90E1D;
}

.btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.c-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 24px;
}

.c-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 16px 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #020202;
    transition: all ease-in-out .3s;


}

.c-box:hover {
    color: #E90E1D;
}

.c-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 6px;
}

.c-icon {
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-arrow {
    width: 11px;
}

.loaction-wrap {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 6px;
    padding: 16px 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #020202;
    transition: all ease-in-out .3s;
}

.loaction-wrap .p-regular {
    font-weight: 500;
}

.get-button {
    padding-top: 10px;
}

.strategy {
    padding-top: 48px;
}

.s-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
}

.strategy-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 24px auto;
}

.strategy-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 16px 12px;
    border-radius: 10px;
    background-color: #FFFFFF;
    width: calc(50% - 5px);
    text-align: center;
}

.strategy-icon {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-btn {
    max-width: 180px;
    margin: auto;
}

.last-btn a {
    line-height: 1;
}