﻿.header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    /*background-image: url('../img/contact/header.png');*/
    background-repeat: repeat-x;
    padding-bottom: 5%;
    z-index: -5;
}

.header-p {
    color: #000;
    text-align: center;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    width: 60%;
}

.header-rightt {
    font-family: 'Switzer', sans-serif;
    margin-top: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/*.h1-title {
    width: 780px;
    color: var(--black, #000);
    text-align: center;
    font-family: Switzer-Medium;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 66px;*/ /* 120% */
/*}*/


.container5 {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    grid-template-rows: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin: auto;
    margin-top: 20px;
    gap: 20px;
}

.container51 {
    display: grid;
    grid-template-columns: repeat(1, 92%);
    grid-template-rows: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin: auto;
    margin-top: 20px;
    gap: 20px;
}

.con {
    display: flex;
    padding: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-self: stretch;
    border-radius: 8px;
    background: #fefefe;
    /*box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);*/
    color: black;
    border: 1px solid #ECECEC;
    box-shadow: 0px 7.90994px 13.84239px 0px rgba(0, 0, 0, 0.15);
    font-family: 'Switzer', sans-serif;
}

.vi {
    margin-top: 2%;
    position: relative;
    overflow: hidden;
}

    .vi iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 350px;
    }

.inf {
    color: #000;
    /* leading-trim: both;
  text-edge: cap; */
    font-family: 'Switzer', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    text-align: center;
}

.title-space {
    margin-top: 3%;
    font-weight: bold;
}

@media (max-width: 1075px) {
    /*.container5 {
        grid-template-columns: repeat(3,27%);*/
    /*        flex-direction: column;
        width: 90%;*/
    /*justify-content: center;
        align-items: center;
    }*/

    .header-img {
        width: 90%;
    }

    .section3 {
        margin-top: 0;
    }

    .header-p {
        width: 80%;
    }

    .header-rightt {
        margin-top: 25px;
    }
}

@media (max-width: 681px) {
    .container5 {
        grid-template-columns: repeat(2, 47%);
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 542px) {
    .container5 {
        grid-template-columns: repeat(1,90%);
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 350px) {
    .inf {
        width: 100%;
    }
}

@media(max-width:281px) {

    .container5 {
        width: 90%;
        justify-content: center;
        align-items: center;
    }

    .inf {
        margin-top: 0;
    }

    .header-p {
        width: 90%;
        margin-top: 30px;
    }
}
