﻿.descbox {
    box-sizing: border-box;
    padding: 50px 20px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    margin-top: 50px;
    line-height: 1.8
}
.h2 {
    color: #3281dd;
    font-weight: 100;
    display: inline-block;
    width: auto;
    border-bottom: 4px solid #3281dd;
    margin-bottom: 20px;
}
.h4 {
    color: #3281dd;
    font-weight: 100;
    margin-bottom: 20px;
}

.button-area {
    margin-top: 70px;
}

.insurans-selecthowto-box {
    display: flex;
    justify-content: space-between;
}
.insurans-selecthowto {
    width: 19.5%;
}
.insurans-type-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.insurans-type {
    margin-top: 30px;
    width: 32%;
    font-size: 1rem;
    border-color: #81d4fc;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    padding: 30px 15px;
    text-align: left;
}

@media screen and (max-width: 899px)and (min-width: 761px) {
    .insurans-type {
        width: 49%;
    }
}

@media screen and (max-width: 800px)and (min-width: 761px) {
    .descbox {
        padding: 50px 10px;
    }
}

@media screen and (max-width: 760px) {
    .descbox {
        padding: 30px 0px;
        border:none;
        border-radius: 0px;
        border-top: 1px solid #b5b5b5;
        margin-top: 30px
    }
    .descbox .p {
         text-align: left;
    }
    .insurans-selecthowto-box {
        flex-wrap: wrap;
    }
    .insurans-selecthowto {
        width: 45%;
        margin-top: 20px;
    }
    .insurans-selecthowto span {
        font-size: 0.875rem;
    }
    .insurans-type {
        margin-top: 20px;
        padding: 20px;
        width: 100%;
    }
}