@font-face {
    font-family: 'Dongle';
    font-style: normal;
    font-weight: 300;
    src: url('../font/Dongle-Light.ttf') format('woff2');
}

@font-face {
    font-family: 'Dongle';
    font-style: normal;
    font-weight: 400;
    src: url('../font/Dongle-Regular.ttf') format('woff2');
}

@font-face {
    font-family: 'Dongle';
    font-style: normal;
    font-weight: 700;
    src: url('../font/Dongle-Bold.ttf') format('woff2');
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    width: 100%;
    font-family: 'Dongle', sans-serif;
}

header {
    width: 1200px;
    margin: 0 auto;
}

header .top-container {
    position: relative;
}

header .top-container .logo {
    width: 162px;
    height: 162px;
    margin: 0 auto;
    background-image: url("../images/aromaflow_logo.svg");
}

header .top-container .mobile-navigation-trigger {
    position: absolute;
/*    right: 25px;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%);
    display: none;*/

    right: 0;
    top: 0;
    height: 100%;
    width: 120px;
    display: none;

}

header .top-container .mobile-navigation-trigger div {
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: auto;
    width: 100%;
    height: 100%;
}


header nav {
    width: 100%;
    padding: 0;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
}

header nav .mobile-navigation-close {
    text-align: right;
    cursor: pointer;
    margin-top: 25px;
    margin-right: 15px;
    display: none;
}

header nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    position: relative;
}

header nav ul ul {
    display: none;
    position: absolute;
    text-align: left;
    background: #ffffff;
    top: 52px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

header nav ul li {
    padding: 10px 30px;
    display: inline-block;
}

header nav ul li a {
   color: #000000;
    font-size: 23px;
    font-weight: 300;
    text-decoration: none;
}

header nav ul li a:hover {
    color: #72B01D;
}

header nav ul li.selected a {
    font-weight: 700;
}


header nav ul li:hover ul {
    display: block;
}

header nav ul ul li {
    display: block;
    padding: 6px 14px;
}

.events-banner {
    height: 600px;
    width: 1200px;
    margin: 35px auto;
}

.events-banner .banner {
    width: 100%;
    height: 100%;
    background: #C1D37F;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.events-banner .banner:after {
    content: '';
    display: block;
    clear: both;
}

.events-banner .banner .left-container {
    flex-grow: 1;
    flex-basis: 50%;
}

.events-banner .banner .left-container .top-container {
    color: #2C4E3F;
    padding: 70px;
}

.events-banner .banner .left-container .top-container .small-title {
    font-size: 28px;
    font-weight: 400;

}

.events-banner .banner .left-container .top-container .title {
    font-size: 68px;
    line-height: 50px;
    font-weight: 400;
}

.events-banner .banner .left-container .top-container .short-description {
    font-weight: 300;
    font-size: 27px;
    line-height: 26px;
    margin-top: 25px;
}

.events-banner .banner .left-container .bottom-container {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 50%;
}

.events-banner .banner .left-container .bottom-container .navigations {
    padding: 10px 70px 10px 70px;
    display: grid;
    grid-template-columns: auto auto auto;


    align-items: center;
}

.events-banner .banner .left-container .bottom-container .more-info {

}

.events-banner .banner .left-container .bottom-container .more-info a {
    font-weight: 300;
    font-size: 25px;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #2C4E3F;
}

.events-banner .banner .left-container .bottom-container .more-info a:hover {
    text-decoration: none;
}

.events-banner .banner .left-container .bottom-container .slide-indicator {
margin-top: 5px;
}
.events-banner .banner .left-container .bottom-container .slide-indicator .circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #2C4E3F;
    display: inline-block;
    cursor: pointer;
}

.events-banner .banner .left-container .bottom-container .slide-indicator .circle.selected {
    background: #2C4E3F;
}

.events-banner .banner .left-container .bottom-container .slide-controls {
    margin-top: 10px;
}

.events-banner .banner .left-container .bottom-container .slide-controls img {
    cursor: pointer;
}

.events-banner .banner .left-container .bottom-container .slide-controls img:last-child {
    float: right;
}

.events-banner .banner .right-container {
    flex-grow: 1;
    flex-basis: 50%;
}

.events-banner .banner .right-container .bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url("../images/no_image_600_600.png");
}

.limited-container {
    width: 1200px;
    margin: 0 auto;
}

.big-buttons-group {
    display: grid;
    width: 100%;
    margin: 35px auto;
    column-gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}

.big-buttons-group .big-button {
    padding-bottom: 55%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: auto;
}

.big-buttons-group .big-button:hover {
    filter: grayscale(60%);
}

.big-buttons-group .big-button div {
    position: absolute;
    color: #ffffff;
    font-size: 44px;
    text-align: center;
    line-height: 38px;
}

.content-style-1 {
    display: grid;
    margin: 35px auto;
    column-gap: 35px;
    grid-template-columns: auto 350px;
}

.content-title {
    font-size: 34px;
    font-weight: 400;
    color: #333333;
    width: 100%;
    margin-bottom: 45px;
    border-bottom: solid 1px #E0E0E0;
}

.content-title span {
    display: inline-block;
}

.content-title span::after {
    content: '';
    border-bottom: 1px solid #000;
    display: block;
    margin-bottom: -1px;
}

.content-style-1 .left-container {

}

.content-style-1 .right-container {

}

.box-grid {
    width: 100%;
    display: grid;
    column-gap: 35px;
    margin-bottom: 45px;
    grid-template-columns: repeat(2, 1fr);
}

.box-grid.row-grid {
    grid-template-columns: auto;
}

.box-grid .big-post-box {

}

.box-grid a {
    text-decoration: none;
}

.box-grid .big-post-box .image {
    padding-bottom: 47%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-grid .big-post-box .image img {
    width: 100%;
}

.box-grid .big-post-box .title {
    font-weight: 400;
    font-size: 40px;
    color: #333333;
    line-height: 32px;
    display: block;
    margin-top: 10px;
}

.box-grid .big-post-box .publish-date {
    color: #BDBDBD;
    display: block;
    font-size: 26px;
    margin: 10px 0;
    line-height: 21px;
}

.box-grid .big-post-box .short-description {
    display: block;
    color: #4F4F4F;
    font-size: 28px;
    line-height: 24px;
    font-weight: 300;
}

.box-grid .small-post-box-group {
    display: grid;
    row-gap: 45px;
    grid-template-columns: auto;
}

.box-grid .small-post-box {
    width: 100%;
    display: grid;
    column-gap: 19px;
    grid-template-columns: repeat(2, 1fr);
}

.box-grid .small-post-box.row-grid {
    grid-template-columns: 130px auto;

}

.box-grid .small-post-box .image {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-grid .small-post-box img {
    width: 100%;
}

.box-grid .small-post-box .right-side {
    position: relative;
}

.box-grid .small-post-box .right-side .publish-date {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

.box-grid .small-post-box .title {
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 22px;
    display: block;
}

.box-grid .small-post-box .publish-date {
    color: #BDBDBD;
    display: block;
    font-size: 26px;
    margin: 10px 0;
    line-height: 21px;
}

.box-grid .small-post-box .short-description {
    display: block;
    color: #4F4F4F;
    font-size: 26px;
    line-height: 21px;
    font-weight: 300;
}

.box-grid a:hover .title {
    color: #72B01D;
}

.about-me-side-content {
    text-align: center;
}

.about-me-side-content .image {
    width: 100%;
}

.about-me-side-content .image img {

}

.about-me-side-content .full-name {
    color: #000000;
    font-weight: 400;
    font-size: 40px;
    line-height: 58px;
}

.about-me-side-content .short-description {
    font-weight: 300;
    font-size: 28px;
    line-height: 24px;
    color: #4F4F4F;
    margin-bottom: 35px;
}

.about-me-side-content .short-description p b {
    font-weight: 400;
}

.about-me-side-content .short-description p {
    padding: 0;
    margin: 10px 0;
    font-weight: 300;
    font-size: 28px;
    line-height: 24px;
    color: #4F4F4F;
}

.btn-style-1 {
    color: #ffffff;
    padding: 5px 20px;
    background: #3E5641;
    font-weight: 400;
    font-size: 28px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

.btn-style-1:hover {
    background: #83A587;
}

.center-block {
    text-align: center;
}

.fixed-content {
    display: grid;
    width: 1100px;
    margin: 35px auto;
    column-gap: 35px;
    grid-template-columns: auto 350px;
}

h1 {
    line-height: 70px;
    font-size: 90px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

h1.align-center {
    text-align: center;
}

h1.mt-50 {
    margin-top: 50px;
}

h2 {
    line-height: 60px;
    font-size: 68px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

h2.extra-top-padding {
  padding-top: 20px;
}

.container-center {
    text-align: center;
}

.fixed-content .content-area p {
    font-size: 28px;
    line-height: 26px;
    font-weight: 300;
}

.blog-post {
    display: grid;
    width: 1200px;
    margin: 35px auto;
    column-gap: 35px;
    grid-template-columns: 30px auto 350px;
}

.blog-post .cover-image {
    width: 100%;
}

.blog-post .left-container .share-on-social-media .share-text {
    font-size: 22px;
    font-weight: 400;
    color: #828282;
}

.blog-post .left-container .share-on-social-media {
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: auto;
}

.blog-post .left-container .share-on-social-media .facebook-tag:hover svg path{
    fill: #4267B2;
}

.blog-post .info-box .publish-date {
    display: inline-block;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-right: 35px;
    margin-bottom: 10px;
}

.blog-post .info-box .tag {
    display: inline-block;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    color: #72B01D;
    margin-bottom: 10px;
}

.blog-post .content-area p {
    font-size: 28px;
    line-height: 26px;
    font-weight: 300;
}

.buttons-group {
    width: 100%;
    list-style: none;
    margin: 25px 0;
    text-align: center;
    padding: 0;
}

.buttons-group li {
    display: inline-block;
    margin-bottom: 30px;
}

.buttons-group li a {
    padding: 4px 20px;
    font-weight: 300;
    font-size: 28px;
    line-height: 24px;
    text-align: center;
    color: #4F4F4F;
    text-decoration: none;
}

.buttons-group li.active a {
    background: #3E5641;
    color: #ffffff;
}

.buttons-group li a:hover {
    background: #83A587;
    color: #ffffff;
}

footer {
    background: #FFF7F5;
    padding: 50px 0 10px;
}

footer .inner-container {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    column-gap: 50px;
    grid-template-columns: 160px auto auto auto 30px;
}

footer .small-title {
    font-weight: 400;
    font-size: 25px;
    color: #333333;
}

footer .contact-rows p {
    font-weight: 400;
    font-size: 25px;
    line-height: 22px;
    color: #333333;
    margin: 10px 0;
}

footer .contact-rows p a {
    color: inherit;
    text-decoration: none;
    margin-left: 3px;
}

footer .contact-rows p a:hover {
    color: #72B01D;
}

footer .list-style-1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .list-style-1 li {
    display: block;
}

footer .list-style-1 li a {
    display: block;
    font-weight: 300;
    font-size: 25px;
    line-height: 36px;
    align-items: center;
    color: #000000;
    text-decoration: none;
}

footer .list-style-1 li a:hover {
    color: rgba(0, 0, 0, 0.4);
}

footer .social-media {
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-rows: 50px 50px;
}

footer .footer-bottom {
    display: grid;
    width: 1200px;
    margin: 0 auto;
    align-items: center;
    grid-template-columns: auto auto;

    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
}

footer .footer-bottom div:last-child {
    text-align: right;
}

footer .footer-bottom div a {
    color: inherit;
    text-decoration: none;
}

footer .footer-bottom div a:hover  {
    color: #72B01D;
}

.about-me-image img {
    margin-top: 45px;
}

.about-me-image span {
    display: block;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
}

.limited-content-720 {
    width: 720px;
    margin: 0 auto;
}

.limited-content-720 p, .limited-content-720 ul li  {
    font-weight: 300;
    font-size: 28px;
    line-height: 26px;
    color: #333333;
}

.limited-content-720 p.small-title {
    font-weight: 700;
}

.limited-content-720 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.limited-content-720 ul li:before {
    content:"·";
    font-size:50px;
    vertical-align:middle;
    line-height:21px;
}

.limited-content-720 ul li {
    padding: 6px 0;
}


ul.list-style-2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list-style-2 li  {
    font-weight: 300;
    font-size: 28px;
    line-height: 26px;
    color: #333333;
    padding: 6px 0;
}

ul.list-style-2 li:before {
    content:"·";
    font-size:50px;
    vertical-align:middle;
    line-height:21px;
}

p.remove-bottom-margin {
    margin-bottom: 4px;
}

.login {
    display: grid;
    height: 100vh;
    justify-items: center;
    align-items: center;
    grid-template-rows: auto;
}

.login form label {
    font-weight: 300;
    font-size: 23px;
    line-height: 23px;
    color: #000000;
    text-align: left !important;
    display: block;
}

.login form input {
    padding: 12px 15px;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 4px;
    display: block;
    width: 270px;
    font-size: 100%;
    margin-bottom: 15px;
}

.login h1{
    margin-bottom: 45px;
}

.login form {
    text-align: center;
}

.login form button {
    color: #ffffff;
    padding: 15px 20px;
    background: #3E5641;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.login form button:hover {
    background: #83A587;
}

.login .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    margin-top: 10px;
    font-size: 22px;
    border-radius: 0.25rem;
}

.button-with-img {
    padding: 12px 20px 12px 36px;
    color: #ffffff;
    font-weight: 400;
    font-size: 28px;
    line-height: 24px;
    background: #3E5641 url('../images/pdf_icon.svg') no-repeat 10px center;
    cursor: pointer;
    display: inline-block;
    margin: 8px 0;
}

.certificate-images {
    display: grid;
    column-gap: 35px;
    margin-top: 45px;
    margin-bottom: 45px;
    grid-template-columns: auto auto auto;
}

.certificate-images img {
    width: 100%;
}

.pagination {
    text-align: center;
}

.pagination ul {
    list-style: none;
    padding: 0;
}

.pagination ul li {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-left: -4px;
    cursor: pointer;
}

.pagination ul li a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.pagination ul li.arrow {
    background: #3E5641;
    border: solid 1px #3E5641;
}

.pagination ul li.default {
    background: #FFFFFF;
    color: #4F4F4F;
    font-weight: 400;
    font-size: 24px;
    border: 1px solid #E0E0E0;
}

.pagination ul li.default.selected {
    background: #E0E9BF;
    border: 1px solid #E0E0E0;
}

.pagination ul li.default:hover {
    background: #E0E9BF;
}

.pagination ul li.arrow:hover {
    border: solid 1px #83A587;
    background: #83A587;
}

.pagination ul li.dots {
    background: #FFFFFF;
    border: 0;
}

.pagination ul li.dots:hover {
    background: #FFFFFF;
    cursor: not-allowed;
}

.page_404 .limited-container {
     margin: 50px auto;
}

.page_404 .m-title {
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
}

.page_404 p {
    font-weight: 300;
    font-size: 28px;
    line-height: 26px;
    text-align: center;
    color: #333333;
}

@media screen and (max-width: 1200px) {
    header {
        width: 100%;
    }

    .limited-container {
        width: 100%;
    }

    .events-banner {
        width: 96%;
        height: auto;
        margin: 35px 2%;
    }
    .events-banner .banner .left-container .top-container {
        padding: 25px;
    }

    .events-banner .banner .left-container .bottom-container {
        padding: 25px;
    }

    .events-banner .banner .left-container .bottom-container {
        position: relative;
        width: 100%;
        margin-top: 25px;
        padding-left: 0;
        padding-right: 0;
    }

    .events-banner .banner .left-container .bottom-container .navigations {
        padding: 0 25px;
    }

    .big-buttons-group {
        width: 96%;
    }

    .content-style-1 {
        width: 96%;
    }

    .blog-post {
        width: 96%;
        column-gap: 25px;
    }

    footer .inner-container {
        width: 96%;
        margin: 0 auto;
    }

    footer .footer-bottom {
        width: 96%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 1100px) {
    .fixed-content {
        width: 96%;
    }

    .box-grid {
        column-gap: 0;
        row-gap: 45px;
        margin-bottom: 45px;
        grid-template-columns: auto;
    }


    .box-grid .small-post-box {
        width: 100%;
        display: grid;
        column-gap: 0;
        row-gap: 10px;
        grid-template-columns: auto;
    }

    .box-grid .small-post-box .image {
        padding-bottom: 47%;
    }

    .box-grid .small-post-box.row-grid .image {
        padding-bottom: 100%;
    }

    .box-grid .small-post-box.row-grid .right-side {
        padding-left: 15px;
    }

    .box-grid .small-post-box .title {
        font-size: 40px;
        line-height: 32px;
    }

    .box-grid .small-post-box.row-grid .title {
        font-size: 30px;
        line-height: 22px;
    }

    .box-grid .small-post-box .short-description {
        font-size: 28px;
        line-height: 24px;
    }

    .box-grid .small-post-box .right-side .publish-date {
        left: 15px;
    }
}

@media screen and (max-width: 1000px) {
    header nav ul li {
        padding: 10px 15px;
    }

    .fixed-content {
        width: 96%;
    }

    h1 {
        line-height: 51px;
        font-size: 65px;
    }

    h2 {
        line-height: 40px;
        font-size: 50px;
    }
}

@media screen and (max-width: 800px) {

    header nav ul li:hover ul {
        display: none;
    }

    header nav  {
        background: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        margin-top: 0;
        padding-top: 0;
        border: 0;
        display: none;
        z-index: 1;
    }

    header nav ul li {
        display: block;
        text-align: right;
        padding: 0 15px;
    }
    header nav ul li a {
        font-size: 33px;
    }

    header nav ul ul {
        position: relative;
        top: 0;
        right: 0;
        text-align: right;
        box-shadow: none;
        background: transparent;
    }

    header nav ul ul li {
        padding: 0;
        display: block;
    }

    header .top-container .mobile-navigation-trigger {
        display: block;
    }

    header nav .mobile-navigation-close {
        display: block;
    }

    .events-banner .banner {
        display: flex;
        height: auto;
        flex-direction: column;
    }

    .events-banner .banner .left-container {
        float: none;
        width: 100%;
        padding: 25px 0;
        order: 2;
    }

    .events-banner .banner .right-container {
        float: none;
        width: 100%;
        order: 1;
    }

    .events-banner .banner .right-container .bg-image {
        padding-bottom: 100%;
    }

    .fixed-content {
        width: 94%;
        margin: 35px auto;
        column-gap: 0;
        grid-template-columns: auto;
    }

    h1 {
        line-height: 40px;
        font-size: 54px;
    }

    h2 {
        line-height: 40px;
        font-size: 54px;
    }

    .content-style-1 {
        display: grid;
        margin: 35px auto;
        column-gap: 0;
        row-gap: 45px;
        grid-template-columns: auto;
    }

    .blog-post {
        column-gap: 0;
        row-gap: 45px;
        grid-template-columns: auto;
        margin-top: 0;
    }

    .blog-post .left-container {
        display: none;
    }

    .blog-post .info-box {
        margin-top: 15px;
    }

    .blog-post .content-area {
        margin-top: -20px;
    }

    footer .inner-container {
        width: 70%;
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 720px) {
    .limited-content-720 {
        width: 94%;
    }
}

@media only screen and (max-width: 600px) {

    .events-banner .banner .left-container .top-container .title {
        font-size: 30px;
    }

    .big-buttons-group {
        width: 90%;
        row-gap: 20px;
        grid-template-columns: auto;
    }

    footer .inner-container {
        width: 90%;
        grid-template-columns: auto auto;
    }

    .page_404 .limited-container img {
        width: 86%;
        margin-left: 8%;
    }

}
@media only screen and (max-width: 500px) {
    .events-banner .banner .left-container .bottom-container .navigations {
        grid-template-columns: auto;
        justify-items: center;
        align-items: center;
    }

    .events-banner .banner .left-container .bottom-container .navigations .slideLeft {
        margin-right: 10px;
    }

    .events-banner .banner .left-container .bottom-container .navigations .slideRight {
        margin-top: 0;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 450px) {
    .events-banner .banner .left-container .bottom-container {
        font-size: 12vw;
        line-height: 13vw;
        padding: 0;
    }

    footer {
        padding: 15px 0;
    }

    footer .inner-container {
        width: 96%;
        grid-template-columns: auto;
        justify-items: center;
        align-items: center;
        text-align: center;
        row-gap: 15px;
    }

    .certificate-images {
        row-gap: 35px;
        width: 96%;
        margin: 35px auto;
        grid-template-columns: auto;
    }


    .pagination ul li:nth-child(n+2):nth-child(-n+5) {
        display: none;
    }

    header .top-container .mobile-navigation-trigger {
        width: 70px;
    }

    footer .footer-bottom {
        grid-template-columns: auto;
        row-gap: 15px;
        text-align: center;
    }

    footer .footer-bottom div:last-child {
        text-align: center;
    }

    .events-banner .banner .left-container .bottom-container .navigations .slideRight {
        margin-top: 19px;
    }

    .events-banner .banner .left-container .bottom-container .navigations .more-info {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 340px) {
    .events-banner .banner .left-container .bottom-container .navigations {
        grid-template-columns: auto;
    }

    .events-banner .banner .left-container .bottom-container div {
        margin-bottom: 15px;
    }

    .events-banner .banner .left-container .bottom-container .slide-indicator {
        text-align: center;
    }

    .events-banner .banner .left-container .bottom-container .more-info {
        text-align: center;
    }
}
