#insurance-wrapper {
    padding-top: 75px;
    padding-bottom: 35px; /*75px;*/

    margin-left: auto;
    margin-right: auto;
    /*max-width: 1150px;*/
}

#insurance-wrapper .main-title {
  	text-align: center;
  	font-weight: 500;
  	color: #00AFA7;
  	font-size: 63px;
    line-height: 94.5px;
  	margin-bottom: 5px; /*65px;*/
}

#insurance-wrapper .content {
    color: #3C3C3B;
    font-size: 26px; /*32px;*/
    line-height: 39px;
    font-weight: 400;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

#insurance-wrapper .content .outstanding {
    color: #00AFA6;
    font-weight: 900;
    font-size: 29px; /*35px;*/
}

#insurance-wrapper .content .explanation {
    padding-left: 20px; /*25px;*/
}

#insurance-wrapper .content a {
  color: #192EA8;
}

#insurance-wrapper .content .table-wrapper {
    margin-top: 65px;
    border: 0;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 8px 0px #B2B2B2; /*rgba(0, 0 ,0 , 0.75);*/
    -moz-box-shadow: 0px 0px 8px 0px #B2B2B2; /*rgba(0, 0, 0, 0.75);*/
    box-shadow: 0px 0px 8px 0px #B2B2B2; /*rgba(0, 0 , 0, 0.75);*/
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 80px;
}

#insurance-wrapper .content .table-wrapper table {
  width: 100%;
}

#insurance-wrapper .content .table-wrapper table th {
    color: #00AFA7;
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
}

#insurance-wrapper .content .table-wrapper table .special {
    color: #00AFA7;
    font-size: 32px;
    line-height: 39px;
    font-weight: 700; 
}

#insurance-wrapper .content .table-wrapper table tr td:not(:first-child), #insurance-wrapper .content .table-wrapper table tr th:not(:first-child)  {
    width: 200px;
    text-align: center;
}

#insurance-wrapper .content .table-wrapper table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B2B2B2;
}

#insurance-wrapper .content .table-wrapper table tr th {
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 10px; 
}

#insurance-wrapper .content .buttons {
  text-align: center;
  margin-bottom: 120px;
}

#insurance-wrapper .content .buttons button {
    height: 83px;
    font-size: 35px;
    font-weight: 500;
    border: 5px solid #00AFA7;
    border: 0;
    border-radius: 23px;
    background-color: #00AFA7;
    color: #FFF;
    text-align: center;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    position: relative;
    width: 265px;
    text-align: center;
}

#insurance-wrapper .content .buttons button a {
  color: #FFF;
  display: block;
  width: 100%;
  line-height: 83px;
}

#insurance-wrapper .content .buttons button a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    #insurance-wrapper {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #insurance-wrapper .main-title {
      font-size: 43px;
      line-height: 43px;
      /*margin-bottom: 20px;*/
    }
}

@media (max-width: 768px) {
    #insurance-wrapper .content {
        font-size: 18px;
        line-height: 24px;
    }

    #insurance-wrapper .content .outstanding {
        font-size: 21px;
        line-height: 27px;   
    }

    #insurance-wrapper .content .explanation {
        padding-left: 15px;
    }

    #insurance-wrapper .content .buttons button {
        height: 60px;
        font-size: 20px;
        width: 100%; /*100px;*/
    }

    #insurance-wrapper .content .buttons button a {
        line-height: 1; /*60px;*/
        font-size: 20px;
    }

    #insurance-wrapper .content .buttons button a span {
      display: block;
    }

    #insurance-wrapper .content .table-wrapper table {
        /*table-layout: fixed;*/
    }

    #insurance-wrapper .content .table-wrapper table tr td img {
        width: 25px;
        height: auto;
    }

    #insurance-wrapper .content .table-wrapper table tr td:not(:first-child), #insurance-wrapper .content .table-wrapper table tr th:not(:first-child) {
        width: auto;
    }

    #insurance-wrapper .content .table-wrapper table th {
        font-size: 18px;
        line-height: 24px;
    }

    #insurance-wrapper .content .table-wrapper {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 50px;
        margin-bottom: 25px;
    }

    #insurance-wrapper .content .table-wrapper table tr td:first-child, #insurance-wrapper .content .table-wrapper table tr th:first-child {
        width: 200px;
    }

    #insurance-wrapper .content .table-wrapper table tr td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #insurance-wrapper .content .table-wrapper table tr th {
        padding-bottom: 5px;
    }

    #insurance-wrapper .content .table-wrapper table .special {
        font-size: 14px;
        line-height: 20px;
    }

    #insurance-wrapper .content .table-wrapper table tr th:not(:first-child) {
        font-size: 14px;
        line-height: 20px;
    }

    #insurance-wrapper .content .buttons {
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    #insurance-wrapper .content .buttons button a {
        font-size: /*17px;*/ 16px;
    }

    #insurance-wrapper .content .buttons .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    #insurance-wrapper .content .buttons .row [class^="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}