.postpage a{
    color: #26AEB2;
}
.postpage{
    margin-bottom: 80px;
}
.postpage .titlenews-h1{
    margin: 0 auto 8px 0;
}
.postpage time{
    font-size: 18px;
    line-height: 1.7;
    color: #B0B0B0;
    display: block;
}
.postpage figure{
    margin: 32px 0 80px 0;
}
.postpage .titleimg{
    margin: 0;
}
.postpage img{
    width: 100%;
    height: 615px;
    border-radius: 32px;
    object-fit: cover;
    margin: 80px 0;
}
.postpage p img{
    width: 1240px;
}
.postpage .titlepost{
    width: 1027px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 24px;
}
.postpage p{
    width: 1027px;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 24px 0;
}
.postpage blockquote{
    margin: 0;
    background: url("data:image/svg+xml, %3Csvg%20width%3D%2285%22%20height%3D%2285%22%20viewBox%3D%220%200%2085%2085%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.625%2042.4997L36.3429%2067.2913L42.5%2061.356L22.9392%2042.4997L42.5%2023.6434L36.3429%2017.708L10.625%2042.4997Z%22%20fill%3D%22%237FF1F4%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M35.4167%2042.4997L61.1346%2067.2913L67.2917%2061.356L47.7309%2042.4997L67.2917%2023.6434L61.1346%2017.708L35.4167%2042.4997Z%22%20fill%3D%22%237FF1F4%22%2F%3E%0A%3C%2Fsvg%3E") top 0 left 0 / 85px 85px no-repeat;
    width: 690px;
    min-height: 85px;
    margin: 0;
    font-style: italic;
    padding: 0 0 24px 105px;
    font-size: 18px;
    line-height: 1.7;
}
.postpage blockquote p{
    width: 100%;
}
footer{
    margin-top: 80px;
}


@media only screen and (max-width: 1240px){
    .postpage{
        margin-bottom: 40px;
    }
    .postpage .titlenews-h1{
        margin: 0 auto 10px 0;
    }
    .postpage time{
        font-size: 14px;
        line-height: 1.6;
    }
    .postpage figure{
        margin: 32px 0 30px 0;
    }
    .postpage img{
        height: 347px;
        margin: 30px 0;
    }
    .postpage .titlepost{
        width: 100%;
        font-size: 22px;
    }
    .postpage p{
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }
    .postpage blockquote{
        background-size: 60px 60px;
        width: calc(100% - 80px);
        min-height: 60px;
        padding: 0 0 24px 80px;
        font-size: 16px;
        line-height: 1.6;
    }
    .postpage p img{
        width: 698px;
    }
    footer{
        margin-top: 40px;
    }
}


@media only screen and (max-width: 699px){
    .postpage time{
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 16px;
    }
    .postpage figure{
        margin: 16px 0 24px 0;
    }
    .postpage img{
        height: 163px;
        border-radius: 16px;
        margin: 16px 0 24px 0;
    }
    .postpage .titlepost{
        font-size: 18px;
        line-height: 1.4;
    }
    .postpage p{
        font-size: 14px;
    }
    .postpage blockquote{
        background-size: 36px 36px;
        width: calc(100% - 44px);
        min-height: 36px;
        padding-left: 44px;
        font-size: 14px;
    }
    .postpage p img{
        width: 328px;
    }
    footer{
        margin-top: 40px;
    }
}