
        .customer-service-img {
            height: 300px;
            width: 100%;
        }
        .customer-service-small {
            height: 5%;
            width: 40%;
        }

        
        
        .container-button { 
            position: relative;
        }

        .center-button {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }


        
    
        .row::after {
            content: "";
            clear: both;
            display: table;
        }
        .row-center {
            margin-left: 40%;
        }
        .btn-link{
            display: inline-block;
            padding: 6px 30px;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.429;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
            border-radius: 4px;
            margin-top: 5px; 
            margin-left: 20%; 
            background-color:#fee497;
            color:#0404d9;
            font-family: 'Calibri';
        }

        .customer-service-img {
            height: auto;
        }

        .image-right-up{
            display: block;
            width: 38%;
            float: right;
            margin-left: auto;
            margin-right: auto;
            padding-right: 6px;
            padding-top: 10px;
            margin-top: -5%;
        }

        .image-left-up{
            display: block;
            width: 37%;
            float: left;
            margin-left: auto;
            margin-right: auto;
            padding-right: 6px;
            padding-top: 10px;
            margin-top: -5%;
        }

        .image-right{
            display: block;
            width: 38%;
            float: right;
            margin-left: auto;
            margin-right: auto;
            padding-right: 6px;
            padding-top: 10px;
            margin-top: -2%;
        }
        .image-left{
            display: block;
            width: 37%;
            float: left;
            margin-left: auto;
            margin-right: auto;
            padding-right: 6px;
            padding-top: 10px;
            margin-top: -2%;
        }

        p {
            margin: 0 0 10px;
            font-family: 'Calibri';
            text-align: start;
            font-size: 17px;
        }
        .margin-top {
            margin-top: -2%;
        }
/* 
        ////////////////////// */

        .label-blue{
            color:#0404d9;
            font-family: Calibri;

        }

        .label-black{
            margin: 0 0 10px;
            font-family: Arial;
            text-align: start;
            font-size: 15px;
        }

        .content-blue{
            margin: 0 0 10px;
            font-family: Arial;
            text-align: start;
            font-size: 15px;
            color:#0404d9;
        }

        .tag-line-blue{
            margin: 0 0 10px;
            font-family: Arial;
            font-size: 18px;
            text-align: center;
            text-decoration: underline;
            color:#0404d9;
            font-style: italic;
            margin-left: 10%;
        }

        .outline-green
         {
            outline: 3px solid blue;
            padding: 35px;
         }

          .content-title-bold{
            font-family: Arial;
            font-size: 18px;
            color:#0404d9;
            font-weight: bold;  
          }