#block{
    padding: 50px 0;
}

#block .row{
    align-items: center;
}

#block img{
    width: 100%;
    max-width: 637px;
    height: 621px;
    object-fit: cover;
}

#block .content{
    padding-left: 50px;
}

#block h2{
    font-size: 35px;
    font-weight: 400
}

#block .content p:first-of-type{
    font-size: 20px;
    color: #B20A1B;
}

#block .click{
    margin-top: 30px;
}

#block:nth-of-type(odd){
    background: #F8F8F8;
}

#block:nth-of-type(odd) .content{
    padding: 0 50px 0 0;
}

#block iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 640/360;
}

@media(max-width:1200px){
    #block .content{
        padding: 0!important;
    }
    #block img{
        margin: 0 auto;
        display: block
    }
}

#services{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative;
    padding: 100px 0;
}

#services::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151C48;
    opacity: .88;
}

#services .header{
    text-align: center;
    margin-bottom: 50px;
}

#services h2{
    font-size: 35px;
    color: #fff;
    font-weight: 400;
}

#services .header p{
    color: #fff;
    font-size: 20px;
}

#services img{
    height: 230px;
    width: 100%;
    object-fit: cover;
}

#services .inner{
    background: #fff;
}

#services .content{
    padding: 15px;
}

#services h3{
    color: #0A0A0A;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
	line-height: 30px;
}

#services .inner p{
    text-align: center;
}

#services .inner a{
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #B20A1B;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

#services .slick-slide{
    margin: 0 10px;
}

.slick-autoplay-toggle-button{
    display: none;
}

#projects{
    background: #F8F8F8;
    padding: 50px 0;
}

#projects .header{
    text-align: center;
    margin-bottom: 50px;
}

#projects h2{
    font-size: 35px;
    font-weight: 400;
}

#projects .header p{
    font-size: 20px;
    color: #B20A1B;
}

#projects img{
    width: 100%;
    height: 451px;
    object-fit: cover;
}

#projects .inner{
    position: relative;
    overflow: hidden;
}

#projects .hover{
    background: rgba(21, 28, 72, .85);
    position: absolute;
    width: 100%;
    padding: 20px;
    transition: .3s all ease;
    bottom: -133px;
}

#projects h3{
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

#projects .hover .btn{
    margin: 0 auto;
    display: block;
}

#projects .inner:hover .hover{
    bottom: 0;
    transition: .3s all ease;
}

#projects .click2 .btn{
    margin: 0 auto;
    display: block
}