@font-face {
    font-family: "CorporateACondPro-Regular";
    src: url("https://db.onlinewebfonts.com/t/d415540139388bdfd895ecf9d802ba1a.eot");
    src: url("https://db.onlinewebfonts.com/t/d415540139388bdfd895ecf9d802ba1a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/d415540139388bdfd895ecf9d802ba1a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/d415540139388bdfd895ecf9d802ba1a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/d415540139388bdfd895ecf9d802ba1a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/d415540139388bdfd895ecf9d802ba1a.svg#CorporateACondPro-Regular")format("svg");
}

body{
    margin: 0;
}

header {
    background: #000;
    padding: 20px 0;
}
.my-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.header__wrapper{
    display: flex;
    justify-content: flex-end;
}
.header__block {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.call__cont p {
    color: #fff;
    font-family: Arial;
    text-transform: capitalize;
}
.call__ico {
    width: 62px;
    height: 62px;
}
.call__num {
    color: #fff;
    text-decoration: none;
    font-family: Arial
}
.main__head {
    text-align: center;
}
.main__head h1 {
    margin: 0;
    font-size: 60px;
    font-family: "CorporateACondPro-Regular";
    font-weight: 500;
}
.main__sec {
    padding: 50px 0;
}
.main__head p {
    font-size: 20px;
    line-height: 30px;
    font-family: Arial;
}
.vehicle__block h2 {
    font-size: 30px;
    font-family: "CorporateACondPro-Regular";
    font-weight: 500;
}
.vehicle__block ul {
    list-style: none;
    padding: 0;
}
.vehicle__block li {
    display: flex;
    align-items: flex-start;
    column-gap: 20px 
}
.vehicle__block ul li p {
    line-height: 25px;
    font-family: Arial;
    margin-top: 0;
}
.vehicle__main {
    padding: 50px 0 0;
}
.vehicle__head h2 {
    font-size: 36px;
    font-family: "CorporateACondPro-Regular";
    font-weight: 500;
}
.vehicle__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.vehicle__cont {
    width: 100%;
}
.vehicle__image {
    width: 100%;
    margin: 30px 0;
}
.vehicle__image img {
    width: 100%;
    height: 100%;
}
.insur__block h2 {
    font-size: 36px;
    font-family: "CorporateACondPro-Regular";
    font-weight: 500;
}
.insur__block p {
    line-height: 25px;
    font-family: Arial
}
.cta {
    background-color: #176db7;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    transition: .4s;
    font-family: Arial
}
.cta:hover {
    background: #000;
}
.tel {
    color: #000;
    text-decoration: none;
}
.disc__block h2{
    font-size: 18px;
    font-family: "CorporateACondPro-Regular";
    font-weight: 500;
}
.disc__block p {
    line-height: 25px;
    font-family: Arial;
    font-size: 10px;
}
.disc__block p a {
    text-transform: capitalize;
    color: #176db7;
}
.bottom__p p {
    font-family: Arial;
    font-style: italic;
}
.check {
    margin-top: 6px;
}
.insur__block {
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
}
.disc__block {
    padding-top: 60px;
}
.insur__block.upper {
    margin-bottom: 30px;
}
.insur__block.botter {
    padding: 30px 0 0 0;
    border: 0;
}


@media(max-width: 767px){
    .call__ico img {
    width: 32px;
    }
    .call__ico {
        width: auto;
        height: auto;
    }
    .main__head h1 {
        font-size: 40px;
    }
    .header__wrapper {
        justify-content: center;
    }
    .vehicle__wrapper {
        justify-content: space-between;
        flex-wrap: wrap-reverse;
    }
    .vehicle__image {
        width: 100%;
        height: auto;
    }
    .vehicle__cont {
        width: 100%;
    }
    .vehicle__head h2 {
        font-size: 28px;
    }
    .vehicle__block h2 {
        font-size: 28px;
    }
    .insur__block h2 {
        font-size: 28px;
    }
    .disc__block h2 {
        font-size: 18px;
    }
    .disc__block p {
    font-size: 10px;
    }
    .vehicle__block ul li p {
    margin-top: 0;
    }
    .vehicle__block li {
    align-items: flex-start;
    }
    .check {
    margin-top: 6px;
    }
    .cta {
    padding: 15px 10px;
    }
    .cta {
        width: -webkit-fill-available;
        text-align: center;
    }
    .insur__block p {
    display: flex;
    flex-flow: column;
    align-items: center;
    }
}