.intro-text {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 49, 60, 1);
    margin: 48px 0px;
}

.location-info {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 49, 60, 1);
    margin: 48px 0px;
}

.doctor-advice {
    border: 1px solid rgba(0, 140, 149, 1);
    background: rgba(0, 140, 149, 0.1);
    padding: 44px 32px;
    border-radius: 16px;
    margin-bottom: 48px;
}

.doctor-advice h5 {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 49, 60, 1);
    margin-bottom: 8px;
}

.doctor-advice p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 49, 60, 1);
    margin: 0;
}

.search-methods h2 {
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 16px;
}

.search-methods p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 48px;
}

.suitable-products h2 {
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 24px;
}

.buying-method h2 {
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 16px;
}

.buying-method__text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 49, 60, 1);
    margin: 0;
    margin-bottom: 16px;
}