/* ulrc400291 CSS */
body {
    margin: 0;
}
.ulrc400291{
    line-height: 18px;
    background: #FFF;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    padding: 70px 0;
}
.ulrc400291 h2{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}
.ulrc400291 .column img {
    width: 100%;
}
.ulrc400291 .column .content {
    border: 1px solid #c1c1c1;
     margin: 0 20px; 
    margin-top: -50px;
    z-index: 1;
    position: relative;
    background: #fff;
    padding: 25px 10px;
    text-align: center;
}
.ulrc400291 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #465E52;
    margin: 0 0 15px 0;
    height: 86px;
}
.ulrc400291 a{
    text-decoration: none;
}
.ulrc400291 .column {
    margin-bottom: 30px;
}
.ulrc400291 .column a {
    background: #0dabb6;
    color: #fff;
    padding: 15px 35px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
}
.ulrc400291 .column a:hover{
    background: #605e5e;
}
.ulrc400291 .bottom_section{
    margin-top: 40px;
    text-align: center;
}
.ulrc400291 .contact-icon{
	 width: 45px;
	}
.ulrc400291 .bottom_section .phone_no {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ulrc400291 .bottom_section .phone_no span {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.ulrc400291 .bottom_section a{
    color: #fff;
    padding: 15px 50px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
    background: #605e5e;
    text-decoration: none;
    margin-top: 20px;
}
.ulrc400291 .bottom_section a:hover{
   background: #0dabb6; 
}
/* ulrc400291 CSS */