/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

footer, header, main, nav, section {
  display: block; }

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ul ul {
  margin-bottom: 0; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3; }

img {
  vertical-align: middle;
  border-style: none; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: 3.5rem; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-12, .col-sm-3, .col-sm-9, .col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

.d-flex {
  display: flex !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.justify-content-between {
  justify-content: space-between !important; }

.align-items-center {
  align-items: center !important; }

@supports (position: sticky) { }

.mb-4 {
  margin-bottom: 1.5rem !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  img {
    page-break-inside: avoid; }
  p {
    orphans: 3;
    widows: 3; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; } }
 
/* Slider */
 
@charset 'UTF-8';
/* Slider */

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */

/* Dots */
 
:root {
    --main-color: #004383;
    --secondary-color: #A82822;
}

body {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    color: #34425a;
}

.container {
    width: 100%;
}

/* boostrap.css */
.d_none {
    display: none;
}

@media (min-width: 576px) {
    .d_sm-block {
        display: block;
    }

    .d_sm-none {
        display: none !important;
    }
} 
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1023px) {
    .container {
        max-width: 768px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 480px;
    }
} 
.header-logo {
    padding: 20px 0;
}
.header-logo .logo img {
    width: auto;
    height: 50px;
}
.header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-contact .social>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.header-contact .social>ul>li {
    margin-left: 10px;
}
.header-contact .social>ul>li a {
    display: inline-block;
    color: #282828;
    background: #f5f5f5;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
}
.header-contact .social>ul>li a:hover {
    background: #ee0000;
    color: #fff;
}
.main-menu {
    background: #0e5ba6;
}
.main-menu.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.menu-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-user .user a {
    display: flex;
    align-items: center;
    line-height: 1;
    background: #e00;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 10px;
}
.menu-user .user {
    display: flex;
    margin-left: 20px;
}
.menu-nav {
    flex: auto;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.menu-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-nav ul>li {
    padding: 15px 0;
    width: 100%;
}
.menu-nav ul>li .text {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.menu-nav ul>li.has-sub {
    position: relative;
}

/* custom */
.main-menu.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

.contact-company {
    display: none;
    width: 100%;
    max-width: 400px;
}

.menu-nav .menu-btn-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    display: flex;
    align-items: center;
}

.menu-nav.show .menu-btn {
    width: 16px;
    height: 16px;
    background-image: url('/theme_vouge_hct/static/src/images/fa_chevron-down.svg');
}

.menu-nav.show .menu-btn.active {
    background-image: url('/theme_vouge_hct/static/src/images/fa_chevron-up.svg');
}

.menu-nav .submenu {
    display: none;
}

.menu-nav .submenu.show {
    display: initial;
}

.menu-nav .close-sidebar {
    display: none;
}

.menu-nav.show .close-sidebar {
    display: initial;
}

@media screen and (max-width: 767px) {
    .header-logo .logo {
        text-align: center;
    }
    .main-menu {
        padding: 10px 0;
    }
    .menu-mobile a {
        color: #fff;
        font-size: 24px;
    }
    .menu-nav {
        position: fixed;
        width: 290px;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        z-index: 1100;
        background-color: #fff;
        padding: 0 20px;
        overflow: auto;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        -webkit-transform: translate3d(-290px, 0, 0);
        -moz-transform: translate3d(-290px, 0, 0);
        -ms-transform: translate3d(-290px, 0, 0);
        -o-transform: translate3d(-290px, 0, 0);
        transform: translate3d(-290px, 0, 0);
        -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
        transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
        -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
        box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    }
    .menu-nav.show {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding-bottom: 90px;
    }
    .menu-nav ul>li .text {
        color: #333;
        padding: 10px;
        display: inline-block;
        border-bottom: 1px solid #cccc;
        width: 100%;
    }
    .menu-nav ul.submenu>li .text {
        padding-left: 30px;
    }
    .menu-nav .menu-top {
        display: block;
        position: relative;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .menu-nav .menu-top .menu-header {
        font-weight: bold;
        font-size: 20px;
    }
    .menu-nav .close-sidebar {
        position: absolute;
        font-size: 30px;
        color: var(--color-main);
        top: -5px;
        right: 0;
    }
    .menu-nav ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-nav ul>li {
        padding: 0;
    }
} 
@media screen and (min-width: 768px) {
    .contact-company ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }
    .contact-company ul>li {
        display: flex;
        align-items: center;
        flex: 50%;
        position: relative;
    }

    .contact-company ul>li .text {
        padding-left: 10px;
        flex: 0 0 calc(100% - 25px);
        max-width: calc(100% - 25px);
        line-height: 1.4;
    }
    .contact-company ul>li .icon {
        flex: 0 0 25px;
    }
    .contact-company ul>li .text span {
        display: inline-block;
        width: 100%;
        color: #676767;
        font-size: 13px;
    }
    .contact-company ul>li .text span:first-child, .contact-company ul>li .text span:first-child a {
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

    .contact-company {
        display: flex;
    }

    .contact-company ul>li:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        bottom: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 80%;
        background: #000;
        opacity: 0.1;
    }

    .contact-company .text span {
        white-space: nowrap;
    }

    /* reset */
    .menu-nav ul>li {
        width: initial;
    }

    .menu-nav .submenu {
        display: initial;
        top: 100%;
        z-index: 12;
        background-color: #fff;
        border-top: 0.1rem solid #e3e3e3;
        position: absolute;
        opacity: 0;
        filter: opacity(0);
        visibility: hidden;
        -webkit-transition: all 0.05s ease;
        transition: all 0.05s ease;
        z-index: 17;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        flex-direction: column;
        align-items: flex-start;
        min-width: 220px;
        left: 0;
        padding: 10px 15px;
        border-radius: 4px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    }

    .menu-nav ul>li.has-sub:hover .submenu {
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
    }

    .menu-nav ul>li.has-sub:hover .submenu li a {
        color: #34425a;
    }

    .menu-nav ul>li.has-sub:hover .submenu li {
        width: 100%;
        padding-top: 0;
        padding-bottom: 6px;
        margin-bottom: 6px;
        /* border-bottom: 1px solid #ddd; */
    }

    .menu-nav ul>li.has-sub:hover .submenu li a {
        text-transform: none;
    }

    .menu-nav ul>li.has-sub:hover .submenu li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .menu-nav .menu-btn-container {
        display: none;
    }
} 
.site-footer {
    background: #004383;
    margin-top: 20px;
    color: #fff;
}

.site-footer a {
    color: #fff;
    font-weight: 400;
}

.site-footer .site-footer-columns {
    padding: 40px 0;
}

.site-footer .site-footer-columns .container>div {
    gap: 20px;
}

.site-footer .footer-column {
    width: 100%;
}

.site-footer .h4-hct {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0;
}

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

.site-footer ul.footer-menu {
    font-size: 14px;
    line-height: 2.2;
}

.site-footer .h3-hct {
    margin-top: 0;
    font-size: 21px;
    font-weight: 800;
}

.site-footer ul.footer-lists {
    margin-top: 10px;
    border-top: 1px solid #ffffff80;
    padding-top: 10px;
    font-size: 14px;
}

.site-footer ul.footer-lists li img {
    display: inline-block;
    margin-right: 6px;
    width: 12px;
    height: 12px;
    vertical-align: baseline;
}

.site-footer .copyright {
    background: #022E58;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.site-footer .copyright .container>div {
    flex-direction: column;
}

.site-footer .copyright p {
    margin: 12px 0;
    text-align: center;
}

.site-footer .copyright p:first-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }
} 
@media screen and (min-width: 768px) {
    .site-footer .site-footer-columns .container>div {
        flex-wrap: nowrap !important;
    }

    .site-footer .footer-column {
        width: initial;
    }

    .site-footer .footer-column-1 {
        flex: 0 0 210px;
    }

    .site-footer .footer-column-3 {
        flex: 0 0 350px;
    }

    .site-footer .copyright .container>div {
        flex-direction: row;
    }

    .site-footer .copyright p:first-child {
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .site-footer .footer-column-3 {
        flex: 0 0 500px;
    }
    .site-footer ul.footer-lists {
        font-size: 16px;
    }
}

@media screen and (min-width: 1366px) {
    .site-footer .footer-column-3 {
        flex: 0 0 654px;
    }
}
/* .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    font-family: 'Font Awesome 6 Pro';
} */

/* Partner */ 
*, ::after, ::before {
    box-sizing: border-box;
}

body {
    /* font-family: Be Vietnam; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

}

:root {
    --main-color: #004383;
    --secondary-color: #A82822;
}

a {
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.d-grid {
    display: grid;
}

.grid-columns-1 {
    grid-template-columns: 1fr;
}

.grid-gap-10 {
    grid-gap: 10px;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

h1, .h1-hct, .h2-hct {
    font-size: 36px;
    font-weight: 800;
    line-height: 51.52px;
    margin: 0 0 20px;
}

/* .pixelplus-breadcrumb */
.pixelplus-breadcrumb {
    margin: 25px 0;
}

.pixelplus-breadcrumb nav {
    font-size: 12px;
    color: #C6C6C6;
    font-weight: 500;
}

.pixelplus-breadcrumb p {
    margin: 0;
}

.pixelplus-breadcrumb a {
    color: #C6C6C6;
}

.pixelplus-breadcrumb a:hover,
.pixelplus-breadcrumb span.last:hover {
    text-decoration: underline;
}

/* .section-title */
.section-title {
    text-transform: uppercase;
    color: var(--main-color);
}

.section-title:not(.style-2) {
    display: table;
    margin: 0 auto 40px;
    border-bottom: 3px solid var(--secondary-color);
    padding-bottom: 4px;
}

/* .about-block-1 */
.about-block-1 {
    display: flex;
    margin-bottom: 33px;
    margin-top: 40px;
}

.about-block-1-text {
    flex: 0 0 510px;
    margin: 70px 0 70px;
    margin-right: -180px;
    background: var(--secondary-color);
    position: relative;
    color: #fff;
    padding: 32px 40px 32px 37px;
}

.about-block-1-text:after {
    content: '';
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    border: 27px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: 0;
}

/* .about-block-2-top */
.about-block-2-top {
    font-family: Open Sans, sans-serif;
    background: var(--main-color) url('/theme_vouge_hct/static/src/images/content/about-block-2-top-bg.png') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 40px 50px 79px;
    font-size: 24px;
    font-weight: bold;
    line-height: 32.68px;
}

.about-block-2-bottom {
    margin-left: 34px;
    margin-right: 34px;
    margin-top: -40px;
}

.about-block-2-box {
    font-family: Open Sans, sans-serif;
    padding: 20px 20px 111px;
    background: url('/theme_vouge_hct/static/src/images/union.svg') center/cover no-repeat;
    text-align: center;
    color: #fff;
}

/* .product-cat-item */

/* .widget-nav > ul > li.active > a, */

/* fix */

/* .pagination */

.section.home-banner img {
    width: 100%;
}

/* hide contact button at bottom-right */
 
@media (max-width: 1366px) {
    body {
        color: initial;
        font-size: 14px;
        font-weight: 400;

        line-height: 1.5;
        padding: 0;
        margin: 0;
    }

    .container {

        max-width: 1200px;
    }

    .copyright {
        text-align: center;
    }

    h1, .h1-hct, .h2-hct {
        font-size: 24px;
        line-height: 1.4;
    }

    .about-block-1-text {
        margin: 30px -100px 30px 0 !important;
        flex: 0 0 424px;
    }

    .footer-column-1 {
        flex: 0 0 210px;
    }

    .footer-column-2 {
        padding: 0;
    }

    .footer-column-3 {
        flex: 0 0 500px;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    .container {
        max-width: 768px;
    }

    .about-block-1 {
        display: grid;
        grid-gap: 20px;
    }

    .about-block-1-text {
        margin: 0 !important;
    }

    .about-block-2-bottom {
        margin-left: 134px;
        margin-right: 134px;
    }

    .about-block-2-top {
        padding: 35px 30px 60px;
        font-size: 20px;
    }

    .footer-column-3 {
        flex: 0 0 350px;
    }

    .pixelplus-breadcrumb nav {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 480px;
    }

    .about-block-1-text {
        padding: 32px;
    }

    .about-block-2-bottom {
        margin-left: 34px;
        margin-right: 34px;
    }

    .about-block-2-top {
        padding: 20px 20px 60px;
        font-size: 18px;
    }

    .d-grid-sm {
        display: grid !important;
    }

    .grid-gap-sm-20 {
        grid-gap: 20px;
    }

    .section-title:not(.style-left) {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    h1, .h1-hct, .h2-hct {
        font-size: 18px;
        line-height: 1.4;
    }

    .about-block-2-box {
        max-width: 245px;
        margin: 0 auto;
    }

    .about-block-1 {
        margin-bottom: 40px;
    }


    .copyright p:first-child {
        margin-bottom: 0;
    }
}

@media (min-width: 481px) {
    .grid-columns-xs-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1025px) {
    .grid-columns-lg-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1201px) {
    .grid-gap-lg-26 {
        grid-gap: 26px;
    }
}
