/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    https://wordpress.org/themes/twentynineteen/
 Description:  Child theme of Twenty Nineteen
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     twentynineteen
 Version:      1.0.0
 Text Domain:  twentynineteen-child
*/

/* Your custom CSS starts here */

/* Reduce textarea height inside modal form */
#exampleModal textarea, #exampleModal2 textarea, #exampleModal3 textarea {
    height: 120px;
    min-height: 120px;
    resize: vertical; /* allow user to resize if needed */
}


.img-content-box {
            bottom: -60px;
            background: white;
            padding: 9px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

        .contact-img {
            max-width: 370px !important;
        }



@media(max-width:992px){
	.img-content-box.position-absolute {
    bottom: 0;
    position: relative !important;
    display: block;
    margin: 18px;
}
	.about-img.position-relative.about-img-big.d-flex.justify-content-start {
    flex-flow: wrap;
}
}
