        #b1 .contain,
        #b1 .containb2,
        #b1 .containb3 {
            height: 58vh;
            background-color: #fde9ff;
            margin-top: 3rem;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        #b1 .contain {
            height: 35vh;
            margin-top: 5rem;
        }

        #b1 .containb2 {
            height: 37vh;
            margin-top: 0rem;
            margin-bottom: 3rem;
        }

        #b1 .containb3 {
            height: auto;
            margin-top: 3rem;
            padding-bottom: 3rem;
        }

        #b1 .center {
            display: flex;
            justify-content: center;
            align-items: flex-start;
        }

        #b1 .contain-title {
            width: 100%;
            height: 20%;
        }

        #b1 .contain-title3 {
            width: 100%;
            height: 10%;
        }

        #b1 .title {
            font-family: 'Urbanist', sans-serif;
            font-size: 1.6rem;
            letter-spacing: 3px;
        }

        #b1 .contain-text {
            height: 80%;
            width: 100%;
        }

        #b1 b {
            font-weight: 600;
        }

        #b1 .text {
            font-family: 'Urbanist', sans-serif;
            font-size: 1.2rem;
            line-height: 30px;
            text-align: center;
        }
        #b1 .barre {
            width: 120px;
            height: 1px;
            background-color: #641919;
            margin: 20px auto;
        }
        #b1 .brrespon{
            display: none;
        }
        #b1 .butdowload{
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            color: black; 
            text-align: center;
            font-size: 0.8rem;
            width: 12rem; 
            height: 3rem; 
            background-color: white;
            border: 1px black, solid; 
            text-decoration: none;
            border-radius: 10px;
            margin-top: 1rem;
        }
        #b1 .butdowload:hover{
            transition: 0.3s;
            background-color: #e7969e;
        }
        #b1 .containCharte{
            width: 100%;
            height: auto;
            display: flex; 
            justify-content: center;
            align-items: center;
        }