@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    text-decoration: none !important;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: 'Inter', sans-serif
}


.exo2{
    font-family: 'Exo 2', sans-serif !important;
}
.service-col2 {
    background: #fff;
    border-radius: 0px;
    /* box-shadow: 3px 3px 10px 1px rgb(0 0 0 / 8%); */
    margin-bottom: 20px;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.service-col2 .img {
    position: relative;
    height: 240px;
    opacity: 1;
}

.service-col2 .img img {
    border-radius: 0px;
    height: 100%;
    width: 100%;
}
.service-col2 .title {
    color: #212121;
    /* padding-left: 22px; */
    height: 15px;
    display: flex;
    align-items: center;
    margin: 0;
}
.service-col2 .SubTitle {
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0;
}
#blog {
    background-image: url('../../assets/img/Background4.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

#blog div {
    align-self: center;
}

.myh1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 68px;
    text-transform: uppercase;
}


.blue{
    color: #0080FB !important;
}

.dark_grey{
    color: #757575;
}

.myh5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.myh2{
    font-size: 48px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.p2{
    font-size: 18px;
    font-weight: 500;
}
