.cont-13{
    margin-top: 10vh;
    width: 100%;
    height: 60vh;
    background-color: rgb(5, 80, 232);
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-content: center;
}

.cont-13 h1{
    text-align: center;
    color: white;
}

.cont-13 .btn-3{
    position: relative;
    left: 39vw;
    top: 5vh;
    height: 10vh;
    width: 13vw;
    border: none;
    background-color: rgb(233, 114, 132);
    color: white;
    font-size: 19px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: rgb(35 31 32 / 20%) 0px 18px 30px;
}

.cont-13 .btn-3:hover{
    background-color: rgb(229, 87, 108);
}

.cont-14{
    margin: 20vh auto 2vh;
    height: 50vh;
    width: 85%;
    display: flex;
    justify-content: space-around;
}

.cont-14 .fst-part{
    width: 30%;
    height: 100%;
}

.fst-part h1{
    cursor: pointer;
}
.cont-14 ul{
    list-style: none;
}

.cont-14 ul h4{
    padding: 1vh 0px;
}
.cont-14 ul li{
    padding: 2vh 0px;
}

.cont-14 ul li a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 450;
    color: black;
}

.cont-14 ul li a:hover{
    color: #3832ff;;
} 

.icons{
    display: flex;
    margin-top: 12vh;
}

.icons i {
    padding: 0px 1vw 0px 0px;
    font-size: 18px;
    cursor: pointer;
}

.cont-14 h6{
    margin-top: 5vh;
}

.cont-14 button{
    margin-top: 2vh;
    margin-right: 1vw;
}

.cont-14 .btn-4 {
    height: 4vh;
    width: 7vw;
    background-color: white;
    color: #3832ff;
    border: 1px solid #3832ff;
    font-size: 13px;
    border-radius: 10px;
    cursor: pointer;
  }
.btn-4 a{
    color: #3832ff;
    text-decoration: none;
}
.cont-14 .btn-4:hover{
    background-color: rgb(230, 230, 246);
}
.cont-14 p{
    margin-top: 3vh;
    font-size: 11px;
    color: rgb(73, 72, 72);
}