.defpage {
    padding-top: 273px;
    padding-bottom: 120px;
    width: 100%;
}

.fepage-title {
    color: #121212;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px;
    margin-bottom: 20px;
}

.fepage-text {
    color: rgba(34, 34, 34, 0.66);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.fepage-text a {
     color: rgba(34, 34, 34, 0.66);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline !important;
}

.fepage-text a:hover {
    text-decoration: none !important;
}

.fepage-text p {
    margin-bottom: 20px;
}

.fepage-text h2 {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 24px;
}

.fepage-text ul {
    list-style-type: disc;
}

.fepage-text ul li {
    display: list-item;
    list-style-position: inside;
    list-style-type: disc;
}

.fepage-text ol {
    list-style-type: decimal;
}

.fepage-text ol li {
    list-style-position: inside;
    display: list-item;
    list-style-type: decimal;
}

.fepage-text *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .defpage {
        padding-top: 190px;
    }
}