:root {
    --primary: #71797E;
    --secondary: #000000;
    --light: #EEF9FF;
    --dark: #1363DF;
}


.exp{
    width: 1300px;
    height: 400px;
    border-radius: 50px;
    background-image: linear-gradient(#1363DF, #06A3DA);
    position: relative;
    /* filter: blur(3px); */
}
.exp .titlemain, .exp .titlemain h1{
    position: absolute;
    color: white;
    top: -13px;
    bottom: 0;
    left: 35%;

}
.exp .box .b1{
    width: 200px;
    border: white 3px solid;
    color: white;
    left: 50px;
    top: 50px;
    border-radius: 20px;
margin: 40px 50px;
    float: left;
}
.clear{
    clear: both;
}

.exp .box .b1 .title{
text-align: center;
size: 18px;
font-weight: bold;
}
.exp .box .b1 img{
    margin: 10px;
    width: 150px;
}
.exp .box .b1 .description{
    text-align: justify;
    margin: 10px;
    color: white;
}