section.cert {
    background: rgba(93, 199, 200, 0.1);
}
.cert-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cert-page__svg svg {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 83px;
    fill: #fff;
}

.cert-name {
    text-align: center;
    font-family: sans-serif;
    font-size: 40px;
    padding: 20px 0;
}

.cert-block {
    background: #fff;
    margin-top: 15px;
}
.cert-block:first-child {
    margin-top: 0px;
}
.cert-block-padding {
    padding: 5px;
}

.cert-block__title {
    padding: 17px 0 16px 26px;
    font-weight: bold;
    border-bottom: 1px solid rgba(93, 199, 200, 0.4);
}

.cert-block__body__text {
    padding: 0 26px 20px;
}

.cert-block__body__text--image {
    display: flex;
}
.cert-block__body__text--image:nth-child(1) {
    flex: 4;
}
.cert-block__body__text--image:nth-child(2) {
    flex: 6;
}

.cert-block__list {
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
    margin-left: 0;
}

.cert-block__list li {
    position: relative;
    padding-left: 15px;
    margin-left: 0;
    list-style: none;
}

.cert-block__list li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #5dc7c8;
}


@media screen and (max-width: 820px) {
    .cert-name {
        font-size: 28px;
    }
}
@media screen and (max-width: 400px) {
    .cert-name {
        font-size: 23px;
    }
}