.header__cover{
    background: url(../images/contact_title.jpg);
    margin-bottom: 150px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.header__cover__inner{
   padding-top: 123px; 
   padding-bottom: 200px;
}

.header__cover__inner>p{
    color: rgb(66, 69, 81);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 16px;
}

.header__cover__span{
    color: rgb(154, 156, 165);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
}

.header__cover__title{
    color: rgb(30, 33, 44);
    font-size: 72px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 37px;
}

.header__cover__inner>h2{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    max-width: 610px;
}

.contact__inner{
    display: flex;
    justify-content: space-between;
}

.contact__list>h3, .contact__bank>h3{
    color: rgb(30, 33, 44);
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 9px;
}

.contact__list__item{
    color: rgb(30, 33, 44);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 6px;
}

.contact__list__title{
    color: rgb(30, 33, 44);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
}


.contact__bank{
    max-width: 492px;
    margin-bottom: 31px;
}

iframe{
    margin-bottom: 150px;
    max-width: 100%;
    border: 1px solid black;
}

@media (max-width: 1000px) {
    .contact{
        margin-top: -100px;
    }
    .contact__inner{
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .contact__list{
        max-width: 492px;
        width: 100%;
    }
}

@media (max-width: 390px) {
    .header__cover__title{
        font-size: 60px;
    }

    .header__cover__inner>h2{
        font-size: 18px;
    }

    iframe{
        margin-bottom: 0px;
    }
}