
/*===============================
      About-US2 Styles
================================*/

#about-us2 {
    margin-top: 80px;
    border-bottom: 1px solid gray;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #fff;
}

#about-us2 h5 {
    color: #616161;
    font-size: 16px;
    font-weight: 500;
}

#about-us2 h5 a {
    color: #616161;
}

#about-us2 h5 span {
    padding: 0 10px;
}

#about-us2 h3 {
    color: #1E9E87;
    font-size: 33px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: Calibri, arial, courier;
	font-weight: bolder;
}

#about-us2 p a {
    color: #1E9E87;
    text-decoration: underline;
}

#about-us2 p {
    margin: 0;
    color: #030303;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: right;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 0 50px;
    font-family: Calibri, arial, courier;
	font-weight: bolder;
}

#about-us2 .image {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

#about-us2 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    object-fit: cover;
}

.hr__expand {
    border: 20px solid #1e9e87;
    width: 100%;
}