.contactFirst{
    height: auto !important;
    padding: 4rem 0 !important;
}

.sixthSection {
    background-color: #fff;
}

.isc1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideISC1 {
    background-color: #002745;
    height: 50rem;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form {
    width: 80%;
}

.contactCard {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 25rem;
    margin: 1rem 0;
    height: 10rem;
}

.contactCard i {
    color: #f9c402;
    margin: 1rem;
    font-size: 24px;
}

.insideContactCard h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.insideContactCard p {
    font-size: 16px;
    color: #ebebeb;
    margin-top: 5px;
}

@media screen and (max-width:1024px){
    .contactFirst {
        padding: 2rem 0 !important;
    }
    .insideISC1 {
        width: 90%;
    }
    .insideContactCard h3 {
        font-size: 20px;
    }
    .insideContactCard p {
        font-size: 14px;
    }
    .sixthSection {
        padding: 2rem 0;
    }        
}

@media screen and (max-width:900px){
    .insideContactCard p {
        width: 95%;
    }
    .contactCard {
        width: 20rem;
    }
}

@media screen and (max-width:425px){
    .insideISC1 {
        height: 30rem;
    }
    .contactCard {
        width: 16rem;
    }
    .insideContactCard h3 {
        font-size: 18px;
    }
    .insideContactCard p {
        width: 100%;
    }
}