/*
 Theme Name:   Design System Child
 Template:     design-system
*/

.main h2 {
    font-size: 31px;
    margin-top: 40px;
    margin-bottom: 32px;
}

.search .main h2 {
    font-size: 1.25rem;
    line-height: 1.229;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1rem;
}

.main p {
    font-size: 16px;
}

.main .home-headers {
    font-size: 21px;
}

.text-center {
    text-align: center;
}

.mt-none {
    margin-top: 0!important;
}

.custom-margin {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}