.section {
    padding: 30px 0;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.title {
    margin: 0 0 30px;
    font-size: 35px;
    line-height: 50px;
    font-weight: 400;
}
@media only screen and (max-width: 1080px) {
    .col-4 {
        width: 100%;
    }
}
a {
    text-decoration: none;
}
.articles-item__image {
    height: 250px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.articles-item__image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35,31,32,.5);
}
.articles-item__inner {
    margin: 20px 0 0;
}
.articles-item__title {
    margin: 0 0 10px;
    color: #231f20;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out;
}
.articles-item__date, .article-date {
    color: rgba(35,31,32,.5);
    font-size: 14px;
}
.article-image--lg {
    height: 550px;
    margin: 15px 0 40px;
}
.article-image {
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #00a553;
}
.article-content {
    width: -webkit-calc(70% - 100px);
    width: calc(70% - 100px);
}
.article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.article p {
    margin: 0 0 15px;
    line-height: 25px;
}

.article h2 {
    margin: 0 0 15px;
}
.article ol {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: auto;
}
.article li {
    margin: 0 0 10px;
}
.article ul {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: disc;
}
.article-image--sm {
    height: 250px;
    margin: 0 0 30px;
}
blockquote {
    margin: 0;
    background: white;
    border-top: 5px solid #2ac97a;
    border-bottom: 5px solid #2ac97a;
    color: #3A3C55;
    padding: 30px 30px 30px 90px;
    position: relative;
    font-weight: 300;
}
blockquote:before {
    content: "\201C";
    font-family: serif;
    position: absolute;
    left: 20px;
    top: 20px;
    color: white;
    background: #00a553;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 50px;
    line-height: 1.35;
    text-align: center;
}
blockquote p {
    margin: 0 0 16px;
    font-size: 22px;
    letter-spacing: .05em;
    line-height: 1.4;
}
blockquote cite {
    font-style: normal;
}
.btn-lg {
    padding: 10px 40px;
    font-size: 16px;
}
.btn-primary {
    background-color: #fbd653;
    color: #231f20;
}
.btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out;
}
.article-sidebar {
    width: 30%;
}
.article-sidebar .articles-item {
    margin: 0 0 30px;
}
.articles-item__image {
    height: 250px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.articles-item__image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35,31,32,.5);
}
.articles-item__inner {
    margin: 20px 0 0;
}
.articles-item__title {
    margin: 0 0 10px;
    color: #231f20;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out;
}
.articles-item__date, .article-date {
    color: rgba(35,31,32,.5);
    font-size: 14px;
}
@media only screen and (max-width: 1180px) {
    .stock {
        padding: 20px;
    }
}
@media only screen and (max-width: 900px) {
    .article-content {
        width: 100%;
    }
}
@media only screen and (max-width: 900px) {
    .article-sidebar {
        width: 100%;
        margin: 30px 0 0;
    }
}
@media only screen and (max-width: 768px) {
    .title {
        font-size: 25px;
        line-height: 35px;
    }
}
.stock {
    padding: 30px 30px;
    border: 5px solid #00a553;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}
.stock-title {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 35px;
}
.btn-extra {
    padding: 15px 30px;
    background-color: #00a553;
    color: #fff;
}
.stock-title__number {
    font-size: 25px;
}
.dots {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}
.dot {
    width: 5px;
    height: 10px;
    background: #00a553;
    margin-left: 5px;
    align-self: flex-end;
    border-radius: 5px 5px 0 0;
    flex-flow: row;
    flex: auto;
    transition: all .25s ease;
    cursor: pointer;
}
.dot:first-child{
    margin-left: 0;
}
.dot:hover {
    height: 20px;
}
.dot.active {
    height: 20px;
}

.left_arrow {
    border: solid #00a553;
    border-width: 0 4px 4px 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 25px;
    height: 25px;
    top: 45%;
    position: absolute;
    left: 20px;
    cursor: pointer;
    transition: all .25s ease;
}
.left_arrow:hover{
    left: 10px;
}
.right_arrow {
    border: solid #00a553;
    border-width: 0 4px 4px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 25px;
    height: 25px;
    top: 45%;
    position: absolute;
    right: 20px;
    cursor: pointer;
    transition: all .25s ease;
}
.right_arrow:hover {
    right: 10px;
}
@media only screen and (max-width: 720px) {
    .btn-q2 {
        display: none;
    }
}
