
.findHospital a.findHospitalBtn {
    font-size: 1.4rem;
    font-family: 'Rubik-Bold';
    padding: 12px 20px;
    border-radius: 50px;
    background-color: #ff9b41;
    color: #fff;
    margin-left: 10px;
}
.locatorSection {
    float: left;
    width: 100%;
}

.locatorSection .imgLocator {
    float: left;
    width: 40%;
}

.locatorSection .baLocator {
    float: left;
    width: 50%;
    margin-top: 10%;
    margin-left: 20px;
}

.locatorSection .baLocator p {
    font-size: 1.8rem;
    color: #414242;
}

.locatorSection h2 {
    font-size: 4rem;
    font-family: 'Rubik-Bold';
    font-style: normal;
}

.locatorSection h1
{
	font-size: 4rem;
}

@media screen and (max-width: 1199px) {
    .locatorSection .baLocator {
        margin-top: 6%;
    }
}

@media screen and (max-width: 1024px) {
    .locatorSection h2 {
        font-size: 3rem;
    }
    .locatorSection .baLocator p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .locatorSection .baLocator {
        margin-top: 3%;
    }
}

@media screen and (max-width: 640px) {
    .locatorSection .baLocator {
        width: 100%;
        margin: 0 0 3% 0;
    }
    .locatorSection .imgLocator {
        width: 100%;
    }
}
