.landing .landing-text-expansion-name {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins";
    color: rgb(210, 210, 210);
    line-height: 1.714;
}

.landing .landing-text-expansion-description {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(113, 113, 113);
    line-height: 1.714;
}

.landing .landing-text-expansion-free {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(165, 165, 165);
    line-height: 1.714;
}

.landing .landing-text-expansion-subtitle {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(208, 115, 97);
    line-height: 1.5;
    text-align: left;
    padding-bottom: 40px;
}

.expansion-link {
    color: rgb(210, 210, 210);
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

.expansion-link:hover {
    color: #e6ca63;
    text-decoration: none;
}