@media (min-width: 1200px){
    section {
        padding: 100px 0;
    }
    }
@media (min-width: 768px){
.col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}
.col-sm-4 {
    flex: 0 0 auto;
    width: 99.333333%;
    margin-bottom: 50px;
}
.col-md-6 img {
    margin-bottom: 40px;
}
section {
    padding: 20px 0;
}
img.img-speak {
    width: 100%;
}
p.time-menu{
    display: none;
}
}
@media (max-width: 767px){
.flex-site {
    column-count: 2!important;
}
.flex ul {
    column-count: 1!important;
}
.flex-clients ul {
    column-count: 3!important;
	list-style:none;
}
	.container {
    max-width: 1280px;
    padding: 0 12px!important;
    margin: 0 auto;
    width: 100%;
}
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 99.333333%;
        margin-bottom: 50px;
    }
    .col-md-6 img {
        margin-bottom: 40px;
    }
    section {
        padding: 20px 0;
    }
    p.time-menu{
        display: none!important;
    }
    .navbar-nav {
        display: flex;
        flex-direction: row!important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    a.nav-link{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px!important;
    line-height: 29px;
    letter-spacing: 0.025em;
    margin-right: 10px!important;
    color: #1a1a1a;
    border-bottom: 0!important;
    }
    img.img-speak {
        width: 100%;
    }
    p.title-text-speak {
        background: linear-gradient( 
    192deg
     , rgb(213 2 2), rgba(117, 0, 0, 1) 50%);
        text-transform: uppercase;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px;
         margin: 0px!important; 
    }
    p.desc-text-speak {
        align-items: center;
        color: #131313;
        font-size: 18px;
        margin: auto;
        padding: 0px!important;
    }
    }
    @media (max-width: 480px){
        section {
            padding: 40px 0!important;
        }
        .event-block h1 {
            font-family: Montserrat;
            font-style: normal;
            font-weight: bold;
            font-size: 42px!important;
            line-height: 54px!important;
            letter-spacing: 0.025em;
            text-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
            font-weight: 700;
        }
        img.img-speak {
            width: 100%;
        }
        img.bg-header {
            height: 746px!important;
        }
        section.gen-section {
            height: 675px!important;
        }
        }