* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    overflow-x: hidden;
}
.dropdown-item:hover{
      background: #ba9a63e1;
}
.astroMainCotent{
    background: url(../image/content-bg.jpg);
    height: 203vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}
.astroContent{
    height: 177vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}
.astroContPart1{
    height: 65vh;
    width: 95%
}
.astroContTitle{
    color: #BA9A63;
    font-weight: bold;
    font-size: 25px
}
.astroBorder{
    border: 1px solid #BA9A63; 
    width: 74%
}
.astrocontPart2{
    background: #21212C;
    height: 160vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.astrocontPart2A{
    width: 95%;
    height: 140vh
}
.astroContPart2Title{
    color: #BA9A63;
    font-weight: bold;
    font-size: 25px;
}
.astroCont2border{
    border: 1px solid #BA9A63; 
    width: 46%
}
.astrocontpart2b{
    height: 42vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}
.astrocontpart2bNew{
    display: none;
}
@media only screen and (max-width: 767px){
    .astroMainCotent{
        height: 251vh;
    }
    .astroContent{
        height: 243vh;
    }
    .astroContTitle{
        font-size: 14px;
    }
    .astroContTxt{
     font-size: 11px;
     margin-bottom: 0%;
    }
    .astroContPart1{
        height: 62vh;
    }
    .astrocontpart2b{
        display: none;
    }
    .astrocontpart2bNew{
        height: 35vh;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
       
    }
    .astrocontPart2{
        height: 183vh;
    }
    .astrocontPart2A{
        height: 178vh;
    }
    .astroContPart2Title{
        font-size: 16px;
        margin-bottom: 0%;
    }
    .astroCont2border{
        width: 100%;
        margin-bottom: 0%;
        margin-top: 1%;
    }
    .astroBorder{
        border: 1px solid #BA9A63; 
        width: 94%;

    }
}