.TwosectionTitle h3{
color: #000;
font-family: Montserrat;
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 40.8px */
letter-spacing: -0.34px;
}
.TwosectionTitle h3 span{
background: linear-gradient(95deg, #7AE7FF 1.55%, #159CF6 45.96%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Montserrat;
font-size: 34px;
font-style: normal;
font-weight: 800;
line-height: 120%;
letter-spacing: -0.34px;

}
.Twosectiondescription{
    color: #000;
    width: 70%;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.Twosectioncardtitle {color: #0B73B8;
padding:10px 0;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 22px; }
.TwosectionInner2 {padding-top:60px;}
.TwosectionInner {background: #FFF;display:flex;gap:50px;align-items: center;}
.TwosectionMainCol {padding: 23px 18px;width: calc(24% - 13.33px);}
.TwosectionMainRow {display: flex;gap: 25px 20px;flex-wrap: wrap;}
.TwosectionMainText {color: #000;font-weight:500;}
.TwosectionRow {display: flex;flex-wrap: wrap;align-items: center;gap: 20px;padding: 24px 21px 0;}
.TwosectionLeft {padding: 24px 0;}
.TwosectionRight {width: 392px;}
.TwosectionRight img {width: 100%;height: auto;}
.TwosectionLeft {width: calc(100% - 412px);}
.TwosectionBottomTitle {letter-spacing: -0.197px;}
.TwosectionMainTitle h5 {letter-spacing: -0.197px;}
.TwosectionTop {
    width: 50%;
}
.Twosection-image-container {
    width:50%;
}
.TwosectionMainBox {
    width: 100%;
}
.Twosectiondescription p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.TwosectionMainImg img {
    width: 37px;
    height: auto;
}

.Twosection-img {
    text-align: center;
    max-width:100%;
}
.Twosection-img img{width:80%;border-radius: 50%;}

@media(max-width:991px){
    .TwosectionInner {display:block;}
    .TwosectionTop {
    width: 100%;
}
    .TwosectionMainCol {
    padding: 23px 18px;
    width: calc(100% - 13.33px);
}
    .Twosectiondescription {    width: 100%;}
.Twosection-image-container {
    width: 100%;    padding-top: 20px;
}
}

}