/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.details_colums{
	display:flex;
	justify-content:space-between;
}
.details_colums p{
	margin-bottom:10px !important;
}
.details-p-1{
	font-family: "Barlow", Sans-serif;
    font-size: 15px;
	color:#313030;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
}
.details-p-2{
	font-family: "Barlow", Sans-serif;
    font-size: 15px;
	color:#000000;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
}
.details-p-2 a{
	font-family: "Barlow", Sans-serif;
    font-size: 15px;
	color:#000000;
    font-weight: 400;
    line-height: 24px;
}
.details-p-2 a:hover{
	color:#f39755;
}
.social-links{
	padding-top:2rem;
	display:flex;
	column-gap:1rem;
	align-items:center;
	justify-content:center;
}
.details_colums p {
    margin-bottom: 10px !important;
    text-align: end;
}