@charset "UTF-8";

/*
Theme Name: DCLOG
Theme URI: DCLOG
Author: https://mcwebdesign.pl
Author URI: https://mcwebdesign.pl
Description: DCLOG theme
Version: 1.0
Text Domain: DCLOG
*/


html {
  overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.project_max_width {
  width: 1500px;
}

.width10 {
  width: 10%;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.width33 {
  width: 33%;
}

.width34 {
  width: 34%;
}

.width35 {
  width: 35%;
}

.width40 {
  width: 40%;
}

.width45 {
  width: 45%;
}

.width50 {
  width: 50%;
}

.width55 {
  width: 55%;
}

.width60 {
  width: 60%;
}

.width65 {
  width: 65%;
}

.width70 {
  width: 70%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 80%;
}

.width85 {
  width: 85%;
}

.width90 {
  width: 90%;
}

.width95 {
  width: 95%;
}

.width100 {
  width: 100%;
}

.height10 {
  height: 10vh;
}

.height20 {
  height: 20vh;
}

.height30 {
  height: 30vh;
}

.height40 {
  height: 40vh;
}

.height50 {
  height: 50vh;
}

.height60 {
  height: 60vh;
}

.height70 {
  height: 70vh;
}

.height80 {
  height: 80vh;
}

.height90 {
  height: 90vh;
}

.height100 {
  height: 100vh;
}

.height_100p {
  height: 100%;
}

.height_90p {
  height: 90%;
}

.flex_column {
  flex-direction: column;
}

.flex_row {
  flex-direction: row;
}

.flex_row_revers {
  flex-direction: row-reverse;
}

.flex_warp {
  flex-wrap: wrap;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.flex {
  display: flex;
}

.marginauto {
  margin: auto;
}

.align_center {
  align-items: center;
}

.align_baseline {
  align-items: baseline;
}

.justify_center {
  justify-content: center;
}

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

.justify_spacearound {
  justify-content: space-around;
}

.justify_end {
  justify-content: end;
}

.align_end {
  align-items: end;
}

.position_absolute {
  position: absolute;
}

.position_relative {
  position: relative;
}

.absolute_bottom {
  bottom: 0;
}

.absolute_right {
  right: 0;
}

.absolute_left {
  left: 0;
}

.absoulte_center {
  left: 50%;
  transform: translate(-50%);
}

.flex_wrap {
  flex-wrap: wrap;
}

.alignitems_baseline {
  align-items: baseline;
}

html {
  scroll-behavior: smooth;
}

.mc_align_center {
  align-items: center;
}

.mc_position_fixed {
  position: fixed;
}

.top_0 {
  top: 0;
}

.mc_background{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ---------------- must have ----------------------------- */

.mc_overflow_hidden {
  overflow-x: hidden;
}

.mc_project_width {
  width: 1520px;
}

.mc_project_width_big{
  width: 1750px;
}

.mc_header{
  height: 100px;
}

.bg_white{
  background-color: #fff;
}

.mc_header_margin{
  margin-top: 100px;
}

.mc_text_normal{
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
}

.mc_text_normal_small{
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.96px;
  text-align: left;

}

.mc_text_medium{
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 37.44px;
  text-align: left;

}

.mc_text_big{
  font-family: Inter;
  font-size: 33px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
}

.mc_text_big_2{
  font-family: Inter;
  font-size: 36px;
  font-weight: 400;
  line-height: 56.16px;
  text-align: left;

}

.mc_tittle{
  font-family: Inter;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  text-align: left;
}

.mc_tittle_small{
  font-family: Inter;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}



.mc_tittle_big{
  font-family: Inter;
  font-size: 70px;
  font-weight: 700;
  line-height: 100px;
  text-align: left;
}

.mc_tittle_big_2{
  font-family: Inter;
  font-size: 36px;
  font-weight: 400;
  line-height: 43px;
  text-align: right;

}

.mc_text_width_max{
  max-width: 548px;
}

.mc_text_transform_uppercase{
  text-transform: uppercase;
}

.mc_font_black{
  color:#000;
}

.mc_medium_text{
  max-width: 409px;
}

.mc_font_grey{
  color:#454D5E;
}

.mc_font_white{
  color:#FFFFFF;
}

.mc_font_blue{
  color: #00ADEB;
}

.mc_bg_blue{
  background-color: #00ADEB;
}

.mc_text_max_width{
  max-width: 536px;
}

.mc_text_margin{
  margin:66px 0px;
}

.mc_section_margins{
  margin: 60px 0px 142px 0px;
}

.mc_logo_pc img{
  width:219px;
  height: 68px;
}

.mc_bg_grey{
  background-color: #5E719A;
}

.mc_bg_grey_white{
  background-color: #CED5E2;
}

.mc_max_width50{
  max-width: 50%;
}

.mc_text_center{
  text-align: center;
}

.mc_background_contain{
  background-position: top right;
  background-repeat: no-repeat;

}

.mc_bg_50_grey{
  background: linear-gradient(to right, #5E719A calc(50% - 60px), transparent calc(50% - 60px));
}

.mc_about_padding{
  padding-top: 125px;
}

.mc_flex_right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.mc_bg_grey_grey_light {
  background: linear-gradient(
    to right, 
    #5E719A calc(50% - 60px), 
    transparent calc(50% - 60px), 
    transparent calc(50% + 60px), 
    #CED5E2 calc(50% + 60px)
  );
}

.mc_dark_blue_button{
  width: 310px;
  height: 46px;
  background: #143369;
  color: #FFFFFF;
  font-family: Inter;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  display:flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  position:relative;
  z-index: 2;
  transition:all 0.3s ease-in-out
}

.mc_dark_blue_button:hover{
  background: #00ADEB;
}

.mc_dark_blue_button_udner{
  position: absolute;
  background-color: #00ADEB;
  width: 50px;
  height: 46px;
  right: -15px;
  z-index: 1;
}

.mc_button{
  width:310px;
}

.mc_big_img{
  max-width: 634px;
  height: auto;
}

.mc_margin_top_title_text{
  margin-top: 65px;
}

.mc_button_margin{
  margin-top: 65px;
}

.mc_margin_tittle{
  margin-bottom: 63px;
}

.mc_margin_text_2{
  margin-bottom: 38px;
}

/* Definicja klasy mc_triangle_end */
.mc_triangle_end::after {
  content: '';
  position: absolute;
  top: 0;
  right: -40px; /* Dostosuj tę wartość, aby przesunąć trójkąt na zewnątrz */
  width: 40px; /* Szerokość trójkąta */
  height: 100%; /* Wysokość dopasowana do elementu nadrzędnego */
  background-color: #5E719A; /* Kolor tła trójkąta */
  clip-path: polygon(0 0, 100% 50%, 0 100%); /* Tworzy trójkąt z ostrym zakończeniem */
}

.mc_text_normal_small{
  padding: 10px 0px;
}

.mc_margin_bg{
  margin: 80px 0px;
}

.mc_font_color_grey{
  color:#2F2B27;
}

.mc_bg_grey_light{
  background-color: #F4F6FA;
}

.post-content{
  max-width: 514px;
}

.mc_top_small_margin{
  margin-top: 55px;
}

.mc_bg_dark_blue{
  background-color: #181E2A;
}

.mc_small_padding{
  padding:20px 0px 35px 0px;
}

.mc_post_gap{
  gap:110px;
}

.read-more {
  width: 164px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  color: #FFFFFF;
  background: #143369;
  text-transform: uppercase;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition:all 0.3s ease-in-out
}

.read-more:hover {
  background: #00ADEB;
}

.read-more_under{
  position:absolute;
  background-color: #CED5E2;
  right:-15px;
  height: 100%;
  width:50px;
  z-index: 1;
}

.mc_button_more{
  width:164px;
}

.post-item{
  margin-bottom: 97px;
  border-left: 2px #CED5E2 solid ;
  padding-left: 67px;
}

.post-thumbnail img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mc_gap_margin{
  margin: 50px 0px;
}

.mc_triangle_right {
  position: relative;
  clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 50%, calc(100% - 60px) 100%, 0 100%); /* Kształt zaostrzonego końca */
}

.mc_triangle_left {
  position: relative;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 60px 100%, 0 50%); /* Kształt zaostrzonego końca po lewej stronie */
}

.mc_margin_left_text{
  margin-left: 100px;
  max-width: 481px;
}

.forminator-ui{
  font-family: Inter;
}

.forminator-button-submit {
  background-color: #143369;
  color: #FFFFFF;
  width: 100% !important;
  height: 46px;
  display: flex;
  text-transform: uppercase;
}

.mc_small_img{
  max-width: 440px;
  height: auto;
}

.mc_img_margin_right{
  margin-right: 10%;
}

.mc_section_gap{
  margin-top: 200px;
}

.mc_text_bold{
  font-weight: 700;
}

.mc_border_left{
  border-left: #CED5E2 2px solid;
}

.mc_border_right{
  border-right: #CED5E2 2px solid;
}

.mc_tittle_bottom_margin{
  margin-bottom: 43px;
}

.mc_small_tittle_margin_bottom{
  margin-bottom:15px;
}

.mc_img_border{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:1%;
}

.mc_img_border div{
  border: 1px solid #8E97A4;
  border-top: 0px;
  padding:10px;
  height: 242px;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 14.385%;
  margin-bottom:15px;
}

.mc_img_border img{
  width: 80%;
  height: auto;
}

.mc_tittle_margin{
  margin-bottom: 130px;
}

.mc_text_bottom_margin{
  margin-bottom: 50px;
}

.mc_footer_padding{
  padding: 48px 0px 55px 0px;
}

.mc_footer_tittle{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.5px;
  text-align: left;
  margin-bottom: 15px;
}

.mc_footer_text{
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
}

.mc_gap_footer_link{
  gap:20%;
}

.mc_logo_pc_footer img{
  max-width: 644px;
}

.mc_copyrights{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.5px;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 20px 0px;
}

.mc_footer_gap{
  gap:70px;
}

.mc_gap_social{
  gap:5px;
}

.mc_social_position{
  position: absolute;
  right:0;
  bottom:55px;
}

.mc_logo_pc_footer img{
  width: 644px;
  height: auto;
}

.mc_bottom_loga{
  margin-bottom: 120px;
}

.mc_burger_space{
  display: none;
}

.mc_menu_pc{
  display: flex;
  align-items: center;
}

.mc_menu_pc ul{
  display: flex;
  gap:34px;
}

.mc_menu_pc li{
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 21.5px;
  text-align: center;
}

.mc_menu_pc li a{
  text-decoration: none;
  color:#000;
  text-transform: uppercase;
}

.mc_menu_container_pc {
  z-index: 99999;
}

.mc_img_space_bottom{
  margin-bottom: 28px;
}

.mc_mobile_section{
  display: none;
}

.mc_mobile_section_2{
  display: none;
}

.mc_mobile_flex{
  display: none;
}


.mc_bar{
  min-height: 134px;
}

.mc_big_blue_tittle{
  font-family: Montserrat;
  font-size: 64px;
  font-weight: 500;
  line-height: 100px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color:#00ADEB;
  text-decoration:none;
  text-transform:uppercase;
}

.single-post .post-container{
  margin-top: 80px;
}

.single-post .mc_section_margins{
  margin: 60px 0px 60px 0px;
}

.breadcrumbs-container{
  padding: 10px 0px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 24.96px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.single-post .post-text{
  margin-bottom: 10vw;
}

.breadcrumbs-container a{
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 24.96px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color:#00ADEB;
  text-decoration: none;
}

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

  .mc_project_width_big {
    width:95%;
  }

}

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

  .mc_project_width {
    width:95%;
  }

}

@media only screen and (max-width: 1550px) {
  .mc_bar .mc_tittle{
    font-size: 3vw;
  }
}

@media only screen and (max-width: 1360px) {
  .mc_footer_gap .width30, .mc_footer_gap  .mc_footer_column{
    width: 40%;
  }
}

@media only screen and (max-width: 1350px) {
  .mc_logo_pc_footer img{
    width: 100%;
    height: auto;
  }
}

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

  .mc_top_section .img_big{
    width: 50%;
    height: auto;
  }

  .mc_big_img {
    width:90%;
    height: auto;
  }

  .mc_top_section .img_small{
    width: 20%;
    height: auto;
  }

  .mc_footer_gap .width30, .mc_footer_gap  .mc_footer_column{
    width: 45%;
  }

}

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

  .mc_section_gap{
    margin-top: 100px;
  }

  .mc_text_normal{
    font-size: 16px;
    line-height: 28px;
  }

  .mc_text_big{
    font-size: 30px;
    line-height: 36px;
  }

  .mc_section_margins{
    margin:30px 0px 100px 0px;
  }

}

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

  .mc_footer_gap{
    flex-wrap: wrap;
  }

  .post-item{
    margin-bottom: 30px;
    padding-left: 30px;
  }

  .mc_post_gap {
    gap: 50px;
  }

  .mc_max_width50{
    max-width: 100%;
  }
 
  .mc_mobile_section img{
    object-fit: cover;
    width:100%;
  }

  .mc_top_section{
    flex-direction: column;
    align-items: center;
  }

  .mc_text_big{
    font-size: 3vw;
  }

  .mc_text_max_width{
    width: 50vw;
  }

  .mc_tittle_small{
    margin-bottom: 10px;
  }

  .mc_text_normal_small{
    margin-bottom: 10px;
  }

}

@media only screen and (max-width: 1050px) {
  .mc_mobile_column{
    flex-direction: column;
  }

  .mc_mobile_column ,.width50{
    width: 100%;
  }

  .mc_bg_grey_grey_light{
    background: none;
  }

  .mc_margin_bg{
    margin: 30px 0px;
  }
  .mc_img_margin_right{
    margin-right: 0;
    justify-content: center;
  }

  .mc_medium_text{
    max-width: 100%;
  }

  .mc_margin_tittle{
    font-size: 60px;
    line-height: 80px;
  }

  .mc_bar_margin{
    margin-left: -3%;
  }

  .mc_bar_margin .mc_tittle{
    margin-left: 3%;
  }

  .mc_box_right{
    right: -3%;
  }

  .mc_gap_margin{
    margin: 15px 0px;
  }

  .mc_form_mobile{
    flex-direction: column-reverse;
  }

  .mc_form_mobile .width50{
    width: 100%;
  }

  .mc_section_gap{
    margin-top: 50px;
  }

  .mc_text_big_2{
    font-size: 32px;
    line-height: 46px;
  }

  .mc_tittle_big_2{
    font-size: 30px;
    line-height: 38px;
  }

  .mc_img_border div{
    border: 1px solid #8E97A4;
    border-top: 0px;
    padding: 10px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.385%;
    margin-bottom: 15px;
  }

  .mc_bar_margin{
    margin-bottom: 15px;
  }
  
  .mc_bar .mc_tittle {
    font-size: 30px;
    line-height: 36px;
  }

  .mc_tittle_margin{
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 841px) {
  .mc_img_border div{
    border: 1px solid #8E97A4;
    border-top: 0px;
    padding: 10px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20.385%;
    margin-bottom: 15px;
  }

  .mc_margin_tittle{
    font-size: 48px;
    line-height: 52px;
  }

  .mc_text_big_2 {
    font-size: 28px;
    line-height: 36px;
  }
}

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

  .single-post .post-item {
    flex-direction: column;
}

  .post-content{
    max-width: 100%;
  }

  .mc_margin_left_text {
    width: 80%;
    margin: auto;
    margin-left: 66px;
}

  .mc_menu_pc{
    display: none;
  }

  .mc_burger_space{
    display: flex;
  }

  .mc_mobile_revers{
    flex-direction: row-reverse;
    gap: 60px;
  }

  .mc_hamburger{
    background-color: transparent;
    border:none;
    cursor: pointer;
    position: relative;
    z-index: 97;
  }

  .post-item{
    flex-direction: column-reverse;
  }

  .show_menu{
    display: flex;
    position: absolute;
    top: 100px;
      left: 0;
      min-height: calc(100vh - 100px);
      width:80%;
      background-color: #fff;
      z-index: 99;
      left:-100vw;
      transition:all 0.3s ease-in-out
  }

  .show_menu_anim{
    left:0px;
  }

  .mc_backdrop{
    width: 100vw;
    min-height: 100vh;
    background-color: #5E719AB5;
    content: "";
    position: absolute;
    top:0px;
    left: 0;
    z-index: 98;
    left:-100vw;
    transition:all 0.7s ease-in-out
  }

  .mc_backdrop_anim{
    left:0px;
  }

  
.mc_close{
  position: absolute;
  top:50%;
  right:5.5%;
  left:-100vw;
  transition:all 1s ease-in-out;
  transform: rotate(0deg); /* Początkowy obrót */
}

  .mc_close_anim{
    left:85vw;
    transform: rotate(1800deg);
  }

  .show_menu li a{
    font-size: 16px;
  }

  .show_menu li{
    text-align: left;
  }

  .show_menu .mc_menu_pc_primary{
    width: 100%;
  }

  .show_menu .menu{
    flex-direction: column;
    width: 80%;
    margin: auto;
  }

  .mc_post_gap{
    gap:10px;
  }

  .post-item {
    margin-bottom: 30px;
    padding-left: 0px;
    border-left: 0px;
  }

  .mc_gap_margin{
    margin: 20px 0px;
  }

  .mc_about_mobile{
    flex-direction: column;
  }
  
  .mc_mobile_none{
    display: none;
  }
  
  .mc_mobile_flex{
    display: flex;
  }

  .mc_mobile_background{
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mc_about_padding{
    padding-top: 30px;
  }

  .mc_margin_tittle{
    margin-bottom: 10px;
  }

  .mc_margin_text_2{
    margin-bottom: 10px;
  }

  .mc_button_margin{
    margin-top: 20px;
  }

  .mc_flex_column{
    flex-direction: column;
  }

  .mc_flex_column .width33, .mc_flex_column .width80{
    width: 100%;
  }

  .mc_border_left, .mc_border_right{
    border-left: 0;
    border-right: 0;
    border-bottom: #CED5E2 2px solid;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .mc_tittle_margin{
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 753px) {
  .mc_footer_gap .width30, .mc_footer_gap  .mc_footer_column{
    width: 100%;
  }

  .mc_social_position{
    position: relative;
    bottom: -30px;
  }

}

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

  .single-post .mc_mobile_section_2{
    display: none;
  }

  .single-post .mc_header_margin {
    margin-top: 41px;
}

.single-post .post-container {
  margin-top: 0px;
}

  .mc_big_blue_tittle {
    font-size: 34px;
}

  .single-post .mc_section_margins {
    margin:0;
  }

  .mc_small_img {
    width: 100%;
  }

  .mc_tittle{
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
   
    width:100%;
  }

  .mc_mobile_section_2{
    display: flex;
  }

  .mc_mobile_section_2 img{
    object-fit: cover;
    width: 100%;
  }

  .mc_top_section{
    background: none !important;
  }

  .mc_text_max_width{
    width: 100%;
  }

  .mc_text_big{
    font-size: 33px;
    line-height: 46px;
    text-align: left;
  }

  .img_big, .img_small{
    display: none;
  }

  .mc_text_margin{
    margin:10px 0px;
  }

  .mc_section_margins{
    margin: 0px 0px;
  }
  
  .mc_text_normal{
 
    font-size: 15px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;

  }

}

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

  .mc_bar .mc_tittle {
    font-size: 24px;
    line-height: 30px;
    width: 80%;
}

  .mc_img_border div{
    border: 1px solid #8E97A4;
    border-top: 0px;
    padding: 10px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27.385%;
    margin-bottom: 15px;
  }

}

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

  .mc_img_border div{
    border: 1px solid #8E97A4;
    border-top: 0px;
    padding: 10px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.385%;
    margin-bottom: 15px;
  }

}

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

  .mc_img_border div{
    border: 1px solid #8E97A4;
    border-top: 0px;
    padding: 10px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24.385%;
    margin-bottom: 15px;
  }

}
