#divFooter {
    min-width: 540px;
    background-color: darkslategray;
}
#footerCompany {
    font-size: 20px;
    color: white;
    text-align: center;
    margin: 10px;
    padding: 30px 0 0 0;
}
#footerAddress {
    font-size: 20px;
    color: white;
    text-align: center;
    margin: 10px;
}
#footerPhone {
    font-size: 20px;
    color: white;
    text-align: center;
    margin: 10px;
    padding: 0 0 30px 0;
}
.main1 {
    width: 540px;
    margin: 20px auto;
}
.main2 {
    width: 540px;
    margin: 20px auto;
    text-align: center;
}
.divBenef {
    width: 540px;
    margin: 0 auto;
    list-style-type: "\2714";
}
.divBigBlock {
    width: 540px;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto;
}
.divBlock {
    width: 540px;
    height: 860px;
    border: 1px solid;
    border-radius: 5px;
    margin: 5px;
    position: relative;
}
.divBlock2 {
    width: 540px;
    height: 560px;
    border: 1px solid;
    border-radius: 5px;
    margin: 5px;
    position: relative;
}
.btn {
    background-color: gray;
    color: white;
    font-size: 28px;
    padding: 15px 30px;
    margin: 20px 0 30px 0;
    cursor: pointer;
    border-radius: 10px;
}
.btn_tel {
    background-color: gray;
    border: solid;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 28px;
    border-radius: 10px;
}
.p1 {
    font-size: 24px;
    margin-top: 48px;
}
.p2 {
    font-size: 24px;
    margin: 5px;
    text-align: center;
}
.p22 {
    font-size: 32px;
    margin: 25px;
    text-align: center;
    font-weight: bold;
    color: darkblue;
}
.p3 {
    margin: 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.p4 {
    font-size: 22px;
}
.p5 {
    display: inline-block;
    font-size: 22px;
    margin: 7px 0;
}
.img1 {
    height: 110px;
}
.img2 {
    display: block;
    margin: 20px auto 20px auto;
    width: 450px;
}
.img3 {
    height: 250px;
    margin: 20px;
}
.ul2 {
    position: absolute;
    top: 400px;
}
.desk_view {
    display: none;
    text-align: center;
}
.mob_view {
    display: block;
    text-align: center;
}
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h1 {
    display: inline-block;
    width: 390px;
    margin: 0 20px;
    font-size: 26px;
}
h2 {
    font-size: 26px;
    margin-top: 24px;
    text-align: center;
}
h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 24px;
    text-align: center;
}
li {
    font-size: 22px;
    margin-top: 10px;
    padding-left: 5px;
}
@media (min-width: 1080px) {
    .main1, .main2 {
        width: 1080px;
    }
    h1 {
        width: 900px;
        font-size: 42px;
    }
    .divBigBlock {
        width: 1080px;
        display: flex;
    }
    .desk_view {
        display: block;
    }
    .mob_view {
        display: none;
    }
}