body {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

.bggrd {
    background: linear-gradient(90deg, rgba(255, 2255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(85, 187, 173, 1) 58%, rgba(85, 187, 173, 1) 58%);
}

.ttl h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
}

.ttl h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.ttl p {
    color: #ffffff;
    font-size: 1.5rem;
}

label {
    font-size: 1rem;
    font-weight: 500;
}

.ttl a {
    color: #ffffff;
    text-decoration: underline;
}

ul {
    padding: 0 0 0 3rem;
    font-size: 1.1rem;
    font-weight: 400;
}

.fnt {
    font-size: 1.2rem !important;
    margin-bottom: 0 !important;
}

.fillpara {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: normal;
}

.yesno {
    font-size: 1rem;
    font-weight: 500;
}

.yesno input {
    margin-bottom: 10px;
}

.imglogo {
    width: 300px;
    margin-bottom: 3rem;
}

form {
    margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
    .bggrd {
        background: #54bbad;
    }

    .bgwhit {
        background-color: #ffffff;
    }

    .lg-margin-35px-top {
        margin-top: 0;
    }

    .ttl h2 {
        color: #ffffff;
    }

    .ttl h3 {
        color: #ffffff;
        font-size: 2.5rem;
    }

    .ttl p {
        color: #ffffff;
        font-size: 1.8rem;
    }

    .ttl a {
        color: #ffffff;
    }
}