@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    list-style: none;
}
::-webkit-scrollbar {
    display: none;
}
header{
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
}
.header-container{
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    height: 50px;
    width: auto;
}
.buttons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttons .btn{
    height: 40px;
    /* border: none; */
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 15px;
}
.whats-btn{
    background-color: #FFFFFF;
    color: #25D366;
    border: 1px solid #25D366;
}
.call-btn{
    background-color: #007BFF;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.call-btn:hover{
    background-color: #FFFFFF;
    border: 1px solid #0056b3;
    color: #0056b3;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.whats-btn:hover{
    background-color: #1ebe5d;
    color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.buttons .btn i{
    font-size: 18px;
}
.buttons .btn span{
    font-size: 16px;
    font-weight: 600;
}

.main{
    width: 1170px;
    margin: auto;
    margin-top: 105px;
    margin-bottom: 70px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* border: 2px solid red; */
}
.middle-section{
    width: 100%;
    height: 500px;
    margin-top: 25px;
    /* margin-bottom: 30px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-section{
    width: 588px;
    height: 100%;
    /* background-color: #D9D9D9; */
    border-radius: 10px;
}
.text-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* text-align: center; */
    padding: 20px 35px;
    position: relative;
}
.text-heading{
    font-size: 42px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 20px;
}
.text-heading span{
    color: #007BFF;
}
.heading-img{
    width: 328px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 148px;
    left: 82px;
    z-index: 11;
}
.heading-img img{
    width: 100%;
    height: 100%;
}

.text-content{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
    color: #0A2134;
}
.text-list{
    margin-bottom: 10px;
    color: #0A2134;
}
.text-container .text-list li{
    margin-bottom: 10px;
}
.text-container .text-list li i{
    color: #0ACEFE;
}
.text-buttons{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.text-buttons .btn{
    height: 60px;
    /* border: none; */
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    /* margin-left: 15px; */
    display: flex;
    align-items: center;
    gap: 8px;
    /* padding: 0 15px; */
}
.demo-btn{
    padding: 15px 35px;
    background: linear-gradient(93.77deg, #0ACEFE -6.36%, #2699FB 50.16%);
    border: 1px solid;
    border-image-source: linear-gradient(93.77deg, #0ACEFE -6.36%, #2699FB 50.16%);
    box-shadow: 0px 1px 2px 0px #1018280D;
    box-shadow: 0px 4px 14px 2px #2699FB61;
    font-size: 20px !important;
    color: #FFFFFF;
    /* margin-left: 15px; */
}
.demo-btn:hover{
    background: #FFFFFF;
    color: #0ACEFE;
}
.download-btn{
    margin-left: 15px;
    padding: 16px 17px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px #1018280F;
    box-shadow: 0px 3px 9px 0px #1018281A;
    color: #0A2134;
    font-size: 18px !important;
}
.download-btn:hover{
    color: #0ACEFE;
    border: 1px solid #0ACEFE;
}



.right-section{
    width: 552px;
    height: 100%;
    background-color: #E9F5FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-container{
    width: 410px;
    padding: 40px;
    /* color: #FFFFFF; */
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #1018280F;
    box-shadow: 0px 1px 3px 0px #1018281A;
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
}
.form-heading{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #007BFF;
    /* margin-bottom: 10px; */
}
.form-heading h2{
    font-size: 24px;
    font-weight: 700;
    /* color: #101828; */
}
.form-heading .subtitle{
    font-size: 16px;
    font-weight: 400;
    /* color: #475467; */
    margin-top: 8px;
}
form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
form label{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #344054;
    display: block;
    margin-bottom: 5px;
}
form input::placeholder, form select::placeholder{
    color: #667085;
    font-size: 14px;
}
form input{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    font-size: 14px;
    color: #101828;
}
form button{
    height: 45px;
    background: linear-gradient(93.77deg, #0ACEFE -6.36%, #2699FB 50.16%);
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0px 6px 14px 0px #2699FB40;
}
form button:hover{
    background: #0ACEFE20 ;
    color: #2699FBff;
    border: 1px solid #0ACEFE;
}

.rating-section{
    width: 100%;
    height: 120px;
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 80px -2px #002F5814;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.rating-info{
    width: 170px;
    height: 70px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 10px 0px;
    color: #43505B;
    font-size: 16px;
}
.rating-info span{
    color: #2699FB;
    font-size: 20px !important;
    font-weight: 700;
    font-style: bold;
}

.highlights-section{
    width: 100%;
    height: 600px;
    background: #F7FAFF;
    /* padding: 50px auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
}
.key-highlights{
    width: 1170px;
    height: 400px;
    /* border: 1px solid red; */
}
.highlights-info{
    width: 100%;
    color: #0A2134;
}
.highlights-info h4{
    font-size: 28px;
    font-weight: 700;
    /* font-style: bold; */
}
.highlights-info p{
    margin-top: 7px;
    font-size: 20px;
    font-weight: 400;
}
.highlights-box{
    width: 100%;
    margin-top: 25px;
    /* border: 1px solid red; */
    height: 310px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: space-evenly;
}
.key-card{
    width: 370px;
    height: 130px;
    /* border: 1px solid black; */
    padding: 20px;
    display: flex;
    border-radius: 8px;
    /* align-items: center; */
    /* justify-content: center; */
    background: #FFFFFF;
    box-shadow: 0px 4px 20px -2px #002F5814;
}
.key-card-icon{
    width: 80px;
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-1{
    background: #E9F8FF;
}
.card-1 i{
    color: #0ACEFE;
    font-size: 45px;
}
.key-card-info{
    width: 235px;
    /* padding: 10px 0px 10px 0px; */
    height: 100%;
    /* border: 1px solid black; */
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.key-card-info h5{
    font-size: 20px;
    color: #0A2134;
    font-weight: 600;
    line-height: 26px;
}
.key-card-info p{
    font-size: 15px;
    font-weight: 400;
    color: #43505B;
    line-height: 22px;
}
.card-2{
    background: #FFF4EF;
}
.card-2 i{
    color: #FA9552;
    font-size: 45px;
}
.card-3{
    background: #FBF0FD;
}
.card-3 i{
    color: #CF53DB;
    font-size: 45px;
}
.card-4{
    background: #F0FCF6;
}
.card-4 i{
    color: #61DD9C;
    font-size: 45px;
}
.card-5{
    background: #F1F1FC;
}
.card-5 i{
    color: #4540E1;
    font-size: 45px;
}
.card-6{
    background: #FDF1EF;
}
.card-6 i{
    color: #EF6767;
    font-size: 45px;
}

.hightlight-btn{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.free-class-btn{
    padding: 15px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(93.77deg, #0ACEFE -6.36%, #2699FB 50.16%);
    border: 1px solid;
    border-image-source: linear-gradient(93.77deg, #0ACEFE -6.36%, #2699FB 50.16%);
    font-size: 20px !important;
    color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #1018280D;
    box-shadow: 0px 4px 14px 2px #2699FB61;
    transition: 1s;
}
.free-class-btn:hover{
    color: #0ACEFE;
    background: #0ACEFE10;
    transform: scaleX(1.1);
}

.dgm-heading{
    margin-top: 60px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    line-height: 120%;
    color: #0A2134;
}
.dgm-text{
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #0A2134;
}
.dgm-box{
    width: 1170px;
    margin: auto;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
}
.dgm-card{
    width: 220px;
    height: 220px;
    padding: 20px 15px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 4px 20px -2px #002F5814;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}
.dgm-card-icon{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 4px #F2F4F7;
    box-shadow: 0px 1px 2px 0px #1018280F;
    box-shadow: 0px 1px 3px 0px #1018281A;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 10px; */
}
.dgm-card-icon i{
    color: #2699FB;
    font-size: 25px;
}
.dgm-card h6{
    /* margin-top: 20px; */
    font-size: 15px;
    font-weight: 600;
    color: #0A2134;
}
.dgm-card p{
    /* margin-top: 10px; */
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #0A2134;
}

.certificates-info{
    margin-top: 50px;
    width: 100%;
    height: 600px;
    background: #F7FAFF;
    /* border: 1px solid red; */
}
.certificates-section{
    width: 1170px;
    height: 100%;
    /* border: 5px solid black; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.certificate-left-section{
    width: 600px;
    height: 100%;
    padding: 70px 0px 0px 40px;
    /* border: 1px solid red; */
}
.certificate-head{
    width: 100%;
    color: #0A2134;
}
.certificate-head h4{
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
}
.certificate-head p{
    margin-top: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
.certificate-body{
    width: 100%;
    height: 340px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.certificate-card{
    width: 100%;
    height: 85px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: #FFFFFF;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 4px 20px -2px #002F5814;
    /* border: 1px solid red; */
}
.card-icon{
    width: 70px;
    height: 100%;
    background: #E9F5FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icon i{
    color: #2699FB;
    font-size: 35px;
}
.card-details{
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
}
.card-details h6{
    font-weight: 600;
    font-size: 18px;
}
.card-details p{
    font-weight: 400;
    font-size: 15px;
}
.certificate-btn{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 20px;
}


.certificate-right-section{
    width: 500px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* border: 1px solid black; */
}
.certificate-box{
    position: relative;
    z-index: 1;
    width: 370px;
    height: 450px;
    background: #FFFFFF;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 4px 80px -2px #002F5814;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.certificate-box img{
    width: 100%;
    height: 100%;
}
.dot{
    position: absolute;
    top: 60px;
    left: 35px;
    z-index: 0;
    height: 130px;
}
.bg{
    width: 100px;
    height: 100px;
    background: #E9F5FF;
    border-radius: 50%;
    position: absolute;
    top: 460px;
    left: 370px;
}
.dgm-list{
    width: 1170px;
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
}
.dgm-list li{
    color: #43505B;
    /* text-align: center; */
    /* vertical-align: middle; */
    width: 155px;
    height: 35px;
    color: #43505B;
    font-weight: 600;
    font-size: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid transparent;
    /* border: 2px solid red; */
}
.dgm-list li:hover{
    background: #F2F4F7;
    border-bottom: 3px solid #2699FB ;
}
.dgm-list-box{
    width: 1170px;
    margin: auto;
    height: 200px;
    /* border: 1px solid red; */
    margin-top: 20px;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #F2F4F7;
    border-radius: 8px;
    box-shadow: 0px 4px 20px -2px #002F5814;
}
.dgm-list-box ul{
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: space-between;
}
.dgm-list-box ul li{
    width: 500px;
    height: 30px;
    margin-bottom: 10px;
}
.dgm-list-box ul li i{
    color: #2699FB;
    font-size: 20px;
}
.dgm-list-box ul li span{
    font-weight: 400;
    font-size: 17px;
    color: #0A2134;
}
.dgm-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 20px; */
    /* margin:0 auto; */
    margin-top: 30px;
}

.learn-dgm{
    width: 100%;
    height: 650px;
    background: #F7FAFF;
    /* margin: auto; */
    margin-top: 40px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; */
}
.learn-dgm-container{
    width: 1170px;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    /* border: 2px solid black; */
}
.learn-dgm-detail{
    width: 100%;
    height: 500px;
    
}
.learn-dgm-box{
    width: 100%;
    margin-top: 25px;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: space-evenly;
}
.learn-dgm-card{
    width: 300px;
    height: 200px;
    /* border: 2px solid red; */
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 15px 10px 10px 30px;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}
.learn-dgm-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.learn-dgm-card h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #0A2134;
}
.learn-dgm-card p{
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #0A2134;
}
.dgm-icon1{
    background: #FF62621A;
}
.dgm-icon1 i{
    color: #FF6262;
    font-size: 30px;
}
.dgm-icon2{
    background: #316AFF1A;
}
.dgm-icon2 i{
   color: #316AFF; 
   font-size: 30px;
}
.dgm-icon3{
    background: #FFD6001A;
}
.dgm-icon3 i{
    font-size: 30px;
    color: #FFD600;
}
.dgm-icon4{
    background: #A7CE4A1A;
}
.dgm-icon4 i{
    font-size: 30px;
    color: #A7CE4A;
}
.dgm-icon5{
    background: #BE58C61A;
}
.dgm-icon5 i{
    color: #BE58C6;
    font-size: 30px;
}
.dgm-icon6{
    background: #FB62381A;
}
.dgm-icon6 i{
    color: #FB6238;
    font-size: 30px;
}

.learn-dgm-btn{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.persons-details{
    width: 100%;
    
}
.persons-box{
    width: 1170px;
    margin: auto;
    margin-top: 40px;
    padding: 0px 20px;
    /* border: 1px solid black; */
    /* height: 100px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.person-card{
    width: 550px;
    height: 280px;
    background: #FFFFFF;
    border: 1px solid #F2F4F7;
    border-radius: 8px;
    box-shadow: 0px 8px 40px -2px #002F5814;
    /* border: 1px solid black; */
    padding: 20px 20px 20px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    
}
.person-img{
    width: 80px;
    height: 80px;
}
.person-img img{
    width: 100%;
    height: 100%;
}
.person-name{
    margin-left: 30px;
    color: #0A2134;
}
.person-name h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
}
.person-name span{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.person-info{
    margin-top: 15px;
}
.person-info p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #0A2134;
}

.poster{
    width: 1170px;
    margin: auto;
    background: linear-gradient(93.77deg, #0ACEFE -6.36%, #2699FB 50.16%);
    border-radius: 16px;
    height: 300px;
    margin-top: 70px;
    position: relative;
    display: flex;
    align-content: space-evenly;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.poster-design-left{
    position: absolute;
    top: 0;
    left: 0;
}
.poster-design-right{
    position: absolute;
    top: 0;
    right: 0;
}
.poster h3{
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    color: #FFFFFF;
}
.poster p{
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}
.poster-btn{
    /* margin-top: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.poster-btn-design{
    padding: 16px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #1018280F;
    box-shadow: 0px 1px 3px 0px #1018281A;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    word-spacing: 3px;
    color: #0A2134;
    transition: 1s;
}
.poster-btn-design:hover{
    color: #FFFFFF;
    background: #0ACEFE10;
    transform: scale(1.1);
}

.faq-box{
    width: 100%;
    background: #F7FAFF;
    padding-top: 50px;
    /* height: 200px; */
    /* border: 1px solid red; */
    display: flex;
    align-content: space-evenly;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.faq-box>h3{
    width: 100%;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    text-align: center;
    color: #0A2134;
}
.faq-box>p{
    text-align: center;
    width: 100%;
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #0A2134;
}

.faq-container {
  width: 100%;
  margin: auto;
  margin-top: 30px;
  /* display: flex; */
}

.faq {
    width: 600px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5eaf0;
  padding: 15px 20px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.faq:hover {
  border-color: #3b82f6;
}

.faq[open] {
  border: 2px solid #3b82f6;
}

summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary span {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.faq p {
  margin-top: 12px;
  color: #6b7280;
  line-height: 1.5;
}

/* Change icon on open */
.faq[open] .icon {
  content: "-";
}

.icon {
  font-size: 22px;
  color: #3b82f6;
}

footer{
    width: 100%;
    margin-top: 50px;
}
.footer-heading{
    width: 100%;
    margin: auto;
}
.footer-heading h3{
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 100%;
}
.footer-img{
    width: 1116px;
    height: 102px;
    margin: auto;
    margin-top: 35px;
    overflow: hidden;
}
.footer-img img{
    width: 100%;
    /* height: 100%; */
}
.footer-logo{
    width: 100%;
    height: 250px;
    background: #0A2540;
    margin-top: 50px;
}
.footer-black{
    width: 1170px;
    margin: auto;
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    flex-wrap: wrap;
}
.footer-black img{
    width: 165px;
    height: 60px;
}
.footer-black p{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer-line{
    width: 100%;
    border: 1px solid #FFFFFF;
}
.footer-logo span{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.footer-logo span a{
    text-decoration: underline;
    color: inherit;
    margin-left: 5px;
}