/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
.phone-wa a:last-child {
    padding-right: 30px;
    background: url(assets/img/tg.png) right center no-repeat!important;
    object-fit: contain;
    background-size: 24px;
    width: 25px;
    height: 25px;
}

.utp-item:first-child {
    border: 2px solid orange;
    border-radius: 15px;
    padding: 5px;
    align-self: flex-end;
}

.utp-item:first-child .utp-text {
     max-width: none;
}

.utp-item .utp-text {
     font-size: 20px!important;
}

.utp-item .utp-pic {
        border-radius: 50%;
            overflow: hidden;
}

.utp-list {
    justify-content: flex-end;
}

.f-phone-wa {
    display: flex;
    
}

.f-phone-wa a:last-child {
   width: 100%!important;
    background: url(assets/img/tg.png) right center no-repeat !important;
}