.how {
    width: 100%;
}

.how-content {
    display: flex;
    flex-direction: column;
    max-width: 95%;
    margin: 0 auto;
    align-items: center;
    margin-top: 100px;
    padding-bottom: 100px;
}

.how-title {
    color: #ff7b00;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.how-title>img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.how-content h2 {
    background: linear-gradient(-90deg, #939393, #ACACAC, #FFFFFF, #FFFFFF);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    line-height: 43px;
    font-size: 30px;
    max-width: 350px;
    margin-bottom: 100px;
}

.how-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
}

.how-card {
    background-color: #161616;
    border: solid 1px #ffffff4a;
    border-radius: 20px;
    padding: 37px 27px;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 30px;
    max-width: 360px;
}

.how-icon {
    height: 54px;
    width: 54px;
    background-color: var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.how-card h3{
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
}

.how-card p {
    font-family: urbane, sans-serif;
    color: #929292;
    font-weight: 300;
}
