*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.cont{
    width: 100%;
    height: 100vh;
    letter-spacing: 2px;
    line-height: 1.5;
    background-color: whitesmoke;
    padding-top: 50px;
}
.head{
    margin: auto;
    /* border: 1px solid bl ack;  */
    width: 600px;
    height: 150px;
    text-align: center;
    padding: 10px;
    color: #113f67;
}
.header h1{
    font-size:36px;
}
.LowerCont{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 70px;
    /* border: 1px solid black; */
    width: 100%;
    min-height: 350px;
}
.image img{
    width: 480px;
    height: 300px;
    border-radius: 5px;
}
.tabs{
    width: 600px;
    height: 300px;
    border-radius: 5px;
}
.btn{
    width: 100%;
    height: 50px;
    /* border: 1px solid black; */
}
.btn button{
    cursor: pointer;
    width: 190px;
    height: 40px;
    background-color: rgb(227, 240, 252);
    border: 1px solid white;
    color: #113f67;
    font-weight: 600;
    transition: 0.8s all ease;
}
.btn button:hover{
    color: rgb(95, 167, 230);
    background-color: white;
    border:2px solid rgb(112, 188, 255);
}
.btn button:active{
    transform: scale(0.9);
}

.para{
    width: 100%;
    min-height: 250px;
    padding: 15px;
    margin-top: 3px;
    /* border: 1px solid black; */
    background-color: aliceblue;
    border: 1px solid #113f67;
    
}
.para h2{
    margin-bottom: 10px;
    color: #113f67;
}
.para p{
    color: #113f67;
}

@media(min-width: 1024px) and (max-width: 1200px){
    .cont{
        width: 100%;
        height: 100vh;
        letter-spacing: 2px;
        line-height: 1.5;
        background-color: whitesmoke;
        padding-top: 50px;
    }
    .LowerCont{
        display: flex;
        justify-content: space-around;
        margin-top: 50px;
        gap: 0px;
        /* border: 1px solid black; */
        width: 100%;
        height: 350px;
    }
    .image img{
        width: 430px;
        height: 300px;
        border-radius: 5px;
    }
    .tabs{
        width: 530px;
        height: 300px;
        border-radius: 5px;
    }
    .btn{
        width: 100%;
        height: 50px;
        /* border: 1px solid black; */
    }
    .btn button{
        cursor: pointer;
        width: 170px;
        height: 40px;
        background-color: rgb(227, 240, 252);
        border: 1px solid white;
        color: #113f67;
        font-weight: 600;
        transition: 0.8s all ease;
    }
}
@media(min-width: 768px) and (max-width: 978px){
    .cont{
        width: 100%;
        height: 900px;
        letter-spacing: 2px;
        line-height: 1.5;
        background-color: whitesmoke;
        padding-top: 20px;
    }
    .LowerCont{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 0px;
        gap: 0px;
        /* border: 1px solid black; */
        width: 100%;
        height: 350px;
    }
    .image img{
        width: 500px;
        height: 300px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .tabs{
        width: 530px;
        height: 300px;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .btn{
        width: 100%;
        height: 50px;
        /* border: 1px solid black; */
    }
    .btn button{
        cursor: pointer;
        width: 170px;
        height: 40px;
        background-color: rgb(227, 240, 252);
        border: 1px solid white;
        color: #113f67;
        font-weight: 600;
        transition: 0.8s all ease;
    }
}
@media(min-width: 320px) and (max-width: 430px){
    .cont{
        width: 100%;
        height: 900px;
        letter-spacing: 2px;
        line-height: 1.5;
        background-color: whitesmoke;
        padding-top: 20px;
    }
    .head{
        margin: auto;
        /* border: 1px solid black;  */
        width: 280px;
        height: 150px;
        text-align: center;
        padding: 0px;
        color: #113f67;
        margin-bottom: 20px;
    }
    .LowerCont{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 0px;
        gap: 0px;
        /* border: 1px solid black; */
        width: 100%;
        height: 900px;
        margin-bottom: 20px;
    }
    .image img{
        width: 280px;
        height: 200px;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .tabs{
        width: 530px;
        height: 300px;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .btn{
        width: 100%;
        height: 100px;
        /* border: 1px solid black; */
        padding-left: 10px;
    }
    .btn button{
        cursor: pointer;
        width: 140px;
        height: 40px;
        margin-left: 5px;
        margin-bottom: 8px;
        background-color: rgb(227, 240, 252);
        border: 1px solid white;
        color: #113f67;
        font-weight: 600;
        transition: 0.8s all ease;
    }
    .goals{
        margin-left: 85px !important;
    }
    .para{
        width: 320px;
        min-height: 580px;
        padding: 15px;
        margin-top: 3px;
        /* border: 1px solid black; */
        background-color: aliceblue;
        text-align: center;        
    }
}