span {
    display: block
}

h2 {
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.5
}

ul li,ol li {
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.5
}

ol {
    margin-left: 20px !important
}

.main {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px
}

.main__title {
    margin-top: 20px;
    text-align: center;
    font-size: 35px;
    line-height: 1.5
}

.main__img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.main__img-wrapper img {
    max-width: 850px;
    width: 100%
}

.main__text {
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.5
}

.main__text-italic {
    margin-top: 10px;
    text-align: center
}

.main__text-wrapper {
    margin-top: 20px;
    padding-left: 20px;
    background-color: #d0f6fe;
    border: 4px double rgba(3,148,165)
}

.comments {
    margin-top: 20px
}

.comments__title {
    font-size: 28px;
    font-weight: bold
}

.bottom__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.bottom__btn a {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #6aba1e;
    color: #fff;
    padding: 20px 10px
}

.comments__item {
    display: flex;
    gap: 20px;
    margin-top: 50px
}

.comments__item-ava {
    max-width: 100px;
    width: 100%;
    height: 100px;
    border-radius: 100%
}

.comments__item-info {
    display: flex;
    flex-direction: column
}

.comments__item-name {
    font-size: 20px;
    font-weight: bolder
}

.comments__item-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5
}

@media screen and (max-width: 850px) {
    .main__title {
        font-size:22px
    }
}

@media screen and (max-width: 500px) {
    .comments__item-ava {
        max-width:50px;
        width: 100%;
        height: 50px;
        border-radius: 100%
    }

    .bottom__btn a {
        font-size: 17px
    }
}
