h1 {
            font-size: 48px;
            color: #7461CF;
            position: relative;
        }
        h2 {
            font-size: 32px;
        }
        h3 {
            font-size: 18px;
            line-height: unset;
            color: #212529;
        }
        .buy-insurance-box {
            display: flex;
        }

        .txt-16 {
            font-size: 16px;
            line-height: unset;
        }
        
        .txt-detail {
            font-size: 24px;
            line-height: unset;
            color: #212529;
            margin-top: 25px;
        }
        
        .box-banner-txt {
             width: 100%;   
        }
        
        .centered-text {
            display: flex;
        }
        .banner-txt {
            text-align: left;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .banner-image {
            text-align: right;
        }
        .banner-box {
            margin-top: 60px;
            margin-bottom: 60px;
            padding-right: 60px;
            padding-left: 60px;
        }
        
        .box-title {
            
        }
        
        .banner-title h1::before {
            content: "";
            display: block;
            height: 2px;
            width: 30%;
            position: absolute;
            bottom: -1rem;
            background: rgb(116, 97, 207);
        }
        
        .banner-title h1::after {
            content: "";
            display: block;
            height: 4px;
            width: 10%;
            position: absolute;
            bottom: -1rem;
            background: rgb(255, 168, 34);
        }

        
        .concept-section {
            background-image: url('../image/background-insurance.png');
            background-size: cover;       
            background-position: right;  
            background-repeat: no-repeat;  
            padding: 10px 0;               
            position: relative;
        }
        
        .cards {
            margin-top: 5rem;
        }

        .space {
            margin-right: 10px;
        }

        .wrap-card .layer-1 {
            border-bottom: none;
        }
        .img-fluid {
            max-width: 100%;
            height: 406px;
        }
        .concept-section {
            position: relative; 
            width: 100%;
            display: block;
        }

        .img-fluid {
            width: 100%;
            height: 406px;
            display: block;
        }

        

        .banner-txt, .banner-image {
            width: 50%;
        }

        .banner-txt img, .banner-image img {
            width: 500px;
            border-radius: 34px;
        }

        .apply-Insurance {
            padding: 15px;
            height: 28px;
            opacity: 1;
            padding-top: 4px;
            border-radius: 4px;
            background-color: #7461CF;
            color: #FFFFFF;
            cursor: pointer;
            border: none;
            width: max-content;
        }
        .apply-Insurance p {
            font-size: 16px;
        }
        .detail-section {        
           margin-top: 60px;
        }
        .title {
            display: flex;
            justify-content: center;
        }
        .title-partner {
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }
        .purple-text {
            color: #7461CF;
             margin-top: revert;
        }

        .dark-orange-text {
            color: #FFAE00;
            margin-top: revert;
        }

        .title-detail {
            text-align: -webkit-center;
            width: 500px;
            height: 46px;
        }
        .title-detail p {
            font-size: 18px;
            color: #212529;
        }

        .detail-box-section {
            display: flex;
            justify-content: center;
            margin-top: 30px; 
        }
        .box-list {
            margin-right: 15px;
            margin-left: 15px;
            width: 28%;
            opacity: 1;         
            border-radius: 5px;          
            padding-left: 15px;
            padding-right: 15px;    
            padding-top: 15px;
            box-sizing: border-box;
            box-shadow: 0px 1px 3px 1px #00000026;
        }
        .detail-box-section-header {
            font-weight: bold;
            font-style: normal;
            font-size: 18px;
            line-height: 1;
            letter-spacing: 0;
            text-align: center;
            color: #212529;
        }
        .detail-box-section-detail {
            text-align: center;
            font-size: 16px;
            color: #212529;
        }
        .wrap-card {
            margin-bottom: 60px;
        }

        .product {
            padding-top: 30px;
            width: 100%;
            height: auto;
            opacity: 1;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(116, 97, 207, 0.5) 100%);
        }

        .product-section-detail {
            justify-self: center;
            width: 80%;
            height: 23px;
        }

        .product-section-detail p {
            font-size: 18px;
            color: #212529;
        }

        .product-box-section {
            margin-top: 50px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .product-list {
            margin-left: 14px;
            margin-right: 14px;
            margin-bottom: 60px;
            background: #FFFFFF;
            width: 28%;
            opacity: 1;
            border-radius: 5px;
            padding: 10px;
        }

        .product-section {
            text-align: center;
        }

        .product-list-detail {
            font-size: 16px;
        }
        .product-list-header{
            text-align: center;
            font-weight: bold;
        }
        .product-list-detail{
            text-align: center;
        }
        .product-list-image{
            justify-self: center;
            width: 99px;
            height: 99px;
            opacity: 0.99;

        }
        .title-detail-partner {
            text-align: -webkit-center;
        }

        .title-detail-partner p {
            font-size: 18px;
            color: #212529;
        }
        .partner-section-image {
            width: 35%;
            justify-self: center;
        }
        .partner-section {
            margin-bottom: 40px;
        }
        .download-section-detail {
            text-align: center;
        }
        .download-section-detail p {
            font-size: 18px;
            color: #212529;
        }
        .download-section {
            margin-top: 30px;
        }
        .download-box-section-image {
            width: 20%;
            text-align: center;
        }
        .download-box-section {
            display: flex;
            justify-content: center;
            margin-top: 30px;
            margin-bottom: 50px;
        }
        .download-box-name {
            text-align: center;
            margin-top: 10px;
        }
        .download-box-name {
            font-size: 16px;
        }
        .download-box-name p {
            font-weight: bold;
            color: #212529;
        }
        .download-image {
            width: 50%;
            cursor: pointer;
        }
        
        .title-detail-section {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .product-list-detail {
            color: #212529;
        }
    
     @media (max-width: 1199px) {
        
         .banner-image img { 
            width: 430px;
         }
         .banner-box {
            padding-right: 40px;
            padding-left: 40px;
         }
     }

    @media (max-width: 991px) { 
        .banner-box {
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .detail-section {
            margin-top: 30px;
        }
        .banner-box {
            padding-right: 0px;
            padding-left: 0px;
        }
        
        .banner-title h1::after {
            width: 8%;
            margin-left: 220px;
            bottom: -2rem;
        }
        
        .banner-title h1::before { 
            width: 35%;
            margin-left: 220px;
            bottom: -2rem;
        }
        
        .product { 
            height: 100%;
        }
        .img-fluid { 
            height: 350px;
        }

        .product-list {
            height: auto;
            width: 35%;
        }
        .partner-section-image {
            width: 50%;
        }
        
         .centered-text {
            display: flex;
            flex-direction: column;
        }
        
        .centered-text {
            align-items: center;
        }
        .banner-txt {
            text-align: center;
        }
        
        .banner-txt, .banner-image {
            width: 100%;
        }
        
        .banner-image img {
            width: 100%;
        }

    }

    @media (max-width: 767px) { 
        .banner-title h1::before {
            width: 39%;
            margin-left: 155px;
            bottom: -2rem;
        }
        
        .banner-title h1::after {
            width: 8%;
            margin-left: 155px;
            bottom: -2rem;
        }
        
        .product { 
            height: 100%;
        }
        .img-fluid { 
            height: 550px;
        }
        
        .banner-txt {
            text-align: center;
        }
        
        .centered-text {
            display: flex;
            flex-direction: column;
        }

        h1 {
            font-size: 36px;
        }
        .txt-detail { 
            font-size: 19px;
        }
     
        .wrap-card .layer-1 {
            height: 550px;
        }
        h2 {
            font-size: 32px;
        }
        .title-detail p {
            font-size: 18px;
        }
        .title-detail {
            width: 90%;
        }
        .product-section-detail p {
            font-size: 18px;
        }
        .product-list-header {
            font-size: 18px;
        }
        .product-list-detail {
            font-size: 16px;
        }
        .title-detail-partner p {
            font-size: 18px;
        }
        .partner-section-image {
            width: 50%;
        }
        .title h2 {
            font-size: 32px;
        }
        
        .title { 
            display: block;
            justify-items: center;
        }
        .title-detail {
           height: auto;
        }
        .product-section {
            display: block;
            text-align: center;
            width: 100%;
            justify-items: center;
        }
        .title-product {
            width: 90%;
        }
        .banner-box { 
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .detail-section {
            margin-top: 30px;
        }
    }

    @media (max-width: 575px) {
        .banner-title h1::before {
            width: 83%;
            margin-left: 20px;
            bottom: -1.5rem;
        }
        .banner-title h1::after {
            width: 15%;
            margin-left: 20px;
            bottom: -1.5rem;
        }
        .detail-section {
            margin-top: 10px;
        }
        
        .banner-txt, .banner-image {
            width: 100%;
            margin-bottom: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .banner-image img {
            width: 100%;
        }
        
        .wrap-card .layer-1 {
            height: 550px;
        }
        .img-fluid { 
            height: 550px;
        }

        .title { 
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .space {
            text-align: center;
        }

        .title-detail {
            width: 90%;
            height: auto;
        }
        .detail-box-section {
            flex-direction: column;
            align-items: center;
           
        }
        .box-list { 
            width: 90%;
            margin-bottom: 20px;
        }
        .detail-box-section { 
            margin-top: 20px;
        }
        .product-section-detail {
            width: 80%;
        }

        .product-section {
            text-align: -webkit-center;
        }

        .title-product { 
            display: flex;
            flex-direction: column;
            width: 80%;
        }
        .wrap-card { 
            margin-bottom: 30px;
        }
        .product-box-section {
            margin-top: 30px;
        }

        .product-list {
            width: 90%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .partner-section-image {
            width: 80%;
        }
        .title-detail-partner { 
            width: 60%;
        }

        .download-section {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
        }
        
        .title-detail-partner-box {
    		display: flex;
            flex-direction: column;
            align-items: center;
    	}
    	
    	
    	.partner-section-box {
    		display: flex;
            flex-direction: column;
            align-items: center;
    	}
	
        
        .download-box-name p {
            font-size: 16px;
        }
        .download-box-section {
            flex-direction: column;
            align-items: center;
        }
        .download-image {
            width: 90%;
        }
        .download-box-section-image {
            width: unset;
        }
        .product-section-detail { 
            height: auto;
        }
        .banner-image img {
            width: 100%;
        }
        
        .banner-box {
            padding-right: 10px;
            padding-left: 10px;
        }
    }     
     @media (max-width: 410px) {
         .buy-insurance-box {
            display: block;
            text-align: center;
        }
         
        .banner-box {
            padding-right: 10px;
            padding-left: 10px;
        }
        
        .banner-txt img, .banner-image img {
            width: 100%;
        }
         
        .centered-text {
            display: flex;
            flex-direction: column;
            justify-self: center;
        }
        
        .centered-text { 
            width: 100%;
            margin-top: 30px;
        }
        
        .img-fluid {
            height: 500px;
        }
        .wrap-card .layer-1 {
            height: 500px;
        }
        .title { 
            display: block;
            text-align: center;
            width: 90%;
        }
        .cards {
             margin-top: 2rem;
        }
        .detail-section {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .detail-box-section-header {
            width: 100%;
        }
        .product-section-detail {
            width: 85%;
        }
  
     }
     @media (max-width: 402px) { 
         .title-detail {
              width: 80%;
          }
          .box-list {
                display: flex;
                flex-direction: column;
                align-items: center;
          }
          .detail-box-section-detail {
              width: 85%;
          }
     }
     @media (max-width: 374px) { 
         .title {
             width: 90%;
         }
         .detail-box-section-detail {
            width: 90%;
        }
     }
     @media (max-width: 356px) { 
         .title {
             width: 90%;
         }
         .box-list {
             width: 95%; 
         }
         .detail-box-section-detail {
            width: 90%;
        }
        .product-section-detail {
            width: 90%;
        }
     }
     
     @media (max-width: 337px) { 
        .product-section-detail {
            width: 80%;
        }
        .title {
            width: 95%;
        }
        .detail-box-section-header {
            width: 90%;
        }
     }