.panel-title__large{

    position: relative;

}

.panel-title__large .panel-title-spot{

    position: absolute;

    top: -30%;

    left: 46%;

    z-index: 2;

    font-size: 35px;

    border-radius: 50%;

}
.team-first{

	margin-bottom: 40px;

	text-align: center;

	webkit-transition: 0.3s;

    -moz-transition: 0.3s;

    transition: 0.3s;

    -webkit-animation: fadeInUp 1s 0.1s both;

    -moz-animation: fadeInUp 1s 0.1s both;

    animation: fadeInUp 1s 0.1s both;

}

.service-body{

	width: 100%;

	background: #F5F5F5;

}

.service .icons__item{

	width: 33.3333% !important;

	margin-bottom: 15vh;

	webkit-transition: 0.3s;

    -moz-transition: 0.3s;

    transition: 0.3s;

    -webkit-animation: fadeInUp 1s 0.1s both;

    -moz-animation: fadeInUp 1s 0.1s both;

    animation: fadeInUp 1s 0.1s both;

}

